/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 51 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/ |
D | GpsNetInitiatedHandler.java | 100 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/ |
D | StorageNotification.java | 337 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/ |
D | GpsLocationProvider.java | 1365 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/ |
D | GsmServiceStateTracker.java | 1559 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/ |
D | AccountManagerServiceTest.java | 242 protected void installNotification(final int notificationId, final Notification n) { in installNotification() argument
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManagerService.java | 1893 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/ |
D | billing_reference.jd | 382 <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
|
D | billing_overview.jd | 230 { "notificationId" : "android.test.purchased",
|