Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/remotedpc/src/communication/main/java/com/android/bedstead/remotedpc/managers/
DRemoteDevicePolicyManager.java77 int getLockTaskFeatures(@NonNull ComponentName admin); in getLockTaskFeatures() method
79 @RemoteDpcAutomaticAdmin int getLockTaskFeatures(); in getLockTaskFeatures() method
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLockTaskTest.java307 sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures(); in setLockTaskFeatures_overviewFeature_setsFeature()
313 assertThat(sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures()) in setLockTaskFeatures_overviewFeature_setsFeature()
328 sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures(); in setLockTaskFeatures_overviewFeature_throwsException()
346 sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures(); in setLockTaskFeatures_notificationsFeature_throwsException()
364 sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures(); in setLockTaskFeatures_multipleFeatures_setsFeatures()
371 assertThat(sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures()) in setLockTaskFeatures_multipleFeatures_setsFeatures()
392 sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures()); in getLockTaskFeatures_policyIsNotAllowedToBeFetched_throwsException()
640 sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures(); in startActivity_withinSameTask_blockStartInTask_doesNotStart()
676 sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures(); in startActivity_inNewTask_blockStartInTask_doesNotStart()
998 sDeviceState.dpc().devicePolicyManager().getLockTaskFeatures(); in launchEmergencyDialerInLockTaskMode_notWhitelisted_noKeyguardFeature_doesNotLaunch()
[all …]