Home
last modified time | relevance | path

Searched refs:showNotification (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt373 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 DHeadsUpManagerTest.java184 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 DHeadsUpManagerPhoneTest.java155 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 DAlertingNotificationManagerTest.java186 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 DLockdownVpnTracker.java185 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 DTaskSwitcherNotificationCoordinator.kt54 is Showing -> showNotification()
61 private fun showNotification() { regex
/aosp14/frameworks/base/services/core/java/com/android/server/devicestate/
H A DDeviceStateNotificationController.java113 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 DBiometricNotificationService.java193 () -> 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 DDownloadManager.java1437 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 DTaskSwitcherNotificationCoordinatorTest.kt93 fun showNotification() { regex
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java76 void showNotification(UsbDevice device) { in showNotification() method in MtpNotificationManager
H A DUsbProfileGroupSettingsManager.java913 mMtpNotificationManager.showNotification(device); in resolveActivity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java62 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 DHeadsUpCoordinator.kt101 mHeadsUpManager.showNotification(entry)
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java1555 final boolean showNotification = mIsBootComplete in showZenUpgradeNotification()
1568 if (showNotification) { in showZenUpgradeNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1529 String packageName, boolean showNotification, int userId) {
1533 if (showNotification) {
H A DPackageInstallerSession.java4903 boolean showNotification, int userId, String basePackageName, int returnCode,
4905 if (INSTALL_SUCCEEDED == returnCode && showNotification) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...