Home
last modified time | relevance | path

Searched refs:notificationId (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java51 private int notificationId = -1; field in NetInitiatedActivity
71 if (notificationId != -1) {
97 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in onCreate()
100 …if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + … in onCreate()
133 notificationId = -1; in onClick()
141 locationManager.sendNiResponse(notificationId, response); in sendUserResponse()
146 notificationId = notifId; in handleNIVerify()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java123 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
257 + " notificationId: " + notif.notificationId in handleNiNotification()
294 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNi()
315 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNi()
328 + " notificationId: " + notif.notificationId); in handleNiInEs()
344 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNiInEs()
365 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId + in setNiNotification()
394 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotificationBuilder.build(), in setNiNotification()
403 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId + in openNiDialog()
423 intent.putExtra(NI_INTENT_KEY_NOTIF_ID, notif.notificationId); in getDlgIntent()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java70 int notificationId = 0; in updateForegroundState() local
77 notificationId = record.deviceId; in updateForegroundState()
89 startForeground(notificationId, notification); in updateForegroundState()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java25 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification() argument
DNotificationManagerService.java2473 public void removeForegroundServiceFlagFromNotification(String pkg, int notificationId,
2477 int i = indexOfNotificationLocked(pkg, null, notificationId, userId);
2480 + "pkg=" + pkg + " / id=" + notificationId + " / userId=" + userId);
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java1884 public boolean sendNiResponse(int notificationId, int userResponse)
1888 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +
1890 native_send_ni_response(notificationId, userResponse);
1901 int notificationId,
1914 Log.i(TAG, "notificationId: " + notificationId +
1927 notification.notificationId = notificationId;
2455 private native void native_send_ni_response(int notificationId, int userResponse);
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Dnotification-updates.jd116 notificationManager.notify(notificationId, newMessageNotification);
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Dnotification-updates.jd116 notificationManager.notify(notificationId, newMessageNotification);
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Dnotification-updates.jd116 notificationManager.notify(notificationId, newMessageNotification);
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html/training/wearables/notifications/
Dpages.jd71 notificationManager.notify(notificationId, notification);
Dcreating.jd65 int notificationId = 001;
84 notificationManager.notify(notificationId, notificationBuilder.build());
300 notificationManager.notify(notificationId, notif);
Dvoice-input.jd137 notificationManager.notify(notificationId, notification);
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Dnotification-updates.jd115 notificationManager.notify(notificationId, notification);
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/
Dnotification-updates.jd115 notificationManager.notify(notificationId, notification);
/frameworks/base/docs/html-intl/intl/in/preview/features/
Dnotification-updates.jd116 notificationManager.notify(notificationId, newMessageNotification);
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html/preview/features/
Dnotification-updates.jd118 notificationManager.notify(notificationId, newMessageNotification);
195 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/
Dnotification-updates.jd114 notificationManager.notify(notificationId, newMessageNotification);
189 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java430 …protected void installNotification(final int notificationId, final Notification n, UserHandle user… in installNotification() argument
/frameworks/base/docs/html-intl/intl/es/preview/features/
Dnotification-updates.jd116 notificationManager.notify(notificationId, newMessageNotification);
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1442 final int notificationId = 1;
1447 notificationManager.notify(notificationTag, notificationId,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3982 int notificationId = CS_NOTIFICATION; in setNotification() local
3990 notificationId = PS_NOTIFICATION; in setNotification()
3994 notificationId = PS_NOTIFICATION; in setNotification()
4027 notificationManager.cancel(notificationId); in setNotification()
4030 notificationManager.notify(notificationId, mNotification); in setNotification()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java4915 final Integer notificationId = getSigninRequiredNotificationId(accounts, account); in doNotification() local
4916 intent.addCategory(String.valueOf(notificationId)); in doNotification()
4932 installNotification(notificationId, n, user); in doNotification()
4940 protected void installNotification(final int notificationId, final Notification n, in installNotification() argument
4943 .notifyAsUser(null, notificationId, n, user); in installNotification()
/frameworks/base/docs/html-intl/intl/vi/preview/features/
Dnotification-updates.jd115 notificationManager.notify(notificationId, notification);
/frameworks/base/docs/html/training/auto/messaging/
Dindex.jd546 notificationId, notificationBuilder.build());