Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/remotedpc/src/test/java/com/android/bedstead/remotedpc/
DRemoteDpcTest.java60 private static final ComponentName NON_REMOTE_DPC_COMPONENT = field in RemoteDpcTest
104 TestApis.devicePolicy().setDeviceOwner(NON_REMOTE_DPC_COMPONENT); in deviceOwner_nonRemoteDpcDeviceOwner_returnsNull()
129 TestApis.devicePolicy().setProfileOwner(sUser, NON_REMOTE_DPC_COMPONENT); in profileOwner_nonRemoteDpcProfileOwner_returnsNull()
176 TestApis.devicePolicy().setProfileOwner(profile, NON_REMOTE_DPC_COMPONENT); in profileOwner_userHandle_nonRemoteDpcProfileOwner_returnsNull()
235 TestApis.devicePolicy().setProfileOwner(profile, NON_REMOTE_DPC_COMPONENT); in profileOwner_userReference_nonRemoteDpcProfileOwner_returnsNull()
273 NON_REMOTE_DPC_COMPONENT); in any_noDeviceOwner_nonRemoteDpcProfileOwner_returnsNull()
290 NON_REMOTE_DPC_COMPONENT); in any_nonRemoteDpcDeviceOwner_noProfileOwner_returnsNull()
334 TestApis.devicePolicy().setProfileOwner(profile, NON_REMOTE_DPC_COMPONENT); in any_userHandle_noDeviceOwner_nonRemoteDpcProfileOwner_returnsNull()
350 NON_REMOTE_DPC_COMPONENT); in any_userHandle_nonRemoteDpcDeviceOwner_noProfileOwner_returnsNull()
408 TestApis.devicePolicy().setProfileOwner(profile, NON_REMOTE_DPC_COMPONENT); in any_userReference_noDeviceOwner_nonRemoteDpcProfileOwner_returnsNull()
[all …]