Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java521 private static Method sSetNumUpdatesMethod; field in LocationRequestCompat.Api19Impl
568 if (sSetNumUpdatesMethod == null) { in toLocationRequest()
569 sSetNumUpdatesMethod = sLocationRequestClass.getDeclaredMethod( in toLocationRequest()
571 sSetNumUpdatesMethod.setAccessible(true); in toLocationRequest()
574 sSetNumUpdatesMethod.invoke(request, obj.getMaxUpdates()); in toLocationRequest()