/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | AmbientDisplaySuppressionController.java | 70 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 D | PowerManagerService.java | 5834 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 D | BluetoothPermissionChecker.java | 124 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 D | RequiresPermissionChecker.java | 443 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 D | BlockedNumberContract.java | 617 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 D | NotificationHelper.java | 243 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 D | BlockedNumberProvider.java | 343 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 D | BubbleData.java | 356 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 D | Bubble.java | 568 boolean isSuppressed() { in isSuppressed() method in Bubble 613 boolean prevSuppressed = isSuppressed(); in setSuppressBubble()
|
H A D | BubbleController.java | 511 !bubble.showInShade(), bubble.isSuppressed()); in onBubbleNotificationSuppressionChanged()
|
/aosp12/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/ |
H A D | BlockedNumberProviderTest.java | 294 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 D | BlockedNumbersActivity.java | 184 if (BlockedNumberContract.SystemContract.getBlockSuppressionStatus(this).isSuppressed) { in updateButterBar()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | TelephonyShellCommand.java | 1873 if (BlockedNumberContract.SystemContract.getBlockSuppressionStatus(mContext).isSuppressed) { in handleEndBlockSuppressionCommand()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/base/services/ |
H A D | art-profile | 35690 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 D | hiddenapi-max-target-o.txt | 44776 Landroid/provider/BlockedNumberContract$SystemContract$BlockSuppressionStatus;->isSuppressed:Z
|