Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLockTaskTest.java311 sDeviceState.dpc().devicePolicyManager().setLockTaskFeatures(flag); in setLockTaskFeatures_overviewFeature_setsFeature()
317 sDeviceState.dpc().devicePolicyManager().setLockTaskFeatures(originalLockTaskFeatures); in setLockTaskFeatures_overviewFeature_setsFeature()
333 .setLockTaskFeatures(LOCK_TASK_FEATURE_OVERVIEW); in setLockTaskFeatures_overviewFeature_throwsException()
336 sDeviceState.dpc().devicePolicyManager().setLockTaskFeatures(originalLockTaskFeatures); in setLockTaskFeatures_overviewFeature_throwsException()
351 .setLockTaskFeatures(LOCK_TASK_FEATURE_NOTIFICATIONS); in setLockTaskFeatures_notificationsFeature_throwsException()
354 sDeviceState.dpc().devicePolicyManager().setLockTaskFeatures(originalLockTaskFeatures); in setLockTaskFeatures_notificationsFeature_throwsException()
368 sDeviceState.dpc().devicePolicyManager().setLockTaskFeatures( in setLockTaskFeatures_multipleFeatures_setsFeatures()
375 sDeviceState.dpc().devicePolicyManager().setLockTaskFeatures(originalLockTaskFeatures); in setLockTaskFeatures_multipleFeatures_setsFeatures()
384 … sDeviceState.dpc().devicePolicyManager().setLockTaskFeatures(LOCK_TASK_FEATURE_NONE)); in setLockTaskFeatures_policyIsNotAllowedToBeSet_throwsException()
648 sDeviceState.dpc().devicePolicyManager().setLockTaskFeatures( in startActivity_withinSameTask_blockStartInTask_doesNotStart()
[all …]
/cts/common/device-side/bedstead/remotedpc/src/communication/main/java/com/android/bedstead/remotedpc/managers/
DRemoteDevicePolicyManager.java71 void setLockTaskFeatures( in setLockTaskFeatures() method
74 @RemoteDpcAutomaticAdmin void setLockTaskFeatures(int flags); in setLockTaskFeatures() method
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLockTaskUiTestActivity.java251 mDpm.setLockTaskFeatures(ADMIN_RECEIVER, LOCK_TASK_FEATURE_NONE); in startLockTaskMode()
298 mDpm.setLockTaskFeatures(ADMIN_RECEIVER, LOCK_TASK_FEATURE_NONE); in stopLockTaskMode()
DCommandReceiverActivity.java259 mDpm.setLockTaskFeatures(mAdmin, flags); in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDevicePolicySafetyCheckerIntegrationTest.java182 dpm.setLockTaskFeatures(admin, NO_FLAGS);
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java133 doAnswer(answer).when(spy).setLockTaskFeatures(any(), anyInt()); in getWrapper()