OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocationRequestUnbundled
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/location/lib/java/com/android/location/provider/
ProviderRequestUnbundled.java
51
public List<
LocationRequestUnbundled
> getLocationRequests() {
52
List<
LocationRequestUnbundled
> result = new ArrayList<
LocationRequestUnbundled
>(
55
result.add(new
LocationRequestUnbundled
(r));
LocationRequestUnbundled.java
28
public final class
LocationRequestUnbundled
{
80
LocationRequestUnbundled
(LocationRequest delegate) {
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java
24
import com.android.location.provider.
LocationRequestUnbundled
;
166
for (
LocationRequestUnbundled
request : mRequest.getLocationRequests()) {
168
case
LocationRequestUnbundled
.ACCURACY_FINE:
169
case
LocationRequestUnbundled
.POWER_HIGH:
177
case
LocationRequestUnbundled
.ACCURACY_BLOCK:
178
case
LocationRequestUnbundled
.ACCURACY_CITY:
179
case
LocationRequestUnbundled
.POWER_LOW:
Completed in 466 milliseconds