Searched refs:NI_INTENT_KEY_MESSAGE (Results 1 – 2 of 2) sorted by relevance
92 p.mMessage = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_MESSAGE); in onCreate()
61 public static final String NI_INTENT_KEY_MESSAGE = "message"; field in GpsNetInitiatedHandler444 intent.putExtra(NI_INTENT_KEY_MESSAGE, message); in getDlgIntent()