/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 | 124 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification 258 + " notificationId: " + notif.notificationId in handleNiNotification() 295 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNi() 316 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNi() 329 + " notificationId: " + notif.notificationId); in handleNiInEs() 345 mNetInitiatedListener.sendNiResponse(notif.notificationId, in handleNiInEs() 366 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId + in setNiNotification() 393 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotification, in setNiNotification() 402 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId + in openNiDialog() 422 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.notifyAsUser(null, notificationId, mUsbStorageNotification, in setUsbStorageNotification() 342 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL); in setUsbStorageNotification() 377 final int notificationId = mMediaStorageNotification.icon; in setMediaStorageNotification() local 378 notificationManager.cancel(notificationId); in setMediaStorageNotification() 414 final int notificationId = mMediaStorageNotification.icon; in setMediaStorageNotification() local 416 notificationManager.notifyAsUser(null, notificationId, in setMediaStorageNotification() 419 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL); in setMediaStorageNotification()
|
/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 | 1726 public void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, 1730 int i = indexOfNotificationLocked(pkg, null, notificationId, userId); 1733 + "pkg=" + pkg + " / id=" + notificationId + " / userId=" + userId);
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsLocationProvider.java | 1809 public boolean sendNiResponse(int notificationId, int userResponse) 1813 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId + 1815 native_send_ni_response(notificationId, userResponse); 1826 int notificationId, in reportNiNotification() argument 1839 Log.i(TAG, "notificationId: " + notificationId + in reportNiNotification() 1852 notification.notificationId = notificationId; in reportNiNotification() 2201 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 | 1948 int notificationId = CS_NOTIFICATION; in setNotification() local 1956 notificationId = PS_NOTIFICATION; in setNotification() 1960 notificationId = PS_NOTIFICATION; in setNotification() 1988 notificationManager.cancel(notificationId); in setNotification() 1991 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/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3004 final Integer notificationId = getSigninRequiredNotificationId(accounts, account); in doNotification() local 3005 intent.addCategory(String.valueOf(notificationId)); in doNotification() 3019 installNotification(notificationId, n, user); in doNotification() 3026 protected void installNotification(final int notificationId, final Notification n, in installNotification() argument 3029 .notifyAsUser(null, notificationId, n, user); in installNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 795 final int notificationId, final String notificationTag, final int appUid) { in startAppOwnNotificationSettingsActivity() argument 796 intent.putExtra("notification_id", notificationId); in startAppOwnNotificationSettingsActivity()
|
/frameworks/base/docs/html/training/auto/messaging/ |
D | index.jd | 426 msgNotificationManager.notify(<em>notificationId</em>, notificationBuilder.build());
|