HomeSort by relevance Sort by last modified time
    Searched refs:notificationId (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 50 private int notificationId = -1;
78 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
79 if (DEBUG) Log.d(TAG, "onCreate, notifId: " + notificationId);
111 notificationId = -1;
119 locationManager.sendNiResponse(notificationId, response);
124 notificationId = notifId;
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 97 public int notificationId;
134 if (DEBUG) Log.d(TAG, "handleNiNotification" + " notificationId: " + notif.notificationId
161 mLocationManager.sendNiResponse(notif.notificationId, GPS_NI_RESPONSE_ACCEPT);
188 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId +
214 notificationManager.notify(notif.notificationId, mNiNotification);
216 notificationManager.cancel(notif.notificationId);
225 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId +
245 intent.putExtra(NI_INTENT_KEY_NOTIF_ID, notif.notificationId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 337 final int notificationId = mUsbStorageNotification.icon;
339 notificationManager.notify(notificationId, mUsbStorageNotification);
341 notificationManager.cancel(notificationId);
376 final int notificationId = mMediaStorageNotification.icon;
377 notificationManager.cancel(notificationId);
408 final int notificationId = mMediaStorageNotification.icon;
410 notificationManager.notify(notificationId, mMediaStorageNotification);
412 notificationManager.cancel(notificationId);
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 336 int notificationId = 1;
360 notificationManager.notify(notificationId, notification);
366 notificationManager.cancel(notificationId);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 422 public static void cancelNotification(Context context, int notificationId) {
426 nm.cancel(notificationId);
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java     [all...]

Completed in 282 milliseconds