OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationId
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java
55
private int
notificationId
= -1;
83
notificationId
= intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
84
if (DEBUG) Log.d(TAG, "onCreate, notifId: " +
notificationId
);
116
notificationId
= -1;
124
locationManager.sendNiResponse(
notificationId
, response);
129
notificationId
= notifId;
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
96
int
notificationId
;
133
if (DEBUG) Log.d(TAG, "handleNiNotification" + "
notificationId
: " + notif.
notificationId
161
mGpsLocationProvider.getNetInitiatedListener().sendNiResponse(notif.
notificationId
, GPS_NI_RESPONSE_ACCEPT);
193
if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.
notificationId
+
219
notificationManager.notify(notif.
notificationId
, mNiNotification);
221
notificationManager.cancel(notif.
notificationId
);
230
if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.
notificationId
+
250
intent.putExtra(NI_INTENT_KEY_NOTIF_ID, notif.
notificationId
);
GpsLocationProvider.java
[
all
...]
/frameworks/base/services/java/com/android/server/status/
StorageNotification.java
317
final int
notificationId
= mUsbStorageNotification.icon;
319
notificationManager.notify(
notificationId
, mUsbStorageNotification);
321
notificationManager.cancel(
notificationId
);
356
final int
notificationId
= mMediaStorageNotification.icon;
357
notificationManager.cancel(
notificationId
);
388
final int
notificationId
= mMediaStorageNotification.icon;
390
notificationManager.notify(
notificationId
, mMediaStorageNotification);
392
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 228 milliseconds