Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DNotificationsPolicyHandler.java43 private ListenableFuture<Boolean> setPostNotificationsSystemFixedFuture(boolean systemFixed) { in setPostNotificationsSystemFixedFuture() argument
47 systemFixed, in setPostNotificationsSystemFixedFuture()
58 + "flag to: " + systemFixed, ex); in setPostNotificationsSystemFixedFuture()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/
DSystemDeviceLockManagerImpl.java247 public void setPostNotificationsSystemFixed(boolean systemFixed, Executor executor, in setPostNotificationsSystemFixed() argument
253 mIDeviceLockService.setPostNotificationsSystemFixed(systemFixed, in setPostNotificationsSystemFixed()
256 + "SYSTEM_FIXED flag to: " + systemFixed); in setPostNotificationsSystemFixed()
DSystemDeviceLockManager.java159 void setPostNotificationsSystemFixed(boolean systemFixed, Executor executor, in setPostNotificationsSystemFixed() argument
/packages/modules/DeviceLock/framework/java/android/devicelock/
DIDeviceLockService.aidl124 void setPostNotificationsSystemFixed(in boolean systemFixed, in RemoteCallback remoteCallback); in setPostNotificationsSystemFixed() argument
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DFinalizationControllerImplTest.java270 public void setPostNotificationsSystemFixed(boolean systemFixed, Executor executor, in setPostNotificationsSystemFixed() argument
/packages/modules/DeviceLock/service/java/com/android/server/devicelock/
DDeviceLockServiceImpl.java1085 public void setPostNotificationsSystemFixed(boolean systemFixed,
1090 final int newFlagValues = systemFixed ? permissionFlags : 0;