Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java51 private int notificationId = -1; field in NetInitiatedActivity
71 if (notificationId != -1) {
98 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in onCreate()
101 …if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + … in onCreate()
134 notificationId = -1; in onClick()
142 locationManager.sendNiResponse(notificationId, response); in sendUserResponse()
147 notificationId = notifId; in handleNIVerify()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java100 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
137 if (DEBUG) Log.d(TAG, "handleNiNotification" + " notificationId: " + notif.notificationId in handleNiNotification()
164 mLocationManager.sendNiResponse(notif.notificationId, GPS_NI_RESPONSE_ACCEPT); in handleNiNotification()
191 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId + in setNiNotification()
217 notificationManager.notify(notif.notificationId, mNiNotification); in setNiNotification()
219 notificationManager.cancel(notif.notificationId); in setNiNotification()
228 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId + in openNiDialog()
248 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.notify(notificationId, mUsbStorageNotification); in setUsbStorageNotification()
341 notificationManager.cancel(notificationId); in setUsbStorageNotification()
376 final int notificationId = mMediaStorageNotification.icon; in setMediaStorageNotification() local
377 notificationManager.cancel(notificationId); in setMediaStorageNotification()
408 final int notificationId = mMediaStorageNotification.icon; in setMediaStorageNotification() local
410 notificationManager.notify(notificationId, mMediaStorageNotification); in setMediaStorageNotification()
412 notificationManager.cancel(notificationId); in setMediaStorageNotification()
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java1365 public boolean sendNiResponse(int notificationId, int userResponse)
1371 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +
1373 native_send_ni_response(notificationId, userResponse);
1384 int notificationId, in reportNiNotification() argument
1397 Log.i(TAG, "notificationId: " + notificationId + in reportNiNotification()
1410 notification.notificationId = notificationId; in reportNiNotification()
1676 private native void native_send_ni_response(int notificationId, int userResponse); in native_send_ni_response() argument
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1559 int notificationId = CS_NOTIFICATION; in setNotification() local
1563 notificationId = PS_NOTIFICATION; in setNotification()
1567 notificationId = PS_NOTIFICATION; in setNotification()
1593 notificationManager.cancel(notificationId); in setNotification()
1596 notificationManager.notify(notificationId, mNotification); in setNotification()
/frameworks/base/core/tests/coretests/src/android/accounts/
DAccountManagerServiceTest.java242 protected void installNotification(final int notificationId, final Notification n) { in installNotification() argument
/frameworks/base/core/java/android/accounts/
DAccountManagerService.java1893 final Integer notificationId = getSigninRequiredNotificationId(account); in doNotification() local
1894 intent.addCategory(String.valueOf(notificationId)); in doNotification()
1903 installNotification(notificationId, n); in doNotification()
1910 protected void installNotification(final int notificationId, final Notification n) { in installNotification() argument
1912 .notify(notificationId, n); in installNotification()
/frameworks/base/docs/html/guide/market/billing/
Dbilling_reference.jd382 <td>notificationId</td>
384 <code>notificationId</code> corresponds to a specify message that is waiting to be retrieved on
385 the Android Market server. Your application sends back the <code>notificationId</code> with the
Dbilling_overview.jd230 { "notificationId" : "android.test.purchased",