Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIPowerManager.aidl110 boolean isAmbientDisplaySuppressedForTokenByApp(String token, int appUid); in isAmbientDisplaySuppressedForTokenByApp() method
DPowerManager.java2716 public boolean isAmbientDisplaySuppressedForTokenByApp(@NonNull String token, int appUid) { in isAmbientDisplaySuppressedForTokenByApp() method in PowerManager
2718 return mService.isAmbientDisplaySuppressedForTokenByApp(token, appUid); in isAmbientDisplaySuppressedForTokenByApp()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DPowerManagerServiceTest.java1706 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test", Binder.getCallingUid())) in testIsAmbientDisplaySuppressedForTokenByApp_ambientDisplayUnavailable()
1715 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test", Binder.getCallingUid())) in testIsAmbientDisplaySuppressedForTokenByApp_default()
1725 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test", Binder.getCallingUid())) in testIsAmbientDisplaySuppressedForTokenByApp_suppressedByCallingApp()
1728 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test", /* appUid= */ 123)) in testIsAmbientDisplaySuppressedForTokenByApp_suppressedByCallingApp()
1738 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test", Binder.getCallingUid())) in testIsAmbientDisplaySuppressedForTokenByApp_notSuppressedByCallingApp()
1741 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test", /* appUid= */ 123)) in testIsAmbientDisplaySuppressedForTokenByApp_notSuppressedByCallingApp()
1752 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test1", Binder.getCallingUid())) in testIsAmbientDisplaySuppressedForTokenByApp_multipleTokensSuppressedByCallingApp()
1754 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test2", Binder.getCallingUid())) in testIsAmbientDisplaySuppressedForTokenByApp_multipleTokensSuppressedByCallingApp()
1757 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test1", /* appUid= */ 123)) in testIsAmbientDisplaySuppressedForTokenByApp_multipleTokensSuppressedByCallingApp()
1759 assertThat(service.isAmbientDisplaySuppressedForTokenByApp("test2", /* appUid= */ 123)) in testIsAmbientDisplaySuppressedForTokenByApp_multipleTokensSuppressedByCallingApp()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java312 public boolean isAmbientDisplaySuppressedForTokenByApp(String token, int appUid) { in isAmbientDisplaySuppressedForTokenByApp() method in BridgePowerManager
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java6379 public boolean isAmbientDisplaySuppressedForTokenByApp(@NonNull String token, int appUid) {
/frameworks/base/services/
Dart-profile41493 …android/server/power/PowerManagerService$BinderService;->isAmbientDisplaySuppressedForTokenByApp(L…