Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DAmbientDisplaySuppressionController.java70 getStatusBar().suppressAmbientDisplay(isSuppressed()); in suppress()
101 public boolean isSuppressed(@NonNull String token, int callingUid) { in isSuppressed() method in AmbientDisplaySuppressionController
108 public boolean isSuppressed() { in isSuppressed() method in AmbientDisplaySuppressionController
118 pw.println(" ambientDisplaySuppressed=" + isSuppressed()); in dump()
H A DPowerManagerService.java5834 return mAmbientDisplaySuppressionController.isSuppressed(token, uid);
5850 && mAmbientDisplaySuppressionController.isSuppressed(token, appUid);
5863 return mAmbientDisplaySuppressionController.isSuppressed();
/aosp12/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DBluetoothPermissionChecker.java124 if (isSuppressed(symbol)) return Description.NO_MATCH; in matchMethod()
183 public boolean isSuppressed(Symbol symbol) { in isSuppressed() method in BluetoothPermissionChecker
185 return isSuppressed(ASTHelpers.enclosingClass(symbol)) in isSuppressed()
186 || isSuppressed(ASTHelpers.getAnnotation(symbol, SuppressWarnings.class)) in isSuppressed()
187 || isSuppressed(ASTHelpers.getAnnotation(symbol, SuppressLint.class)); in isSuppressed()
190 private boolean isSuppressed(SuppressWarnings anno) { in isSuppressed() method in BluetoothPermissionChecker
194 private boolean isSuppressed(SuppressLint anno) { in isSuppressed() method in BluetoothPermissionChecker
H A DRequiresPermissionChecker.java443 if (isSuppressed(method)) return true; in isSuppressedRecursively()
445 if (isSuppressed(symbol)) return true; in isSuppressedRecursively()
450 if (isSuppressed(clazz)) return true; in isSuppressedRecursively()
453 if (isSuppressed(type.tsym)) return true; in isSuppressedRecursively()
463 public boolean isSuppressed(Symbol symbol) { in isSuppressed() method in RequiresPermissionChecker
464 return isSuppressed(ASTHelpers.getAnnotation(symbol, SuppressWarnings.class)) in isSuppressed()
465 || isSuppressed(ASTHelpers.getAnnotation(symbol, SuppressLint.class)); in isSuppressed()
468 private boolean isSuppressed(SuppressWarnings anno) { in isSuppressed() method in RequiresPermissionChecker
472 private boolean isSuppressed(SuppressLint anno) { in isSuppressed() method in RequiresPermissionChecker
/aosp12/frameworks/base/core/java/android/provider/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java243 boolean isSuppressed = false; in shouldFilterOut()
246 isSuppressed = bubblesOptional.isPresent() in shouldFilterOut()
252 return isSuppressed; in shouldFilterOut()
/aosp12/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
H A DBlockedNumberProvider.java343 res.putBoolean(SystemContract.RES_IS_BLOCKING_SUPPRESSED, status.isSuppressed); in call()
469 if (getBlockSuppressionStatus().isSuppressed) {
479 boolean isSuppressed = blockSuppressionExpiryTimeMillis == BLOCKING_DISABLED_FOREVER
481 return new SystemContract.BlockSuppressionStatus(isSuppressed,
486 if (getBlockSuppressionStatus().isSuppressed) {
539 && getBlockSuppressionStatus().isSuppressed
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java356 boolean isSuppressed = mSuppressedBubbles.containsKey(locusId); in notificationEntryUpdated()
357 if (isSuppressed && (!bubble.isSuppressed() || !bubble.isSuppressable())) { in notificationEntryUpdated()
360 } else if (!isSuppressed && (bubble.isSuppressed() in notificationEntryUpdated()
H A DBubble.java568 boolean isSuppressed() { in isSuppressed() method in Bubble
613 boolean prevSuppressed = isSuppressed(); in setSuppressBubble()
H A DBubbleController.java511 !bubble.showInShade(), bubble.isSuppressed()); in onBubbleNotificationSuppressionChanged()
/aosp12/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
H A DBlockedNumberProviderTest.java294 assertTrue(status.isSuppressed); in testBlockSuppressionAfterEmergencyContact()
326 assertTrue(status.isSuppressed); in testBlockSuppressionAfterEmergencyContact_invalidCarrierConfigDefaultValueUsed()
399 assertTrue(status.isSuppressed); in testEnhancedBlockSuppressionAfterEmergencyContact()
746 assertFalse(status.isSuppressed); in verifyBlocksNotSuppressed()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/settings/
H A DBlockedNumbersActivity.java184 if (BlockedNumberContract.SystemContract.getBlockSuppressionStatus(this).isSuppressed) { in updateButterBar()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DTelephonyShellCommand.java1873 if (BlockedNumberContract.SystemContract.getBlockSuppressionStatus(mContext).isSuppressed) { in handleEndBlockSuppressionCommand()
/aosp12/packages/apps/TV/libs/m2/
H A Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/base/services/
H A Dart-profile35690 PLcom/android/server/power/AmbientDisplaySuppressionController;->isSuppressed()Z
35691 PLcom/android/server/power/AmbientDisplaySuppressionController;->isSuppressed(Ljava/lang/String;I)Z
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt44776 Landroid/provider/BlockedNumberContract$SystemContract$BlockSuppressionStatus;->isSuppressed:Z