Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/location/lib/java/com/android/location/provider/
DFusedLocationHardware.java47 public void onLocationAvailable(Location[] locations) {
48 dispatchLocations(locations);
235 Location[] locations, in MessageCommand() argument
238 mLocations = locations; in MessageCommand()
251 private void dispatchLocations(Location[] locations) { in dispatchLocations() argument
261 new MessageCommand(entry.getKey(), locations, null /*data*/)); in dispatchLocations()
DFusedLocationHardwareSink.java28 public abstract void onLocationAvailable(Location[] locations); in onLocationAvailable() argument
/frameworks/base/docs/html/training/location/
Dlocation-testing.jd44 Using mock locations has several advantages:
48 Mock locations allow you to create specific mock data, instead of trying to approximate
52 Since mock locations come from Location Services, they test every part of your
57 Since you don't have to generate test locations by moving a device, you can test an app
62 The best way to use mock locations is to send them from a separate mock location provider app.
69 send mock locations to Location Services.
72 <strong>Note:</strong> Mock locations have no effect on the activity recognition algorithm used
81 To send mock locations to Location Services in mock mode, a test app must request the permission
83 locations on the test device using the option <b>Enable mock locations</b>. To learn how to
84 enable mock locations on the device, see
[all …]
Dreceive-location-updates.jd173 receives locations triggered by other apps.</li>
/frameworks/base/core/java/android/widget/
DGridLayout.java919 int[] xs = mHorizontalAxis.locations; in onDebugDraw()
927 int[] ys = mVerticalAxis.locations; in onDebugDraw()
1023 int[] locations = axis.getLocations(); in measureChildrenWithMargins() local
1024 int cellSize = locations[span.max] - locations[span.min]; in measureChildrenWithMargins()
1241 public int[] locations; field in GridLayout.Axis
1539 private boolean relax(int[] locations, Arc entry) { in relax() argument
1547 int candidate = locations[u] + value; in relax()
1548 if (candidate > locations[v]) { in relax()
1549 locations[v] = candidate; in relax()
1555 private void init(int[] locations) { in init() argument
[all …]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java912 int[] locations = axis.getLocations(); in measureChildrenWithMargins() local
913 int cellSize = locations[span.max] - locations[span.min]; in measureChildrenWithMargins()
1118 public int[] locations; field in GridLayout.Axis
1416 private boolean relax(int[] locations, Arc entry) { in relax() argument
1424 int candidate = locations[u] + value; in relax()
1425 if (candidate > locations[v]) { in relax()
1426 locations[v] = candidate; in relax()
1432 private void init(int[] locations) { in init() argument
1433 Arrays.fill(locations, 0); in init()
1493 private boolean solve(Arc[] arcs, int[] locations) {
[all …]
/frameworks/base/core/java/android/hardware/location/
DIFusedLocationHardwareSink.aidl33 void onLocationAvailable(in Location[] locations); in onLocationAvailable() argument
/frameworks/base/services/core/java/com/android/server/location/
DFlpHardwareProvider.java107 private void onLocationReport(Location[] locations) { in onLocationReport() argument
108 for (Location location : locations) { in onLocationReport()
120 sink.onLocationAvailable(locations); in onLocationReport()
/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp468 FlpLocation** locations, in TranslateToObjectArray() argument
479 TranslateToObject(locations[i], locationObject); in TranslateToObjectArray()
487 static void LocationCallback(int32_t locationsCount, FlpLocation** locations) { in LocationCallback() argument
492 if(locationsCount == 0 || locations == NULL) { in LocationCallback()
496 locations in LocationCallback()
502 TranslateToObjectArray(locationsCount, locations, locationsArray); in LocationCallback()
/frameworks/base/docs/html/google/play-services/
Dlocation.jd61 <p>Lets your app setup geographic boundaries around specific locations and then receive notificatio…
Dmaps.jd17 Google. Identify locations with <b>custom markers</b>, augment the map data
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd58 storage. The user can also move your application between the two locations.</p>
63 application between the two locations.</p>
Ddata-storage.jd386 Beginning with Android 4.4, however, you can access both locations by calling
391 unavailable. If you'd like to access both possible locations while also supporting Android
/frameworks/base/docs/html/distribute/tools/
Dopen-distribution.jd140 locations other than Google Play (which is trusted). It blocks such installs
/frameworks/base/docs/html/tools/help/
Dlint.jd122 <td>Don't truncate long messages or lists of alternate locations.</td>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_launcher.jd248 will be used in various locations on Google Play and does not replace your launcher icon.</p>
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd195 point back to the real source locations.</li>
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy56 %locations
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd695 attempting to load code from insecure locations, such as downloaded from the
696 network over unencrypted protocols or from world writable locations such as
697 external storage. These locations could allow someone on the network to modify
Dsmp.jd165 <p>In this and all future litmus examples, memory locations are represented by
356 <p>(In a kernel device driver that accesses memory-mapped I/O locations, it may
787 halfword-aligned locations, and word accesses to word-aligned locations.
1064 locations. Combine that with the sequential consistency provided by the
/frameworks/base/docs/html/design/patterns/
Dactionbar.jd106 …>When splitting up content across multiple action bars, you generally have three possible locations
/frameworks/base/tools/aapt/
DResource.cpp3100 const SortedVector<String8>& locations = rules.valueAt(i); in writeProguardFile() local
3101 const size_t M = locations.size(); in writeProguardFile()
3103 fprintf(fp, "# %s\n", locations.itemAt(j).string()); in writeProguardFile()
/frameworks/base/docs/html/tools/publishing/
Dpublishing_overview.jd232 locations other than Google Play (which is trusted). It blocks such installs
/frameworks/base/docs/html/tools/extras/
Doem-usb.jd107 <li>Select <strong>Search for the best driver in these locations</strong>; un-check
/frameworks/base/docs/html/distribute/googleplay/
Ddeveloper-console.jd371 Supported locations for distributing applications</a> for a list of

12