/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 112 mManager.showNotification(ids.get(i), types.get(i), mWifiNai, mCellNai, null, false); in testNotificationsShownAndCleared() 132 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular() 133 mManager.showNotification(101, LOST_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular() 137 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNoInternetNotificationsNotShownForCellular() 148 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability() 149 mManager.showNotification(103, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability() 150 mManager.showNotification(104, NETWORK_SWITCH, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability() 161 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn() 166 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn() 183 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsSignInThenNoInternet() [all …]
|
D | LingerMonitorTest.java | 333 .showNotification(anyInt(), any(), any(), any(), any(), anyBoolean()); in verifyNoNotification() 348 verify(mNotifier, times(1)).showNotification(eq(from.network.netId), in verifyNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | AlertingNotificationManagerTest.java | 140 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()
|
D | AmbientPulseManagerTest.java | 61 mAmbientPulseManager.showNotification(mEntry); in testExtendPulse()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpManagerPhoneTest.java | 88 mHeadsUpManager.showNotification(mEntry); in testSnooze() 97 mHeadsUpManager.showNotification(mEntry); in testSwipedOutNotification() 108 mHeadsUpManager.showNotification(mEntry); in testCanRemoveImmediately_swipedOut() 119 mHeadsUpManager.showNotification(mEntry); in testCanRemoveImmediately_notTopEntry() 120 mHeadsUpManager.showNotification(laterEntry); in testCanRemoveImmediately_notTopEntry()
|
D | NotificationGroupAlertTransferHelperTest.java | 98 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChild() 118 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain() 142 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged() 162 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferDoesNotAlertChildIfUninflated() 180 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation() 207 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation() 235 mHeadsUpManager.showNotification(summaryEntry); in testCleanUpPendingAlertInfo() 253 mHeadsUpManager.showNotification(summaryEntry); in testUpdateGroupChangeDoesNotTransfer() 276 mHeadsUpManager.showNotification(summaryEntry); in testUpdateChildToSummaryDoesNotTransfer()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | LockdownVpnTracker.java | 152 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 158 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected); in handleStateChangedLocked() 168 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 172 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 187 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected); in handleStateChangedLocked() 265 private void showNotification(int titleRes, int iconRes) { in showNotification() method in LockdownVpnTracker
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationAlertingManager.java | 110 mHeadsUpManager.showNotification(entry); in showAlertingView() 119 mAmbientPulseManager.showNotification(entry); in showAlertingView() 148 alertManager.showNotification(entry); in updateAlertState()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WrongPasswordNotifier.java | 62 showNotification(ssid); in onWrongPasswordError() 81 private void showNotification(String ssid) { in showNotification() method in WrongPasswordNotifier
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | LingerMonitor.java | 153 private void showNotification(NetworkAgentInfo fromNai, NetworkAgentInfo toNai) { in showNotification() method in LingerMonitor 154 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH, in showNotification() 190 showNotification(fromNai, toNai); in notify()
|
D | NetworkNotificationManager.java | 141 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification() method in NetworkNotificationManager 325 showNotification(id, NotificationType.SIGN_IN, null, null, pendingIntent, false); in setProvNotificationVisible()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | ShowInstallAppNotificationReceiver.java | 42 InstallCarrierAppUtils.showNotification(context, pkgName); in onReceive()
|
D | InstallCarrierAppUtils.java | 52 static void showNotification(Context context, String pkgName) { in showNotification() method in InstallCarrierAppUtils
|
D | UiccProfile.java | 145 InstallCarrierAppUtils.showNotification(mContext, pkgName);
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 1399 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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationModeController.java | 326 showNotification(mCurrentUserContext, R.string.notification_content_system_nav_changed); in switchFromGestureNavModeIfNotSupportedByDefaultLauncher() 346 showNotification(mCurrentUserContext, R.string.notification_content_gesture_nav_available); in showNotificationIfDefaultLauncherSupportsGestureNav() 390 private void showNotification(Context context, int resId) { in showNotification() method in NavigationModeController
|
D | NotificationGroupAlertTransferHelper.java | 414 alertManager.showNotification(entry); in alertNotificationWhenPossible()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManagerTest.java | 74 mHeadsUpManager.showNotification(mEntry); in testShowNotification_autoDismissesWithAccessibilityTimeout()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | MtpNotificationManager.java | 75 void showNotification(UsbDevice device) { in showNotification() method in MtpNotificationManager
|
D | UsbProfileGroupSettingsManager.java | 761 mMtpNotificationManager.showNotification(device); in resolveActivity()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 942 String packageName, boolean showNotification, int userId) { in PackageDeleteObserverAdapter() argument 946 if (showNotification) { in PackageDeleteObserverAdapter() 1006 boolean showNotification, int userId) { in PackageInstallObserverAdapter() argument 1010 mShowNotification = showNotification; in PackageInstallObserverAdapter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | AlertingNotificationManager.java | 63 public void showNotification(@NonNull NotificationEntry entry) { in showNotification() method in AlertingNotificationManager
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 1307 final boolean showNotification = mIsBootComplete in showZenUpgradeNotification() 1320 if (showNotification) { in showZenUpgradeNotification()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2715 mNotifier.showNotification(netId, NotificationType.SIGN_IN, nai, null, in maybeHandleNetworkMonitorMessage() 3650 mNotifier.showNotification(nai.network.netId, type, nai, null, pendingIntent, highPriority); in showNetworkNotification()
|
/frameworks/base/services/ |
D | art-profile | 5570 PLcom/android/server/connectivity/NetworkNotificationManager;->showNotification(ILcom/android/serve… 13311 HSPLcom/android/server/testharness/TestHarnessModeService;->showNotification()V
|