OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFastestInterval
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java
97
* than the minimum of {@link #
getFastestInterval
} and
102
public long
getFastestInterval
() {
103
return delegate.
getFastestInterval
();
/frameworks/base/location/java/android/location/
LocationRequest.java
365
* than the minimum of {@link #
getFastestInterval
} and
370
public long
getFastestInterval
() {
Completed in 26 milliseconds