Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DAppOpsPolicyHandlerTest.java89 }).when(mSystemDeviceLockManagerMock).setKioskAppExemptFromRestrictionsState(anyString(), in setUp()
100 verify(mSystemDeviceLockManagerMock).setKioskAppExemptFromRestrictionsState( in onProvisioned_shouldExemptBackgroundStartAndKioskApp()
113 verify(mSystemDeviceLockManagerMock, never()).setKioskAppExemptFromRestrictionsState( in onProvisionInProgress_shouldExemptBackgroundStartAndAllwUndismissibleNotifs()
135 verify(mSystemDeviceLockManagerMock).setKioskAppExemptFromRestrictionsState( in onCleared_shouldResetDlcAndKioskAppExemptions()
145 verify(mSystemDeviceLockManagerMock).setKioskAppExemptFromRestrictionsState( in onLocked_shouldExemptBackgroundStartAndKioskApp()
156 verify(mSystemDeviceLockManagerMock).setKioskAppExemptFromRestrictionsState( in onUnlocked_shouldExemptKioskAppNotBackgroundStart()
DFinalizationControllerImplTest.java233 public void setKioskAppExemptFromRestrictionsState(String packageName, boolean exempt, in setKioskAppExemptFromRestrictionsState() method in FinalizationControllerImplTest.TestSystemDeviceLockManager
DDevicePolicyControllerImplTest.java1278 .setKioskAppExemptFromRestrictionsState(anyString(), anyBoolean(), in setupAppOpsPolicyHandlerExpectations()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/
DSystemDeviceLockManager.java93 void setKioskAppExemptFromRestrictionsState(String packageName, boolean exempt, in setKioskAppExemptFromRestrictionsState() method
DSystemDeviceLockManagerImpl.java146 public void setKioskAppExemptFromRestrictionsState(String packageName, boolean exempt, in setKioskAppExemptFromRestrictionsState() method in SystemDeviceLockManagerImpl
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DAppOpsPolicyHandler.java100 mSystemDeviceLockManager.setKioskAppExemptFromRestrictionsState(