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

  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 98 timeout = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TIMEOUT, default_response_timeout);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 63 public static final String NI_INTENT_KEY_TIMEOUT = "timeout";
425 intent.putExtra(NI_INTENT_KEY_TIMEOUT, notif.timeout);

Completed in 73 milliseconds