Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java522 private static Method sSetExpireInMethod; field in LocationRequestCompat.Api19Impl
578 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()