Home
last modified time | relevance | path

Searched defs:DPC_COMPONENT_NAME (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/devicepolicy/
DDeviceOwnerTest.java42 private static final ComponentName DPC_COMPONENT_NAME = RemoteDpc.DPC_COMPONENT_NAME; field in DeviceOwnerTest
DProfileOwnerTest.java40 private static final ComponentName DPC_COMPONENT_NAME = RemoteDpc.DPC_COMPONENT_NAME; field in ProfileOwnerTest
DDevicePolicyTest.java63 private static final ComponentName DPC_COMPONENT_NAME = field in DevicePolicyTest
332 TestApis.devicePolicy().setProfileOwner(sUser, DPC_COMPONENT_NAME)) { in profileOwner_autoclose_removesProfileOwner() argument
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DNoAdminLeakingTest.java204 accessor.accept(testApp.devicePolicyManager(), DPC_COMPONENT_NAME); in assertOnlyAggregatePolicyAvailableToNonAdmin() local
/cts/common/device-side/bedstead/remotedpc/src/main/java/com/android/bedstead/remotedpc/
DRemoteDpc.java40 public static final ComponentName DPC_COMPONENT_NAME = new ComponentName( field in RemoteDpc