Searched refs:isSuppressed (Results 1 – 8 of 8) sorted by relevance
68 getStatusBar().suppressAmbientDisplay(isSuppressed()); in suppress()81 public boolean isSuppressed(@NonNull String token, int callingUid) { in isSuppressed() method in AmbientDisplaySuppressionController88 public boolean isSuppressed() { in isSuppressed() method in AmbientDisplaySuppressionController98 pw.println(" ambientDisplaySuppressed=" + isSuppressed()); in dump()
5300 return mAmbientDisplaySuppressionController.isSuppressed(token, uid);5313 return mAmbientDisplaySuppressionController.isSuppressed();
617 public final boolean isSuppressed; field in BlockedNumberContract.SystemContract.BlockSuppressionStatus623 public BlockSuppressionStatus(boolean isSuppressed, long untilTimestampMillis) { in BlockSuppressionStatus() argument624 this.isSuppressed = isSuppressed; in BlockSuppressionStatus()630 return "[BlockSuppressionStatus; isSuppressed=" + isSuppressed + ", until=" in toString()
59 void onBubbleNotificationSuppressionChanged(String key, boolean isSuppressed); in onBubbleNotificationSuppressionChanged() argument
1210 public void onBubbleNotificationSuppressionChanged(String key, boolean isSuppressed) {1220 if (currentlySuppressed == isSuppressed) {1225 if (isSuppressed) {
81 void onBubbleNotificationSuppressionChanged(String key, boolean isSuppressed); in onBubbleNotificationSuppressionChanged() argument
426 if (!isFullyAwake() || mIsNavBarHidden || isSuppressed()) { in callbackForUnlearnedState()441 private boolean isSuppressed() { in isSuppressed() method in AssistHandleReminderExpBehavior
28319 PLcom/android/server/power/AmbientDisplaySuppressionController;->isSuppressed()Z