HomeSort by relevance Sort by last modified time
    Searched refs:NI_INTENT_KEY_TITLE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 91 p.mTitle = intent.getStringExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TITLE);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 51 public static final String NI_INTENT_KEY_TITLE = "title";
249 intent.putExtra(NI_INTENT_KEY_TITLE, title);

Completed in 62 milliseconds