Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt367 verify(headsUpManager, never()).showNotification(entry) in <lambda>()
373 verify(headsUpManager).showNotification(entry) in <lambda>()
386 verify(headsUpManager, never()).showNotification(entry) in <lambda>()
403 verify(headsUpManager).showNotification(entry) in <lambda>()
420 verify(headsUpManager, never()).showNotification(any()) in <lambda>()
457 verify(headsUpManager, never()).showNotification(groupSummary) in <lambda>()
458 verify(headsUpManager).showNotification(groupSibling1) in <lambda>()
479 verify(headsUpManager, never()).showNotification(groupSummary) in <lambda>()
480 verify(headsUpManager).showNotification(groupChild1) in <lambda>()
504 verify(headsUpManager, never()).showNotification(groupSummary) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManagerTest.java158 bhum.showNotification(entry); in testHasNotifications_headsUpManagerMapNotEmpty_true()
215 alm.showNotification(entry); in testShowNotification_addsEntry()
227 alm.showNotification(entry); in testShowNotification_autoDismisses()
238 alm.showNotification(entry); in testRemoveNotification_removeDeferred()
251 alm.showNotification(entry); in testRemoveNotification_forceRemove()
265 alm.showNotification(entry); in testReleaseAllImmediately()
278 alm.showNotification(entry); in testCanRemoveImmediately_notShownLongEnough()
305 hum.showNotification(notifEntry); in testShouldHeadsUpBecomePinned_hasFSI_notUnpinned_true()
321 hum.showNotification(notifEntry); in testShouldHeadsUpBecomePinned_wasUnpinned_false()
345 hum.showNotification(entry); in testShowNotification_autoDismissesIncludingTouchAcceptanceDelay()
[all …]
DHeadsUpManagerPhoneTest.java178 hmp.showNotification(entry); in testSnooze()
189 hmp.showNotification(entry); in testSwipedOutNotification()
205 hmp.showNotification(entry); in testCanRemoveImmediately_swipedOut()
222 hmp.showNotification(earlierEntry); in testCanRemoveImmediately_notTopEntry()
223 hmp.showNotification(laterEntry); in testCanRemoveImmediately_notTopEntry()
234 hmp.showNotification(entry); in testExtendHeadsUp()
/frameworks/base/services/core/java/com/android/server/net/
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
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java113 showNotification( in showStateActiveNotificationIfNeeded()
137 showNotification( in showThermalCriticalNotificationIfNeeded()
161 showNotification( in showPowerSaveNotificationIfNeeded()
199 private void showNotification( in showNotification() method in DeviceStateNotificationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/
DTaskSwitcherNotificationCoordinator.kt58 is Showing -> showNotification(uiState) in <lambda>()
86 private fun showNotification(uiState: Showing) { in <lambda>() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DShowInstallAppNotificationReceiver.java42 InstallCarrierAppUtils.showNotification(context, pkgName); in onReceive()
DInstallCarrierAppUtils.java53 static void showNotification(Context context, String pkgName) { in showNotification() method in InstallCarrierAppUtils
DUiccProfile.java1411 InstallCarrierAppUtils.showNotification(mContext, pkgName); in showCarrierAppNotificationsIfPossible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.kt175 fun showNotification(entry: NotificationEntry) in addHeadsUpPhoneListener() method
238 override fun showNotification(entry: NotificationEntry) {} in onHeadsUpAnimatingAwayStateChanged() method in com.android.systemui.statusbar.policy.HeadsUpManagerEmptyImpl
DBaseHeadsUpManager.java167 public void showNotification(@NonNull NotificationEntry entry) { in showNotification() method in BaseHeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricNotificationService.java198 () -> showNotification(ACTION_SHOW_FACE_REENROLL_DIALOG, title, content, name, in queueFaceReenrollNotification()
211 () -> showNotification(ACTION_SHOW_FINGERPRINT_REENROLL_DIALOG, title, content, in queueFingerprintReenrollNotification()
216 private void showNotification(String action, CharSequence title, CharSequence content, in showNotification() method in BiometricNotificationService
/frameworks/base/core/java/android/app/
DDownloadManager.java1443 boolean showNotification) { in addCompletedDownload() argument
1445 length, showNotification, false, null, null); in addCompletedDownload()
1489 boolean showNotification, Uri uri, Uri referer) { in addCompletedDownload() argument
1491 length, showNotification, false, uri, referer); in addCompletedDownload()
1514 boolean showNotification, boolean allowWrite) { in addCompletedDownload() argument
1516 length, showNotification, allowWrite, null, null); in addCompletedDownload()
1539 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) { in addCompletedDownload() argument
1572 values.put(Downloads.Impl.COLUMN_VISIBILITY, (showNotification) ? in addCompletedDownload()
/frameworks/base/services/usb/java/com/android/server/usb/
DMtpNotificationManager.java76 void showNotification(UsbDevice device) { in showNotification() method in MtpNotificationManager
DUsbProfileGroupSettingsManager.java936 mMtpNotificationManager.showNotification(device); in resolveActivity()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerShellCommand.java62 return showNotification(); in onCommand()
279 private int showNotification() { in showNotification() method in DisplayManagerShellCommand
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/
DTaskSwitcherNotificationCoordinatorTest.kt77 fun showNotification() { in showNotification() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuViewLayer.java598 showNotification(); in hideMenuAndShowNotification()
601 private void showNotification() { in showNotification() method in MenuViewLayer
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java1872 String packageName, boolean showNotification, int userId) {
1873 this(context, target, packageName, showNotification, userId,
1878 String packageName, boolean showNotification, int userId,
1883 if (showNotification) {
DPackageInstallerSession.java5460 boolean showNotification, int userId, String basePackageName, int returnCode,
5462 if (INSTALL_SUCCEEDED == returnCode && showNotification) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt101 mHeadsUpManager.showNotification(entry) in <lambda>()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java2595 final boolean showNotification = mIsSystemServicesReady in showZenUpgradeNotification()
2608 if (showNotification) { in showZenUpgradeNotification()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...