Home
last modified time | relevance | path

Searched refs:GET_LOCATION_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DLocationFragment.java49 public static final int GET_LOCATION_TIMEOUT_MS = 3000; field in LocationFragment
175 mHandler.postDelayed(mTimeoutRunnable, GET_LOCATION_TIMEOUT_MS); in onRequestPermissionsResult()