HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 1 - 25 of 3626) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/location/java/android/location/
Address.aidl 17 package android.location;
Country.aidl 17 package android.location;
Criteria.aidl 17 package android.location;
FusedBatchOptions.aidl 17 package android.location;
GeocoderParams.aidl 17 package android.location;
Geofence.aidl 17 package android.location;
GpsMeasurementsEvent.aidl 17 package android.location;
GpsNavigationMessageEvent.aidl 17 package android.location;
Location.aidl 17 package android.location;
19 parcelable Location;
LocationRequest.aidl 17 package android.location;
ICountryDetector.aidl 17 package android.location;
19 import android.location.Country;
20 import android.location.ICountryListener;
INetInitiatedListener.aidl 18 package android.location;
  /device/sample/products/
location_overlay.mk 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/location
24 # Uncomment this line to include the Google network and fused location providers
  /frameworks/base/core/java/android/hardware/location/
ActivityChangedEvent.aidl 17 package android.hardware.location;
GeofenceHardwareMonitorEvent.aidl 17 package android.hardware.location;
GeofenceHardwareRequestParcelable.aidl 17 package android.hardware.location;
IGeofenceHardwareMonitorCallback.aidl 17 package android.hardware.location;
19 import android.hardware.location.GeofenceHardwareMonitorEvent;
20 import android.location.Location;
GeofenceHardwareMonitorCallback.java 17 package android.hardware.location;
20 import android.location.Location;
41 * @param location The last known location according to the monitoring system.
44 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) {
54 * {@link #onMonitoringSystemChange(int, boolean, android.location.Location)}.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_stats.cc 12 BookmarkLaunchLocation location) {
13 if (location == BOOKMARK_LAUNCH_LOCATION_DETACHED_BAR ||
14 location == BOOKMARK_LAUNCH_LOCATION_ATTACHED_BAR) {
19 "Bookmarks.LaunchLocation", location, BOOKMARK_LAUNCH_LOCATION_LIMIT);
35 void RecordBookmarkFolderOpen(BookmarkLaunchLocation location) {
36 if (location == BOOKMARK_LAUNCH_LOCATION_DETACHED_BAR ||
37 location == BOOKMARK_LAUNCH_LOCATION_ATTACHED_BAR) {
43 void RecordBookmarkAppsPageOpen(BookmarkLaunchLocation location) {
44 if (location == BOOKMARK_LAUNCH_LOCATION_DETACHED_BAR ||
45 location == BOOKMARK_LAUNCH_LOCATION_ATTACHED_BAR)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
Label.java 38 @Nullable MethodLocation location; field in class:Label
43 Label(MethodLocation location) {
44 this.location = location;
53 if (location == null) {
54 throw new IllegalStateException("Cannot get the location of a label that hasn't been placed yet.");
56 return location;
60 return location != null;
  /libcore/luni/src/main/java/java/text/
ParseException.java 31 * message and the location of the error filled in.
35 * @param location
38 public ParseException(String detailMessage, int location) {
39 super(detailMessage + (" (at offset " + location + ")"));
40 errorOffset = location;
46 * @return the location of this exception in the parsed string.
  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.aidl 17 package com.android.internal.location;
ProviderRequest.aidl 17 package com.android.internal.location;
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardwareSink.java 17 package com.android.location.provider;
19 import android.location.Location;
28 public abstract void onLocationAvailable(Location[] locations);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
antlr.stg 36 location(file, line, column) ::= "<file>:<line>:<column>:"
40 report(location, message, type) ::= "<type>(<message.id>): <location> <message.text>"

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>