/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinatorTest.kt | 373 verify(headsUpManager).showNotification(entry) 403 verify(headsUpManager).showNotification(entry) 480 verify(headsUpManager).showNotification(groupChild1) 531 verify(headsUpManager).showNotification(groupChild1) 676 verify(headsUpManager).showNotification(groupSummary) 703 verify(headsUpManager).showNotification(groupSummary) 729 verify(headsUpManager).showNotification(groupSummary) 758 verify(headsUpManager).showNotification(groupChild1) 779 verify(headsUpManager).showNotification(entry) 817 verify(headsUpManager).showNotification(entry) [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | HeadsUpManagerTest.java | 184 hum.showNotification(notifEntry); in testShouldHeadsUpBecomePinned_hasFSI_notUnpinned_true() 221 hum.showNotification(entry); in testShowNotification_autoDismissesIncludingTouchAcceptanceDelay() 235 hum.showNotification(entry); in testShowNotification_autoDismissesWithDefaultTimeout() 249 hum.showNotification(entry); in testShowNotification_stickyForSomeTime_autoDismissesWithStickyTimeout() 263 hum.showNotification(entry); in testShowNotification_sticky_neverAutoDismisses() 285 hum.showNotification(entry); in testShowNotification_autoDismissesWithAccessibilityTimeout() 299 hum.showNotification(entry); in testShowNotification_stickyForSomeTime_autoDismissesWithAccessibilityTimeout() 313 hum.showNotification(entry); in testRemoveNotification_beforeMinimumDisplayTime() 336 hum.showNotification(entry); in testRemoveNotification_afterMinimumDisplayTime() 372 hum.showNotification(entry); in testRemoveNotification_releaseImmediately() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpManagerPhoneTest.java | 155 hmp.showNotification(entry); in testSnooze() 166 hmp.showNotification(entry); in testSwipedOutNotification() 182 hmp.showNotification(entry); in testCanRemoveImmediately_swipedOut() 197 hmp.showNotification(earlierEntry); in testCanRemoveImmediately_notTopEntry() 198 hmp.showNotification(laterEntry); in testCanRemoveImmediately_notTopEntry() 209 hmp.showNotification(entry); in testExtendHeadsUp()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | AlertingNotificationManagerTest.java | 186 alm.showNotification(entry); in testShowNotification_addsEntry() 198 alm.showNotification(entry); in testShowNotification_autoDismisses() 211 alm.showNotification(entry); in testRemoveNotification_removeDeferred() 226 alm.showNotification(entry); in testRemoveNotification_forceRemove() 242 alm.showNotification(entry); in testReleaseAllImmediately() 255 alm.showNotification(entry); in testCanRemoveImmediately_notShownLongEnough()
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | LockdownVpnTracker.java | 185 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 190 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected); in handleStateChangedLocked() 215 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 223 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected); in handleStateChangedLocked() 284 private void showNotification(int titleRes, int iconRes) { in showNotification() method in LockdownVpnTracker
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
H A D | TaskSwitcherNotificationCoordinator.kt | 54 is Showing -> showNotification() 61 private fun showNotification() { regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/devicestate/ |
H A D | DeviceStateNotificationController.java | 113 showNotification( in showStateActiveNotificationIfNeeded() 137 showNotification( in showThermalCriticalNotificationIfNeeded() 161 showNotification( in showPowerSaveNotificationIfNeeded() 199 private void showNotification( in showNotification() method in DeviceStateNotificationController
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | BiometricNotificationService.java | 193 () -> showNotification(ACTION_SHOW_FACE_REENROLL_DIALOG, title, content, name, in queueFaceReenrollNotification() 206 () -> showNotification(ACTION_SHOW_FINGERPRINT_REENROLL_DIALOG, title, content, in queueFingerprintReenrollNotification() 211 private void showNotification(String action, CharSequence title, CharSequence content, in showNotification() method in BiometricNotificationService
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | DownloadManager.java | 1437 boolean showNotification) { in addCompletedDownload() argument 1439 length, showNotification, false, null, null); in addCompletedDownload() 1483 boolean showNotification, Uri uri, Uri referer) { in addCompletedDownload() argument 1485 length, showNotification, false, uri, referer); in addCompletedDownload() 1508 boolean showNotification, boolean allowWrite) { in addCompletedDownload() argument 1510 length, showNotification, allowWrite, null, null); in addCompletedDownload() 1533 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) { in addCompletedDownload() argument 1566 values.put(Downloads.Impl.COLUMN_VISIBILITY, (showNotification) ? in addCompletedDownload()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
H A D | TaskSwitcherNotificationCoordinatorTest.kt | 93 fun showNotification() { regex
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | MtpNotificationManager.java | 76 void showNotification(UsbDevice device) { in showNotification() method in MtpNotificationManager
|
H A D | UsbProfileGroupSettingsManager.java | 913 mMtpNotificationManager.showNotification(device); in resolveActivity()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AlertingNotificationManager.java | 62 public void showNotification(@NonNull NotificationEntry entry) { in showNotification() method in AlertingNotificationManager
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinator.kt | 101 mHeadsUpManager.showNotification(entry)
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeHelper.java | 1555 final boolean showNotification = mIsBootComplete in showZenUpgradeNotification() 1568 if (showNotification) { in showZenUpgradeNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerService.java | 1529 String packageName, boolean showNotification, int userId) { 1533 if (showNotification) {
|
H A D | PackageInstallerSession.java | 4903 boolean showNotification, int userId, String basePackageName, int returnCode, 4905 if (INSTALL_SUCCEEDED == returnCode && showNotification) {
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |