Searched defs:location (Results 101 - 125 of 197) sorted by relevance

12345678

/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingService.java284 * @param location the optional URI to send this MMS PDU. If this is {code null},
289 @Nullable Uri location, @NonNull ResultCallback<SendMmsResult> callback) {
302 * @param location the URI of the message to be downloaded.
307 public void onDownloadMms(@NonNull Uri contentUri, int subId, @NonNull Uri location, argument
515 public void sendMms(Uri pduUri, int subId, Uri location, argument
517 onSendMms(pduUri, subId, location, new ResultCallback<SendMmsResult>() {
526 public void downloadMms(Uri pduUri, int subId, Uri location, argument
528 onDownloadMms(pduUri, subId, location, new ResultCallback<Integer>() {
288 onSendMms(@onNull Uri pduUri, int subId, @Nullable Uri location, @NonNull ResultCallback<SendMmsResult> callback) argument
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java60 String location; field in class:CacheManager.CacheResult
154 return location;
/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java187 * @param location Where to draw the NinePatch.
189 public void draw(Canvas canvas, RectF location) { argument
190 canvas.drawPatch(this, location, mPaint);
197 * @param location Where to draw the NinePatch.
199 public void draw(Canvas canvas, Rect location) { argument
200 canvas.drawPatch(this, location, mPaint);
208 * @param location Where to draw the NinePatch.
211 public void draw(Canvas canvas, Rect location, Paint paint) { argument
212 canvas.drawPatch(this, location, paint);
252 * @param bounds The location an
280 nativeGetTransparentRegion(Bitmap bitmap, long chunk, Rect location) argument
[all...]
/frameworks/base/location/java/android/location/
H A DCriteria.java17 package android.location;
24 * location provider. Providers maybe ordered according to accuracy,
51 * A constant indicating a finer location accuracy requirement
61 * A constant indicating a low location accuracy requirement
121 * More accurate location may consume more power and may take longer.
145 * More accurate location may consume more power and may take longer.
169 * More accurate location may consume more power and may take longer.
193 * More accurate location may consume more power and may take longer.
215 * may be {@link #ACCURACY_FINE} if desired location
217 * More accurate location ma
[all...]
H A DGnssNavigationMessage.java17 package android.location;
H A DGnssStatus.java17 package android.location;
H A DGpsNavigationMessage.java17 package android.location;
H A DGpsStatus.java17 package android.location;
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardware.java17 package com.android.location.provider;
19 import android.hardware.location.IFusedLocationHardware;
20 import android.hardware.location.IFusedLocationHardwareSink;
22 import android.location.Location;
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGpsStatusTest.java17 package android.location;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java69 public void setLocation(float location) { argument
70 int index = (int) location;
73 int position = index << 1 | ((location != index) ? 1 : 0);
74 if (DEBUG) Log.d(TAG, "setLocation " + location + " " + index + " " + position);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DExpandableViewState.java48 * No known location. This is the default and should not be set after an invocation of the
54 * The location is the first heads up notification, so on the very top.
59 * The location is hidden / scrolled away on the top.
64 * The location is in the main area of the screen and visible.
69 * The location is in the bottom stack and it's peeking
74 * The location is in the bottom stack and it's hidden.
109 * The location this view is currently rendered at.
113 public int location; field in class:ExpandableViewState
128 location = svs.location;
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java17 package com.android.server.location;
20 import android.location.Country;
21 import android.location.CountryListener;
22 import android.location.Geocoder;
54 * {@link #LOCATION_REFRESH_INTERVAL} once the location based country is used.
69 * The refresh interval when the location based country was used
212 // to prioritize it over location based country, so ignore it.
233 * @return the cached location based country.
267 * be started if the current country source is less reliable than the location.
331 // Start finding location whe
[all...]
H A DContextHubService.java17 package com.android.server.location;
22 import android.hardware.location.ContextHubInfo;
23 import android.hardware.location.ContextHubManager;
24 import android.hardware.location.ContextHubMessage;
25 import android.hardware.location.IContextHubService;
26 import android.hardware.location.IContextHubCallback;
27 import android.hardware.location.NanoAppFilter;
28 import android.hardware.location.NanoApp;
29 import android.hardware.location.NanoAppInstanceInfo;
H A DLocationProviderProxy.java17 package com.android.server.location;
24 import android.location.LocationProvider;
31 import com.android.internal.location.ProviderProperties;
32 import com.android.internal.location.ILocationProvider;
33 import com.android.internal.location.ProviderRequest;
51 // cached values set by the location manager, synchronized on mLock
237 pw.println("Failed to dump location provider: " + e);
H A DMockProvider.java17 package com.android.server.location;
19 import android.location.ILocationManager;
20 import android.location.Location;
21 import android.location.LocationProvider;
32 import com.android.internal.location.ProviderProperties;
33 import com.android.internal.location.ProviderRequest;
36 * A mock location provider used by LocationManagerService to implement test providers.
H A DRemoteListenerHelper.java17 package com.android.server.location;
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java17 package com.android.server.location;
19 import android.location.Country;
20 import android.location.CountryListener;
225 // The location refresh should not running.
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsCbMessage.java106 * update number for GSM/UMTS). The serial number plus the location code uniquely identify
145 SmsCbLocation location, int serviceCategory, String language, String body,
150 mLocation = location;
244 * the location code uniquely identify a cell broadcast for duplicate detection.
253 * Return the location identifier for this message, consisting of the MCC/MNC as a
257 * if the location is included within another location area or within a PLMN and CellLocation.
259 * @return the geographical location code for duplicate message detection
367 + mSerialNumber + ", location=" + mLocation + ", serviceCategory="
144 SmsCbMessage(int messageFormat, int geographicalScope, int serialNumber, SmsCbLocation location, int serviceCategory, String language, String body, int priority, SmsCbEtwsInfo etwsWarningInfo, SmsCbCmasInfo cmasWarningInfo) argument
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java28 import android.location.Location;
29 import android.location.LocationListener;
30 import android.location.LocationManager;
54 * Records location updates for all registered location providers, and cell
55 * location updates
63 // controls which location providers to track
100 * registers location listeners
129 Log.d(LOG_TAG, "Adding location listener for provider " +
146 // register for cell location update
280 getDistanceFromNetwork(Location location) argument
300 onLocationChanged(Location location) argument
[all...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java21 import android.location.Location;
25 * Class that holds a tracker entry. An entry can be either a valid location, or
65 // location extra keys used to retrieve debug info
131 private void setLocation(Location location) { argument
132 mLocation = location;
215 Location location = new Location(tag);
216 location.setLatitude(cursor.getFloat(cursor
218 location.setLongitude(cursor.getFloat(cursor
223 location.setAccuracy(accuracy);
227 location
[all...]
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java108 * Extracts the text in the given location from the the at the given application path.
111 * @param location The location to extract
112 * @return The string that is contained in the given location
115 protected String extract(String pathInApp, Location location) throws IOException { argument
120 for (int i = location.startLine; i <= location.endLine; i++) {
121 if (i > location.startLine) {
126 if (i == location.startLine) {
127 start = location
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DLayoutBinder.java179 addVariable(variable.name, variable.type, variable.location, variable.declared);
184 mExprModel.addImport(userImport.name, userImport.type, userImport.location);
271 public IdentifierExpr addVariable(String name, String type, Location location, argument
278 if (location != null) {
279 id.addLocation(location);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBaseCluster.java17 import android.location.Location;
47 public BaseCluster(Location location) { argument
48 mCenter = getLocationVector(location);
75 protected double[] getLocationVector(Location location) { argument
76 return getLocationVector(location.getLongitude(), location.getLatitude());
116 public float distanceToCenter(Location location) { argument
117 return (float) computeDistance(mCenter, getLocationVector(location));
/frameworks/native/include/input/
H A DInputDevice.h35 String8 location; member in struct:android::InputDeviceIdentifier

Completed in 2167 milliseconds

12345678