Home
last modified time | relevance | path

Searched refs:REMOTE_DPC_COMPONENT_NAME (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/remotedpc/src/library/main/java/com/android/bedstead/remotedpc/
DRemoteDpc.java19 import static com.android.bedstead.remotedpc.Configuration.REMOTE_DPC_COMPONENT_NAME;
51 public static final ComponentName DPC_COMPONENT_NAME = REMOTE_DPC_COMPONENT_NAME;
159 if (!controller.componentName().equals(REMOTE_DPC_COMPONENT_NAME)) { in forDevicePolicyController()
195 REMOTE_DPC_COMPONENT_NAME)); in setAsDeviceOwner()
226 REMOTE_DPC_COMPONENT_NAME)); in setAsProfileOwner()
269 sTestApis.packages().find(REMOTE_DPC_COMPONENT_NAME.getPackageName()) in remove()
/cts/common/device-side/bedstead/remotedpc/src/communication/main/java/com/android/bedstead/remotedpc/
DConfiguration.java30 public static final ComponentName REMOTE_DPC_COMPONENT_NAME = new ComponentName( field in Configuration
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java25 import static com.android.bedstead.remotedpc.Configuration.REMOTE_DPC_COMPONENT_NAME;
1404 if (!mDeviceOwner.componentName().equals(REMOTE_DPC_COMPONENT_NAME)) {
1457 if (!profileOwner.componentName().equals(REMOTE_DPC_COMPONENT_NAME)) {
1551 if (profileOwner.componentName().equals(REMOTE_DPC_COMPONENT_NAME)) {
1557 if (mDeviceOwner.componentName().equals(REMOTE_DPC_COMPONENT_NAME)) {