/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 101 mManager.showNotification(ids.get(i), types.get(i), mWifiNai, mCellNai, null, false); in testNotificationsShownAndCleared() 120 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular() 121 mManager.showNotification(101, LOST_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular() 125 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNoInternetNotificationsNotShownForCellular() 136 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability() 137 mManager.showNotification(103, LOST_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability() 138 mManager.showNotification(104, NETWORK_SWITCH, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
|
D | LingerMonitorTest.java | 301 .showNotification(anyInt(), any(), any(), any(), any(), anyBoolean()); in verifyNoNotification() 316 verify(mNotifier, times(1)).showNotification(eq(from.network.netId), in verifyNotification()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | LockdownVpnTracker.java | 157 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 163 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected); in handleStateChangedLocked() 173 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 177 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 192 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected); in handleStateChangedLocked() 332 private void showNotification(int titleRes, int iconRes) { in showNotification() method in LockdownVpnTracker
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | LingerMonitor.java | 151 private void showNotification(NetworkAgentInfo fromNai, NetworkAgentInfo toNai) { in showNotification() method in LingerMonitor 152 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH, in showNotification() 188 showNotification(fromNai, toNai); in notify()
|
D | NetworkNotificationManager.java | 126 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, in showNotification() method in NetworkNotificationManager 249 showNotification(id, NotificationType.SIGN_IN, null, null, pendingIntent, false); in setProvNotificationVisible()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxService.java | 89 showNotification(); in onCreate() 174 private void showNotification() { in showNotification() method in BordeauxService
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 1324 boolean showNotification) { 1326 length, showNotification, false, null, null); 1355 boolean showNotification, Uri uri, Uri referer) { 1357 length, showNotification, false, uri, referer); 1363 boolean showNotification, boolean allowWrite) { 1365 length, showNotification, allowWrite, null, null); 1371 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) { 1403 values.put(Downloads.Impl.COLUMN_VISIBILITY, (showNotification) ?
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | MtpNotificationManager.java | 73 void showNotification(UsbDevice device) { in showNotification() method in MtpNotificationManager
|
D | UsbSettingsManager.java | 743 mMtpNotificationManager.showNotification(device); in deviceAttached()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 959 String packageName, boolean showNotification, int userId) { in PackageDeleteObserverAdapter() argument 963 if (showNotification) { in PackageDeleteObserverAdapter() 1015 boolean showNotification, int userId) { in PackageInstallObserverAdapter() argument 1019 mShowNotification = showNotification; in PackageInstallObserverAdapter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 422 mHeadsUpManager.showNotification(child); in handleSuppressedSummaryHeadsUpped()
|
D | PhoneStatusBar.java | 1522 mHeadsUpManager.showNotification(shadeEntry); in addNotification() 2651 mHeadsUpManager.showNotification(entry); in updateHeadsUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 179 public void showNotification(NotificationData.Entry headsUp) { in showNotification() method in HeadsUpManager
|
/frameworks/base/docs/html/training/articles/ |
D | perf-anr.jd | 134 showNotification("Downloaded " + result + " bytes");
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2288 mNotifier.showNotification(netId, NotificationType.SIGN_IN, nai, null, in maybeHandleNetworkMonitorMessage() 2863 mNotifier.showNotification(nai.network.netId, type, nai, null, pendingIntent, true); in showValidationNotification()
|