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 99 timeout = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TIMEOUT, default_response_timeout);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 53 public static final String NI_INTENT_KEY_TIMEOUT = "timeout";
251 intent.putExtra(NI_INTENT_KEY_TIMEOUT, notif.timeout);

Completed in 289 milliseconds