Home
last modified time | relevance | path

Searched refs:notificationId (Results 1 – 17 of 17) 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/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java25 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification() argument
DNotificationManagerService.java2007 public void removeForegroundServiceFlagFromNotification(String pkg, int notificationId,
2011 int i = indexOfNotificationLocked(pkg, null, notificationId, userId);
2014 + "pkg=" + pkg + " / id=" + notificationId + " / userId=" + userId);
/frameworks/base/services/core/java/com/android/server/location/
DGpsLocationProvider.java1783 public boolean sendNiResponse(int notificationId, int userResponse)
1787 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +
1789 native_send_ni_response(notificationId, userResponse);
1800 int notificationId, in reportNiNotification() argument
1813 Log.i(TAG, "notificationId: " + notificationId + in reportNiNotification()
1826 notification.notificationId = notificationId; in reportNiNotification()
2286 private native void native_send_ni_response(int notificationId, int userResponse); in native_send_ni_response() argument
/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/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1992 int notificationId = CS_NOTIFICATION; in setNotification() local
2000 notificationId = PS_NOTIFICATION; in setNotification()
2004 notificationId = PS_NOTIFICATION; in setNotification()
2037 notificationManager.cancel(notificationId); in setNotification()
2040 notificationManager.notify(notificationId, mNotification); in setNotification()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java255 …protected void installNotification(final int notificationId, final Notification n, UserHandle user… in installNotification() argument
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_reference.jd386 <td>notificationId</td>
388 <code>notificationId</code> corresponds to a specify message that is waiting to be retrieved on
389 the Google Play server. Your application sends back the <code>notificationId</code> with the
Dbilling_subscriptions.jd104 [{ "notificationId" : "android.test.purchased",
Dapi.jd292 [{ "notificationId" : "android.test.purchased",
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1401 final int notificationId = 1;
1406 notificationManager.notify(notificationTag, notificationId,
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3662 final Integer notificationId = getSigninRequiredNotificationId(accounts, account); in doNotification() local
3663 intent.addCategory(String.valueOf(notificationId)); in doNotification()
3679 installNotification(notificationId, n, user); in doNotification()
3686 protected void installNotification(final int notificationId, final Notification n, in installNotification() argument
3689 .notifyAsUser(null, notificationId, n, user); in installNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java852 final int notificationId, final String notificationTag, final int appUid) { in startAppOwnNotificationSettingsActivity() argument
853 intent.putExtra("notification_id", notificationId); in startAppOwnNotificationSettingsActivity()
/frameworks/base/docs/html/training/auto/messaging/
Dindex.jd540 notificationId, notificationBuilder.build());