Searched refs:showNotification (Results 1 - 19 of 19) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DShowInstallAppNotificationReceiver.java42 InstallCarrierAppUtils.showNotification(context, pkgName);
H A DInstallCarrierAppUtils.java52 static void showNotification(Context context, String pkgName) { method in class:InstallCarrierAppUtils
H A DUiccProfile.java144 InstallCarrierAppUtils.showNotification(mContext, pkgName);
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java112 mManager.showNotification(ids.get(i), types.get(i), mWifiNai, mCellNai, null, false);
132 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false);
133 mManager.showNotification(101, LOST_INTERNET, mCellNai, mWifiNai, null, false);
137 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false);
148 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false);
149 mManager.showNotification(103, LOST_INTERNET, mWifiNai, mCellNai, null, false);
150 mManager.showNotification(104, NETWORK_SWITCH, mWifiNai, mCellNai, null, false);
161 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false);
166 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false);
183 mManager.showNotification(i
[all...]
H A DLingerMonitorTest.java327 .showNotification(anyInt(), any(), any(), any(), any(), anyBoolean());
342 verify(mNotifier, times(1)).showNotification(eq(from.network.netId),
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWrongPasswordNotifier.java62 showNotification(ssid);
81 private void showNotification(String ssid) { method in class:WrongPasswordNotifier
101 * Dismiss the notification that was generated by {@link #showNotification}. The notification
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java158 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
164 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected);
174 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
178 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
193 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected);
271 private void showNotification(int titleRes, int iconRes) { method in class:LockdownVpnTracker
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhoneTest.java102 mHeadsUpManager.showNotification(mEntry);
150 mHeadsUpManager.showNotification(mEntry);
176 mHeadsUpManager.showNotification(mEntry);
201 mHeadsUpManager.showNotification(mEntry);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DLingerMonitor.java151 private void showNotification(NetworkAgentInfo fromNai, NetworkAgentInfo toNai) { method in class:LingerMonitor
152 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH,
188 showNotification(fromNai, toNai);
H A DNetworkNotificationManager.java130 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai, method in class:NetworkNotificationManager
162 "showNotification tag=%s event=%s transport=%s name=%s highPriority=%s",
268 showNotification(id, NotificationType.SIGN_IN, null, null, pendingIntent, false);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java1326 * @param showNotification true if a notification is to be sent, false otherwise
1332 boolean showNotification) {
1334 length, showNotification, false, null, null);
1355 * @param showNotification true if a notification is to be sent, false otherwise
1363 boolean showNotification, Uri uri, Uri referer) {
1365 length, showNotification, false, uri, referer);
1371 boolean showNotification, boolean allowWrite) {
1373 length, showNotification, allowWrite, null, null);
1379 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) {
1411 values.put(Downloads.Impl.COLUMN_VISIBILITY, (showNotification)
1330 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification) argument
1361 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, Uri uri, Uri referer) argument
1369 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, boolean allowWrite) argument
1377 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, boolean allowWrite, Uri uri, Uri referer) argument
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java75 void showNotification(UsbDevice device) { method in class:MtpNotificationManager
H A DUsbProfileGroupSettingsManager.java676 mMtpNotificationManager.showNotification(device);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java175 mHeadsUpManager.showNotification(group.summary);
222 mHeadsUpManager.showNotification(group.summary);
555 mHeadsUpManager.showNotification(child);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java814 String packageName, boolean showNotification, int userId) {
818 if (showNotification) {
872 boolean showNotification, int userId) {
876 mShowNotification = showNotification;
813 PackageDeleteObserverAdapter(Context context, IntentSender target, String packageName, boolean showNotification, int userId) argument
871 PackageInstallObserverAdapter(Context context, IntentSender target, int sessionId, boolean showNotification, int userId) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java114 public void showNotification(@NonNull NotificationData.Entry headsUp) { method in class:HeadsUpManager
115 if (DEBUG) Log.v(TAG, "showNotification");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationEntryManager.java452 mHeadsUpManager.showNotification(shadeEntry);
1007 mHeadsUpManager.showNotification(entry);
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java1185 final boolean showNotification = mIsBootComplete
1190 if (showNotification) {
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2294 mNotifier.showNotification(netId, NotificationType.SIGN_IN, nai, null,
2946 mNotifier.showNotification(nai.network.netId, type, nai, null, pendingIntent, true);

Completed in 351 milliseconds