/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 51 private int notificationId = -1; field in NetInitiatedActivity 71 if (notificationId != -1) { 97 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in onCreate() 100 …if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + … in onCreate() 133 notificationId = -1; in onClick() 141 locationManager.sendNiResponse(notificationId, response); in sendUserResponse() 146 notificationId = notifId; in handleNIVerify()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 123 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification 257 + " notificationId: " + notif.notificationId in handleNiNotification() 294 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNi() 315 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNi() 328 + " notificationId: " + notif.notificationId); in handleNiInEs() 344 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNiInEs() 365 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId + in setNiNotification() 394 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotificationBuilder.build(), in setNiNotification() 403 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId + in openNiDialog() 423 intent.putExtra(NI_INTENT_KEY_NOTIF_ID, notif.notificationId); in getDlgIntent()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerInternal.java | 25 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification() argument
|
D | NotificationManagerService.java | 2007 public void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, 2011 int i = indexOfNotificationLocked(pkg, null, notificationId, userId); 2014 + "pkg=" + pkg + " / id=" + notificationId + " / userId=" + userId);
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsLocationProvider.java | 1783 public boolean sendNiResponse(int notificationId, int userResponse) 1787 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId + 1789 native_send_ni_response(notificationId, userResponse); 1800 int notificationId, in reportNiNotification() argument 1813 Log.i(TAG, "notificationId: " + notificationId + in reportNiNotification() 1826 notification.notificationId = notificationId; in reportNiNotification() 2286 private native void native_send_ni_response(int notificationId, int userResponse); in native_send_ni_response() argument
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | pages.jd | 71 notificationManager.notify(notificationId, notification);
|
D | creating.jd | 65 int notificationId = 001; 84 notificationManager.notify(notificationId, notificationBuilder.build()); 300 notificationManager.notify(notificationId, notif);
|
D | voice-input.jd | 137 notificationManager.notify(notificationId, notification);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmServiceStateTracker.java | 1992 int notificationId = CS_NOTIFICATION; in setNotification() local 2000 notificationId = PS_NOTIFICATION; in setNotification() 2004 notificationId = PS_NOTIFICATION; in setNotification() 2037 notificationManager.cancel(notificationId); in setNotification() 2040 notificationManager.notify(notificationId, mNotification); in setNotification()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 255 …protected void installNotification(final int notificationId, final Notification n, UserHandle user… in installNotification() argument
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_reference.jd | 386 <td>notificationId</td> 388 <code>notificationId</code> corresponds to a specify message that is waiting to be retrieved on 389 the Google Play server. Your application sends back the <code>notificationId</code> with the
|
D | billing_subscriptions.jd | 104 [{ "notificationId" : "android.test.purchased",
|
D | api.jd | 292 [{ "notificationId" : "android.test.purchased",
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 1401 final int notificationId = 1; 1406 notificationManager.notify(notificationTag, notificationId,
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3662 final Integer notificationId = getSigninRequiredNotificationId(accounts, account); in doNotification() local 3663 intent.addCategory(String.valueOf(notificationId)); in doNotification() 3679 installNotification(notificationId, n, user); in doNotification() 3686 protected void installNotification(final int notificationId, final Notification n, in installNotification() argument 3689 .notifyAsUser(null, notificationId, n, user); in installNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 852 final int notificationId, final String notificationTag, final int appUid) { in startAppOwnNotificationSettingsActivity() argument 853 intent.putExtra("notification_id", notificationId); in startAppOwnNotificationSettingsActivity()
|
/frameworks/base/docs/html/training/auto/messaging/ |
D | index.jd | 540 notificationId, notificationBuilder.build());
|