HomeSort by relevance Sort by last modified time
    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 97 notificationId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
145 int notifId = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_NOTIF_ID, -1);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 60 public static final String NI_INTENT_KEY_NOTIF_ID = "notif_id";
421 intent.putExtra(NI_INTENT_KEY_NOTIF_ID, notif.notificationId);

Completed in 89 milliseconds