Home
last modified time | relevance | path

Searched refs:isSuppressed (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DAmbientDisplaySuppressionController.java68 getStatusBar().suppressAmbientDisplay(isSuppressed()); in suppress()
81 public boolean isSuppressed(@NonNull String token, int callingUid) { in isSuppressed() method in AmbientDisplaySuppressionController
88 public boolean isSuppressed() { in isSuppressed() method in AmbientDisplaySuppressionController
98 pw.println(" ambientDisplaySuppressed=" + isSuppressed()); in dump()
DPowerManagerService.java5300 return mAmbientDisplaySuppressionController.isSuppressed(token, uid);
5313 return mAmbientDisplaySuppressionController.isSuppressed();
/frameworks/base/core/java/android/provider/
DBlockedNumberContract.java617 public final boolean isSuppressed; field in BlockedNumberContract.SystemContract.BlockSuppressionStatus
623 public BlockSuppressionStatus(boolean isSuppressed, long untilTimestampMillis) { in BlockSuppressionStatus() argument
624 this.isSuppressed = isSuppressed; in BlockSuppressionStatus()
630 return "[BlockSuppressionStatus; isSuppressed=" + isSuppressed + ", until=" in toString()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java59 void onBubbleNotificationSuppressionChanged(String key, boolean isSuppressed); in onBubbleNotificationSuppressionChanged() argument
DNotificationManagerService.java1210 public void onBubbleNotificationSuppressionChanged(String key, boolean isSuppressed) {
1220 if (currentlySuppressed == isSuppressed) {
1225 if (isSuppressed) {
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl81 void onBubbleNotificationSuppressionChanged(String key, boolean isSuppressed); in onBubbleNotificationSuppressionChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleReminderExpBehavior.java426 if (!isFullyAwake() || mIsNavBarHidden || isSuppressed()) { in callbackForUnlearnedState()
441 private boolean isSuppressed() { in isSuppressed() method in AssistHandleReminderExpBehavior
/frameworks/base/services/
Dart-profile28319 PLcom/android/server/power/AmbientDisplaySuppressionController;->isSuppressed()Z