Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DAmbientDisplaySuppressionController.java54 void onSuppressionChanged(boolean isSuppressed); in onSuppressionChanged()
118 public boolean isSuppressed(@NonNull String token, int callingUid) { in isSuppressed() method in AmbientDisplaySuppressionController
125 public boolean isSuppressed() { in isSuppressed() method in AmbientDisplaySuppressionController
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DBluetoothPermissionChecker.java185 public boolean isSuppressed(Symbol symbol) { in isSuppressed() method in BluetoothPermissionChecker
192 private boolean isSuppressed(SuppressWarnings anno) { in isSuppressed() method in BluetoothPermissionChecker
196 private boolean isSuppressed(SuppressLint anno) { in isSuppressed() method in BluetoothPermissionChecker
DRequiresPermissionChecker.java480 public boolean isSuppressed(Symbol symbol) { in isSuppressed() method in RequiresPermissionChecker
485 private boolean isSuppressed(SuppressWarnings anno) { in isSuppressed() method in RequiresPermissionChecker
489 private boolean isSuppressed(SuppressLint anno) { in isSuppressed() method in RequiresPermissionChecker
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/model/
DSuppressionReason.kt23 fun isSuppressed(@CommunalFeature feature: Int): Boolean { in isSuppressed() method
/frameworks/base/core/java/android/provider/
DBlockedNumberContract.java631 public final boolean isSuppressed; field in BlockedNumberContract.SystemContract.BlockSuppressionStatus
637 public BlockSuppressionStatus(boolean isSuppressed, long untilTimestampMillis) { in BlockSuppressionStatus()
DBlockedNumbersManager.java360 BlockSuppressionStatus(boolean isSuppressed, long untilTimestampMillis) { in BlockSuppressionStatus()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java1019 boolean isSuppressed() { in isSuppressed() method in Bubble
DBubbleController.java183 void suppressionChanged(Bubble bubble, boolean isSuppressed); in suppressionChanged()