Searched refs:sLocationRequestClass (Results 1 – 2 of 2) sorted by relevance
517 private static Class<?> sLocationRequestClass; field in LocationRequestCompat.Api19Impl532 if (sLocationRequestClass == null) { in toLocationRequest()533 sLocationRequestClass = Class.forName("android.location.LocationRequest"); in toLocationRequest()537 sLocationRequestClass.getDeclaredMethod( in toLocationRequest()553 sSetQualityMethod = sLocationRequestClass.getDeclaredMethod( in toLocationRequest()560 sSetFastestIntervalMethod = sLocationRequestClass.getDeclaredMethod( in toLocationRequest()569 sSetNumUpdatesMethod = sLocationRequestClass.getDeclaredMethod( in toLocationRequest()579 sSetExpireInMethod = sLocationRequestClass.getDeclaredMethod( in toLocationRequest()
1217 private static Class<?> sLocationRequestClass; field in LocationManagerCompat.Api30Impl1240 if (sLocationRequestClass == null) { in tryRequestLocationUpdates()1241 sLocationRequestClass = Class.forName("android.location.LocationRequest"); in tryRequestLocationUpdates()1247 sLocationRequestClass, Executor.class, in tryRequestLocationUpdates()1310 private static Class<?> sLocationRequestClass; field in LocationManagerCompat.Api19Impl1325 if (sLocationRequestClass == null) { in tryRequestLocationUpdates()1326 sLocationRequestClass = Class.forName("android.location.LocationRequest"); in tryRequestLocationUpdates()1332 sLocationRequestClass, LocationListener.class, in tryRequestLocationUpdates()1363 if (sLocationRequestClass == null) { in tryRequestLocationUpdates()1364 sLocationRequestClass = Class.forName("android.location.LocationRequest"); in tryRequestLocationUpdates()[all …]