Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java519 private static Method sSetQualityMethod; field in LocationRequestCompat.Api19Impl
552 if (sSetQualityMethod == null) { in toLocationRequest()
553 sSetQualityMethod = sLocationRequestClass.getDeclaredMethod( in toLocationRequest()
555 sSetQualityMethod.setAccessible(true); in toLocationRequest()
557 sSetQualityMethod.invoke(request, obj.getQuality()); in toLocationRequest()