Home
last modified time | relevance | path

Searched defs:isSuppressed (Results 1 – 7 of 7) 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.java482 public boolean isSuppressed(Symbol symbol) { in isSuppressed() method in RequiresPermissionChecker
487 private boolean isSuppressed(SuppressWarnings anno) { in isSuppressed() method in RequiresPermissionChecker
491 private boolean isSuppressed(SuppressLint anno) { in isSuppressed() method in RequiresPermissionChecker
/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 public BlockSuppressionStatus(boolean isSuppressed, long untilTimestampMillis) { in BlockSuppressionStatus()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java752 boolean isSuppressed() { in isSuppressed() method in Bubble
DBubbleController.java168 void suppressionChanged(Bubble bubble, boolean isSuppressed); in suppressionChanged()