Searched refs:NI_INTENT_KEY_NOTIF_ID (Results 1 – 2 of 2) sorted by relevance
98 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()
59 public static final String NI_INTENT_KEY_NOTIF_ID = "notif_id"; field in GpsNetInitiatedHandler442 intent.putExtra(NI_INTENT_KEY_NOTIF_ID, notif.notificationId); in getDlgIntent()