Searched refs:sSetExpireInMethod (Results 1 – 1 of 1) sorted by relevance
522 private static Method sSetExpireInMethod; field in LocationRequestCompat.Api19Impl578 if (sSetExpireInMethod == null) { in toLocationRequest()579 sSetExpireInMethod = sLocationRequestClass.getDeclaredMethod( in toLocationRequest()581 sSetExpireInMethod.setAccessible(true); in toLocationRequest()584 sSetExpireInMethod.invoke(request, obj.getDurationMillis()); in toLocationRequest()