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