OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NI_INTENT_KEY_NOTIF_ID
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java
98
notificationId = intent.getIntExtra(GpsNetInitiatedHandler.
NI_INTENT_KEY_NOTIF_ID
, -1);
146
int notifId = intent.getIntExtra(GpsNetInitiatedHandler.
NI_INTENT_KEY_NOTIF_ID
, -1);
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
51
public static final String
NI_INTENT_KEY_NOTIF_ID
= "notif_id";
245
intent.putExtra(
NI_INTENT_KEY_NOTIF_ID
, notif.notificationId);
Completed in 332 milliseconds