Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java140 mAlertingNotificationManager.showNotification(mEntry); in testShowNotification_addsEntry()
149 mAlertingNotificationManager.showNotification(mEntry); in testShowNotification_autoDismisses()
161 mAlertingNotificationManager.showNotification(mEntry); in testRemoveNotification_removeDeferred()
171 mAlertingNotificationManager.showNotification(mEntry); in testRemoveNotification_forceRemove()
185 mAlertingNotificationManager.showNotification(entry); in testReleaseAllImmediately()
195 mAlertingNotificationManager.showNotification(mEntry); in testCanRemoveImmediately_notShownLongEnough()
203 mAlertingNotificationManager.showNotification(mEntry); in testShouldExtendLifetime()
211 mAlertingNotificationManager.showNotification(mEntry); in testSetShouldManageLifetime_setShouldManage()
220 mAlertingNotificationManager.showNotification(mEntry); in testSetShouldManageLifetime_setShouldManageCallsRemoval()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java115 mManager.showNotification(id, PRIVATE_DNS_BROKEN, nai, null, null, true); in verifyTitleByNetwork()
154 mManager.showNotification(ids.get(i), types.get(i), mWifiNai, mCellNai, null, false); in testNotificationsShownAndCleared()
174 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular()
175 mManager.showNotification(101, LOST_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular()
179 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNoInternetNotificationsNotShownForCellular()
190 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
191 mManager.showNotification(103, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
192 mManager.showNotification(104, NETWORK_SWITCH, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
203 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn()
208 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn()
[all …]
DLingerMonitorTest.java332 .showNotification(anyInt(), any(), any(), any(), any(), anyBoolean()); in verifyNoNotification()
347 verify(mNotifier, times(1)).showNotification(eq(from.network.netId), in verifyNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhoneTest.java95 mHeadsUpManager.showNotification(mEntry); in testSnooze()
104 mHeadsUpManager.showNotification(mEntry); in testSwipedOutNotification()
115 mHeadsUpManager.showNotification(mEntry); in testCanRemoveImmediately_swipedOut()
126 mHeadsUpManager.showNotification(mEntry); in testCanRemoveImmediately_notTopEntry()
127 mHeadsUpManager.showNotification(laterEntry); in testCanRemoveImmediately_notTopEntry()
136 mHeadsUpManager.showNotification(mEntry); in testExtendHeadsUp()
DNotificationGroupAlertTransferHelperTest.java95 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChild()
115 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()
139 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged()
159 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferDoesNotAlertChildIfUninflated()
177 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()
204 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
232 mHeadsUpManager.showNotification(summaryEntry); in testCleanUpPendingAlertInfo()
250 mHeadsUpManager.showNotification(summaryEntry); in testUpdateGroupChangeDoesNotTransfer()
273 mHeadsUpManager.showNotification(summaryEntry); in testUpdateChildToSummaryDoesNotTransfer()
/frameworks/base/services/core/java/com/android/server/net/
DLockdownVpnTracker.java154 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked()
160 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected); in handleStateChangedLocked()
170 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked()
174 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked()
184 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected); in handleStateChangedLocked()
261 private void showNotification(int titleRes, int iconRes) { in showNotification() method in LockdownVpnTracker
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWrongPasswordNotifier.java62 showNotification(ssid); in onWrongPasswordError()
81 private void showNotification(String ssid) { in showNotification() method in WrongPasswordNotifier
/frameworks/base/services/core/java/com/android/server/connectivity/
DLingerMonitor.java155 private void showNotification(NetworkAgentInfo fromNai, NetworkAgentInfo toNai) { in showNotification() method in LingerMonitor
156 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH, in showNotification()
192 showNotification(fromNai, toNai); in notify()
DNetworkNotificationManager.java144 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification() method in NetworkNotificationManager
329 showNotification(id, NotificationType.SIGN_IN, null, null, pendingIntent, false); in setProvNotificationVisible()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java281 showNotification(R.drawable.stat_sys_tether_general, title, message, in notifyTetheringDisabledByRestriction()
302 showNotification(R.drawable.stat_sys_tether_general, title, message, in notifyTetheringNoUpstream()
326 showNotification(R.drawable.stat_sys_tether_general, title, message, in setupRoamingNotification()
343 private void showNotification(@DrawableRes final int iconId, @NonNull final String title, in showNotification() method in TetheringNotificationUpdater
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java104 mHeadsUpManager.showNotification(entry); in showAlertingView()
129 mHeadsUpManager.showNotification(entry); in updateAlertState()
DBypassHeadsUpNotifier.kt94 headsUpManager.showNotification(it) in <lambda>()
/frameworks/base/core/java/android/app/
DDownloadManager.java1399 boolean showNotification) {
1401 length, showNotification, false, null, null);
1445 boolean showNotification, Uri uri, Uri referer) {
1447 length, showNotification, false, uri, referer);
1470 boolean showNotification, boolean allowWrite) {
1472 length, showNotification, allowWrite, null, null);
1495 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) {
1527 values.put(Downloads.Impl.COLUMN_VISIBILITY, (showNotification) ?
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DShowInstallAppNotificationReceiver.java42 InstallCarrierAppUtils.showNotification(context, pkgName); in onReceive()
DInstallCarrierAppUtils.java52 static void showNotification(Context context, String pkgName) { in showNotification() method in InstallCarrierAppUtils
DUiccProfile.java1316 InstallCarrierAppUtils.showNotification(mContext, pkgName); in showCarrierAppNotificationsIfPossible()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DHeadsUpManagerTest.java74 mHeadsUpManager.showNotification(mEntry); in testShowNotification_autoDismissesWithAccessibilityTimeout()
/frameworks/base/services/usb/java/com/android/server/usb/
DMtpNotificationManager.java75 void showNotification(UsbDevice device) { in showNotification() method in MtpNotificationManager
DUsbProfileGroupSettingsManager.java761 mMtpNotificationManager.showNotification(device); in resolveActivity()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java943 String packageName, boolean showNotification, int userId) { in PackageDeleteObserverAdapter() argument
947 if (showNotification) { in PackageDeleteObserverAdapter()
1013 boolean showNotification, int userId, String basePackageName, int returnCode, in sendOnPackageInstalled() argument
1015 if (PackageManager.INSTALL_SUCCEEDED == returnCode && showNotification) { in sendOnPackageInstalled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java63 public void showNotification(@NonNull NotificationEntry entry) { in showNotification() method in AlertingNotificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java402 alertManager.showNotification(entry); in alertNotificationWhenPossible()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java1306 final boolean showNotification = mIsBootComplete in showZenUpgradeNotification()
1319 if (showNotification) { in showZenUpgradeNotification()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2865 mNotifier.showNotification(netId, NotificationType.SIGN_IN, nai, null, in maybeHandleNetworkMonitorMessage()
3991 mNotifier.showNotification(nai.network.netId, type, nai, null, pendingIntent, highPriority); in showNetworkNotification()
/frameworks/base/services/
Dart-profile5570 PLcom/android/server/connectivity/NetworkNotificationManager;->showNotification(ILcom/android/serve…
13311 HSPLcom/android/server/testharness/TestHarnessModeService;->showNotification()V