Home
last modified time | relevance | path

Searched refs:NI_INTENT_KEY_NOTIF_ID (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java98 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in onCreate()
147 int notifId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1); in handleNIVerify()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java59 public static final String NI_INTENT_KEY_NOTIF_ID = "notif_id"; field in GpsNetInitiatedHandler
442 intent.putExtra(NI_INTENT_KEY_NOTIF_ID, notif.notificationId); in getDlgIntent()