Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7422726 authored by Kai Shi's avatar Kai Shi Committed by Android (Google) Code Review
Browse files

Merge "Add the P/H experiment support for UWB module"

parents dcac525b c6c500e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9577,6 +9577,7 @@ package android.provider {
    field public static final String NAMESPACE_TELEPHONY = "telephony";
    field public static final String NAMESPACE_TETHERING = "tethering";
    field public static final String NAMESPACE_TEXTCLASSIFIER = "textclassifier";
    field public static final String NAMESPACE_UWB = "uwb";
    field public static final String NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT = "window_manager_native_boot";
  }
+8 −0
Original line number Diff line number Diff line
@@ -671,6 +671,14 @@ public final class DeviceConfig {
    @TestApi
    public static final String NAMESPACE_APP_COMPAT_OVERRIDES = "app_compat_overrides";

    /**
     * Namespace for all ultra wideband (uwb) related features.
     *
     * @hide
     */
    @SystemApi
    public static final String NAMESPACE_UWB = "uwb";

    private static final Object sLock = new Object();
    @GuardedBy("sLock")
    private static ArrayMap<OnPropertiesChangedListener, Pair<String, Executor>> sListeners =