Searched refs:locations (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/location/java/android/location/
H A DIBatchedLocationCallback.aidl28 void onLocationBatch(in List<Location> locations);
H A DBatchedLocationCallback.java39 * Called when a new batch of locations is ready
41 * @param locations A list of all new locations (possibly zero of them.)
43 public void onLocationBatch(List<Location> locations) {} argument
H A DBatchedLocationCallbackTransport.java54 public void onLocationBatch(final List<Location> locations) { argument
60 callback.onLocationBatch(locations);
H A DILocationManager.aidl111 void reportLocationBatch(in List<Location> locations);
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardwareSink.java29 * Called when one or more locations are available from the FLP
32 public void onLocationAvailable(Location[] locations) { argument
H A DFusedLocationHardware.java47 public void onLocationAvailable(Location[] locations) {
48 dispatchLocations(locations);
284 Location[] locations,
289 mLocations = locations;
312 private void dispatchLocations(Location[] locations) { argument
322 new MessageCommand(entry.getKey(), locations, null /*data*/, 0, 0));
337 new MessageCommand(entry.getKey(), null /*locations*/, data, 0, 0));
352 new MessageCommand(entry.getKey(), null /*locations*/, null, capabilities, 0));
367 new MessageCommand(entry.getKey(), null /*locations*/, null, 0, status));
282 MessageCommand( FusedLocationHardwareSink sink, Location[] locations, String data, int capabilities, int status) argument
/frameworks/base/core/java/android/hardware/location/
H A DIFusedLocationHardwareSink.aidl31 * @param locations The batch of location information available.
33 void onLocationAvailable(in Location[] locations) = 0;
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScope.java127 List<Location> locations = loc.provideScopeLocation();
128 if (locations == null) {
131 for (Location location : locations) {
145 List<Location> locations = null;
146 while (top != null && (filePath == null || locations == null)) {
148 if (locations == null && provider instanceof LocationScopeProvider) {
149 locations = findAbsoluteLocationFrom(top, (LocationScopeProvider) provider);
156 return new ScopedErrorReport(filePath, locations);
161 List<Location> locations = top.provideScopeLocation();
162 if (locations
[all...]
H A DScopedErrorReport.java33 ScopedErrorReport(String filePath, List<Location> locations) { argument
35 mLocations = locations;
H A DScopedException.java106 List<Location> locations = new ArrayList<Location>();
133 locations.add(loc);
141 new ScopedErrorReport(Strings.isNullOrEmpty(file) ? null : file.trim(), locations));
/frameworks/base/core/tests/coretests/src/android/app/
H A DApplicationPackageManagerTest.java189 int[] locations = {PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY,
192 for (int location : locations) {
215 int[] locations = {PackageInfo.INSTALL_LOCATION_AUTO,
218 for (int location : locations) {
/frameworks/base/core/java/android/widget/
H A DGridLayout.java88 * wishes to occupy, GridLayout assigns cell locations automatically using its:
935 int[] xs = mHorizontalAxis.locations;
943 int[] ys = mVerticalAxis.locations;
1029 int[] locations = axis.getLocations();
1030 int cellSize = locations[span.max] - locations[span.min];
1110 Together they compute the locations of the vertical and horizontal lines of
1202 This internal class houses the algorithm for computing the locations of grid lines;
1235 public int[] locations; field in class:GridLayout.Axis
1531 private boolean relax(int[] locations, Ar argument
1547 init(int[] locations) argument
1608 solve(Arc[] arcs, int[] locations) argument
1612 solve(Arc[] arcs, int[] locations, boolean modifyOnError) argument
1837 size(int[] locations) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java84 * wishes to occupy, GridLayout assigns cell locations automatically using its:
925 int[] locations = axis.getLocations();
926 int cellSize = locations[span.max] - locations[span.min];
1006 Together they compute the locations of the vertical and horizontal lines of
1093 This internal class houses the algorithm for computing the locations of grid lines;
1126 public int[] locations; field in class:GridLayout.Axis
1422 private boolean relax(int[] locations, Arc entry) { argument
1430 int candidate = locations[u] + value;
1431 if (candidate > locations[
1438 init(int[] locations) argument
1499 solve(Arc[] arcs, int[] locations) argument
1503 solve(Arc[] arcs, int[] locations, boolean modifyOnError) argument
1728 size(int[] locations) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp979 const ::android::hardware::hidl_vec<hardware::gnss::V1_0::GnssLocation> & locations)
984 const ::android::hardware::hidl_vec<hardware::gnss::V1_0::GnssLocation> & locations) {
987 jobjectArray jLocations = env->NewObjectArray(locations.size(),
990 for (uint16_t i = 0; i < locations.size(); ++i) {
991 jobject jLocation = translateLocation(env, locations[i]);
983 gnssLocationBatchCb( const ::android::hardware::hidl_vec<hardware::gnss::V1_0::GnssLocation> & locations) argument
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy59 %locations
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java223 // locations stored here are not fudged for coarse permissions.
802 // True if app ops has started monitoring this receiver for locations.
804 // True if app ops has started monitoring this receiver for high power (gps) locations.
1310 public void reportLocationBatch(List<Location> locations) { argument
1313 // Currently used only for GNSS locations - update permissions check if changed
1320 mGnssBatchingCallback.onLocationBatch(locations);
1325 Slog.w(TAG, "reportLocationBatch() called without user permission, locations blocked");
1660 // If any provider has been disabled, clear all last locations for all providers.
2584 // Update last known locations
2765 // forward locations fro
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1850 * Forces a flush of existing locations from the hardware batching
1928 List<Location> locations = new ArrayList<>(Arrays.asList(locationArray));
1931 mILocationManager.reportLocationBatch(locations);
/frameworks/base/tools/aapt/
H A DResource.cpp2903 // { rule --> { file locations } }
3275 const SortedVector<String8>& locations = rules.valueAt(i); local
3276 const size_t M = locations.size();
3278 fprintf(fp, "# %s\n", locations.itemAt(j).string());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 396 milliseconds