Searched refs:setKioskAppExemptFromRestrictionsState (Results 1 – 6 of 6) sorted by relevance
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/ |
D | AppOpsPolicyHandlerTest.java | 89 }).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()
|
D | FinalizationControllerImplTest.java | 233 public void setKioskAppExemptFromRestrictionsState(String packageName, boolean exempt, in setKioskAppExemptFromRestrictionsState() method in FinalizationControllerImplTest.TestSystemDeviceLockManager
|
D | DevicePolicyControllerImplTest.java | 1278 .setKioskAppExemptFromRestrictionsState(anyString(), anyBoolean(), in setupAppOpsPolicyHandlerExpectations()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/ |
D | SystemDeviceLockManager.java | 93 void setKioskAppExemptFromRestrictionsState(String packageName, boolean exempt, in setKioskAppExemptFromRestrictionsState() method
|
D | SystemDeviceLockManagerImpl.java | 146 public void setKioskAppExemptFromRestrictionsState(String packageName, boolean exempt, in setKioskAppExemptFromRestrictionsState() method in SystemDeviceLockManagerImpl
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/ |
D | AppOpsPolicyHandler.java | 100 mSystemDeviceLockManager.setKioskAppExemptFromRestrictionsState(
|