RESTRICT AUTOMERGE Add namespace for DevicePolicyManager P/H experiments
Bug: 225178429 Test: N/A Change-Id: Ic4a57962a69a31daf498bf87888bae23246f60b6
This commit is contained in:
committed by
Kholoud Mohamed
parent
c0573c9851
commit
f90b1ac98d
@@ -738,6 +738,14 @@ public final class DeviceConfig {
|
|||||||
*/
|
*/
|
||||||
public static final String NAMESPACE_VENDOR_SYSTEM_NATIVE = "vendor_system_native";
|
public static final String NAMESPACE_VENDOR_SYSTEM_NATIVE = "vendor_system_native";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Namespace for DevicePolicyManager related features.
|
||||||
|
*
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String NAMESPACE_DEVICE_POLICY_MANAGER =
|
||||||
|
"device_policy_manager";
|
||||||
|
|
||||||
private static final Object sLock = new Object();
|
private static final Object sLock = new Object();
|
||||||
@GuardedBy("sLock")
|
@GuardedBy("sLock")
|
||||||
private static ArrayMap<OnPropertiesChangedListener, Pair<String, Executor>> sListeners =
|
private static ArrayMap<OnPropertiesChangedListener, Pair<String, Executor>> sListeners =
|
||||||
|
|||||||
Reference in New Issue
Block a user