Searched defs:notificationId (Results 1 - 8 of 8) sorted by path

/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java51 private int notificationId = -1; field in class:NetInitiatedActivity
71 if (notificationId != -1) {
97 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
100 if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + " default_response:" + default_response);
133 notificationId = -1;
141 locationManager.sendNiResponse(notificationId, response);
146 notificationId = notifId;
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java123 public int notificationId; field in class:GpsNetInitiatedHandler.GpsNiNotification
257 + " notificationId: " + notif.notificationId
294 mNetInitiatedListener.sendNiResponse(notif.notificationId,
315 mNetInitiatedListener.sendNiResponse(notif.notificationId,
328 + " notificationId: " + notif.notificationId);
344 mNetInitiatedListener.sendNiResponse(notif.notificationId,
365 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId +
394 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotificationBuilde
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java5258 final Integer notificationId = getSigninRequiredNotificationId(accounts, account);
5259 intent.addCategory(String.valueOf(notificationId));
5274 installNotification(notificationId, n, packageName, userId);
5282 protected void installNotification(int notificationId, final Notification notification, argument
5284 installNotification(notificationId, notification, "android", user.getIdentifier());
5287 private void installNotification(int notificationId, final Notification notification, argument
5294 notificationId, notification, new int[1], userId);
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1965 public boolean sendNiResponse(int notificationId, int userResponse)
1969 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +
1971 native_send_ni_response(notificationId, userResponse);
1982 int notificationId,
1995 Log.i(TAG, "notificationId: " + notificationId +
2008 notification.notificationId = notificationId;
2534 private native void native_send_ni_response(int notificationId, int userResponse); argument
1981 reportNiNotification( int notificationId, int niType, int notifyFlags, int timeout, int defaultResponse, String requestorId, String text, int requestorIdEncoding, int textEncoding, String extras ) argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerInternal.java25 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); argument
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java444 protected void installNotification(final int notificationId, final Notification n, UserHandle user) { argument
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 196 milliseconds