Searched refs:systemFixed (Results 1 – 6 of 6) sorted by relevance
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/ |
D | NotificationsPolicyHandler.java | 43 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/ |
D | SystemDeviceLockManagerImpl.java | 247 public void setPostNotificationsSystemFixed(boolean systemFixed, Executor executor, in setPostNotificationsSystemFixed() argument 253 mIDeviceLockService.setPostNotificationsSystemFixed(systemFixed, in setPostNotificationsSystemFixed() 256 + "SYSTEM_FIXED flag to: " + systemFixed); in setPostNotificationsSystemFixed()
|
D | SystemDeviceLockManager.java | 159 void setPostNotificationsSystemFixed(boolean systemFixed, Executor executor, in setPostNotificationsSystemFixed() argument
|
/packages/modules/DeviceLock/framework/java/android/devicelock/ |
D | IDeviceLockService.aidl | 124 void setPostNotificationsSystemFixed(in boolean systemFixed, in RemoteCallback remoteCallback); in setPostNotificationsSystemFixed() argument
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/ |
D | FinalizationControllerImplTest.java | 270 public void setPostNotificationsSystemFixed(boolean systemFixed, Executor executor, in setPostNotificationsSystemFixed() argument
|
/packages/modules/DeviceLock/service/java/com/android/server/devicelock/ |
D | DeviceLockServiceImpl.java | 1085 public void setPostNotificationsSystemFixed(boolean systemFixed, 1090 final int newFlagValues = systemFixed ? permissionFlags : 0;
|