Home
last modified time | relevance | path

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

/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DBluetoothPermissionChecker.java183 public boolean isSuppressed(Symbol symbol) { in isSuppressed() method in BluetoothPermissionChecker
190 private boolean isSuppressed(SuppressWarnings anno) { in isSuppressed() method in BluetoothPermissionChecker
194 private boolean isSuppressed(SuppressLint anno) { in isSuppressed() method in BluetoothPermissionChecker
DRequiresPermissionChecker.java463 public boolean isSuppressed(Symbol symbol) { in isSuppressed() method in RequiresPermissionChecker
468 private boolean isSuppressed(SuppressWarnings anno) { in isSuppressed() method in RequiresPermissionChecker
472 private boolean isSuppressed(SuppressLint anno) { in isSuppressed() method in RequiresPermissionChecker
/frameworks/base/services/core/java/com/android/server/power/
DAmbientDisplaySuppressionController.java101 public boolean isSuppressed(@NonNull String token, int callingUid) { in isSuppressed() method in AmbientDisplaySuppressionController
108 public boolean isSuppressed() { in isSuppressed() method in AmbientDisplaySuppressionController
/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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java576 boolean isSuppressed() { in isSuppressed() method in Bubble