HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 26 - 50 of 3960) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GnssMeasurementsConstellationTestsActivity.java 17 package com.android.cts.verifier.location;
19 import android.location.cts.GnssMeasurementsConstellationTest;
20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;
GnssNavigationMessageTestsActivity.java 17 package com.android.cts.verifier.location;
19 import android.location.cts.GnssNavigationMessageTest;
20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;
  /frameworks/base/core/java/android/hardware/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)}.
IActivityRecognitionHardwareClient.aidl 17 package android.hardware.location;
19 import android.hardware.location.IActivityRecognitionHardware;
IActivityRecognitionHardwareSink.aidl 17 package android.hardware.location;
19 import android.hardware.location.ActivityChangedEvent;
IActivityRecognitionHardwareWatcher.aidl 17 package android.hardware.location;
19 import android.hardware.location.IActivityRecognitionHardware;
IContextHubCallback.aidl 17 package android.hardware.location;
19 import android.hardware.location.ContextHubMessage;
  /frameworks/base/location/java/android/location/
ICountryDetector.aidl 17 package android.location;
19 import android.location.Country;
20 import android.location.ICountryListener;
INetInitiatedListener.aidl 18 package android.location;
CountryListener.java 17 package android.location;
GnssNmeaListener.java 17 package android.location;
ICountryListener.aidl 17 package android.location;
19 import android.location.Country;
IFusedProvider.aidl 17 package android.location;
19 import android.hardware.location.IFusedLocationHardware;
22 * Interface definition for Location providers that require FLP services.
IGeofenceProvider.aidl 17 package android.location;
19 import android.hardware.location.IGeofenceHardware;
22 * An interface for location providers implementing the Geofencing service
IGnssMeasurementsListener.aidl 17 package android.location;
19 import android.location.GnssMeasurementsEvent;
IGnssNavigationMessageListener.aidl 17 package android.location;
19 import android.location.GnssNavigationMessage;
IGnssStatusProvider.aidl 17 package android.location;
19 import android.location.IGnssStatusListener;
22 * An interface for location providers that provide GNSS status information.
OnNmeaMessageListener.java 17 package android.location;
  /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/tools/layoutlib/bridge/src/android/text/
Primitive.java 25 public final int location; field in class:Primitive
36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) {
38 this.location = location;
69 public Primitive getNewPrimitive(int location) {
71 return new Primitive(this, location, 0f, 0f);
74 public Primitive getNewPrimitive(int location, float value) {
77 return new Primitive(this, location, value, 0f);
79 return new Primitive(this, location, 0f, value);
83 public Primitive getNewPrimitive(int location, float width, float penalty)
    [all...]
  /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>"
gnu.stg 36 location(file, line, column) ::= "<file>:<line>:"
40 report(location, message, type) ::= "<location> <type>: <message>"
vs2005.stg 36 location(file, line, column) ::= "<file>(<line>,<column>)"
40 report(location, message, type) ::= "<location> : <type> <message.id> : <message.text>"
  /libcore/ojluni/src/main/java/java/net/
HttpRetryException.java 43 private String location; field in class:HttpRetryException
59 * responseCode and the contents of the Location response header field.
63 * @param location the URL to be redirected to
65 public HttpRetryException(String detail, int code, String location) {
68 this.location = location;
91 * Returns the value of the Location header field if the
94 * @return The location string
97 return location;

Completed in 3457 milliseconds

12 3 4 5 6 7 8 91011>>