Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java520 private static Method sSetFastestIntervalMethod; field in LocationRequestCompat.Api19Impl
559 if (sSetFastestIntervalMethod == null) { in toLocationRequest()
560 sSetFastestIntervalMethod = sLocationRequestClass.getDeclaredMethod( in toLocationRequest()
562 sSetFastestIntervalMethod.setAccessible(true); in toLocationRequest()
565 sSetFastestIntervalMethod.invoke(request, obj.getMinUpdateIntervalMillis()); in toLocationRequest()