/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 51 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/ |
D | GpsNetInitiatedHandler.java | 123 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/ |
D | MtpDocumentsService.java | 70 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/ |
D | NotificationManagerInternal.java | 25 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification() argument
|
D | NotificationManagerService.java | 2473 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/ |
D | GnssLocationProvider.java | 1884 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/ |
D | notification-updates.jd | 116 notificationManager.notify(notificationId, newMessageNotification); 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/docs/html-intl/intl/ja/preview/features/ |
D | notification-updates.jd | 116 notificationManager.notify(notificationId, newMessageNotification); 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/docs/html-intl/intl/ko/preview/features/ |
D | notification-updates.jd | 116 notificationManager.notify(notificationId, newMessageNotification); 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | pages.jd | 71 notificationManager.notify(notificationId, notification);
|
D | creating.jd | 65 int notificationId = 001; 84 notificationManager.notify(notificationId, notificationBuilder.build()); 300 notificationManager.notify(notificationId, notif);
|
D | voice-input.jd | 137 notificationManager.notify(notificationId, notification);
|
/frameworks/base/docs/html-intl/intl/ru/preview/features/ |
D | notification-updates.jd | 115 notificationManager.notify(notificationId, notification);
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/ |
D | notification-updates.jd | 115 notificationManager.notify(notificationId, notification);
|
/frameworks/base/docs/html-intl/intl/in/preview/features/ |
D | notification-updates.jd | 116 notificationManager.notify(notificationId, newMessageNotification); 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/docs/html/preview/features/ |
D | notification-updates.jd | 118 notificationManager.notify(notificationId, newMessageNotification); 195 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/ |
D | notification-updates.jd | 114 notificationManager.notify(notificationId, newMessageNotification); 189 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 430 …protected void installNotification(final int notificationId, final Notification n, UserHandle user… in installNotification() argument
|
/frameworks/base/docs/html-intl/intl/es/preview/features/ |
D | notification-updates.jd | 116 notificationManager.notify(notificationId, newMessageNotification); 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 1442 final int notificationId = 1; 1447 notificationManager.notify(notificationTag, notificationId,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 3982 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/ |
D | AccountManagerService.java | 4915 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/ |
D | notification-updates.jd | 115 notificationManager.notify(notificationId, notification);
|
/frameworks/base/docs/html/training/auto/messaging/ |
D | index.jd | 546 notificationId, notificationBuilder.build());
|