Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java337 final int notificationId = mUsbStorageNotification.icon; in setUsbStorageNotification() local
376 final int notificationId = mMediaStorageNotification.icon; in setMediaStorageNotification() local
408 final int notificationId = mMediaStorageNotification.icon; in setMediaStorageNotification() local
/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java51 private int notificationId = -1; field in NetInitiatedActivity
/frameworks/base/core/tests/coretests/src/android/accounts/
DAccountManagerServiceTest.java242 protected void installNotification(final int notificationId, final Notification n) { in installNotification()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java100 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java1384 int notificationId, in reportNiNotification()
1676 private native void native_send_ni_response(int notificationId, int userResponse); in native_send_ni_response()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1559 int notificationId = CS_NOTIFICATION; in setNotification() local
/frameworks/base/core/java/android/accounts/
DAccountManagerService.java1893 final Integer notificationId = getSigninRequiredNotificationId(account); in doNotification() local
1910 protected void installNotification(final int notificationId, final Notification n) { in installNotification()