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.java124 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
258 + " notificationId: " + notif.notificationId in handleNiNotification()
295 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNi()
316 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNi()
329 + " notificationId: " + notif.notificationId); in handleNiInEs()
345 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNiInEs()
366 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId + in setNiNotification()
393 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotification, in setNiNotification()
402 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId + in openNiDialog()
422 intent.putExtra(NI_INTENT_KEY_NOTIF_ID, notif.notificationId); in getDlgIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java337 final int notificationId = mUsbStorageNotification.icon; in setUsbStorageNotification() local
339 notificationManager.notifyAsUser(null, notificationId, mUsbStorageNotification, in setUsbStorageNotification()
342 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL); in setUsbStorageNotification()
377 final int notificationId = mMediaStorageNotification.icon; in setMediaStorageNotification() local
378 notificationManager.cancel(notificationId); in setMediaStorageNotification()
414 final int notificationId = mMediaStorageNotification.icon; in setMediaStorageNotification() local
416 notificationManager.notifyAsUser(null, notificationId, in setMediaStorageNotification()
419 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL); in setMediaStorageNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java25 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification() argument
DNotificationManagerService.java1726 public void removeForegroundServiceFlagFromNotification(String pkg, int notificationId,
1730 int i = indexOfNotificationLocked(pkg, null, notificationId, userId);
1733 + "pkg=" + pkg + " / id=" + notificationId + " / userId=" + userId);
/frameworks/base/services/core/java/com/android/server/location/
DGpsLocationProvider.java1809 public boolean sendNiResponse(int notificationId, int userResponse)
1813 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +
1815 native_send_ni_response(notificationId, userResponse);
1826 int notificationId, in reportNiNotification() argument
1839 Log.i(TAG, "notificationId: " + notificationId + in reportNiNotification()
1852 notification.notificationId = notificationId; in reportNiNotification()
2201 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.java1948 int notificationId = CS_NOTIFICATION; in setNotification() local
1956 notificationId = PS_NOTIFICATION; in setNotification()
1960 notificationId = PS_NOTIFICATION; in setNotification()
1988 notificationManager.cancel(notificationId); in setNotification()
1991 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/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3004 final Integer notificationId = getSigninRequiredNotificationId(accounts, account); in doNotification() local
3005 intent.addCategory(String.valueOf(notificationId)); in doNotification()
3019 installNotification(notificationId, n, user); in doNotification()
3026 protected void installNotification(final int notificationId, final Notification n, in installNotification() argument
3029 .notifyAsUser(null, notificationId, n, user); in installNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java795 final int notificationId, final String notificationTag, final int appUid) { in startAppOwnNotificationSettingsActivity() argument
796 intent.putExtra("notification_id", notificationId); in startAppOwnNotificationSettingsActivity()
/frameworks/base/docs/html/training/auto/messaging/
Dindex.jd426 msgNotificationManager.notify(<em>notificationId</em>, notificationBuilder.build());