Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicyTest.java61 private static final ComponentName DPC_COMPONENT_NAME = field in DevicePolicyTest
354 sTestApis.devicePolicy().setProfileOwner(sUser, DPC_COMPONENT_NAME)) { in profileOwner_autoclose_removesProfileOwner() argument
366 sTestApis.devicePolicy().setDeviceOwner(sUser, DPC_COMPONENT_NAME)) { in deviceOwner_autoclose_removesDeviceOwner() argument
DDeviceOwnerTest.java40 private static final ComponentName DPC_COMPONENT_NAME = field in DeviceOwnerTest
DProfileOwnerTest.java41 private static final ComponentName DPC_COMPONENT_NAME = field in ProfileOwnerTest
/cts/common/device-side/bedstead/remotedpc/src/library/main/java/com/android/bedstead/remotedpc/
DRemoteDpc.java51 public static final ComponentName DPC_COMPONENT_NAME = REMOTE_DPC_COMPONENT_NAME; field in RemoteDpc