Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocationRequest.java160 private boolean mExplicitFastestInterval; field in LocationRequest
279 src.mExplicitFastestInterval, in LocationRequest()
311 mExplicitFastestInterval = explicitFastestInterval; in LocationRequest()
390 if (!mExplicitFastestInterval) { in setInterval()
481 mExplicitFastestInterval = true; in setFastestInterval()
734 parcel.writeBoolean(mExplicitFastestInterval); in writeToParcel()
775 if (mExplicitFastestInterval) { in toString()