Searched refs:sSetFastestIntervalMethod (Results 1 – 1 of 1) sorted by relevance
520 private static Method sSetFastestIntervalMethod; field in LocationRequestCompat.Api19Impl559 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()