Searched defs:location (Results 1 - 7 of 7) sorted by relevance

/development/ndk/platforms/android-L/include/linux/netfilter/
H A Dxt_u32.h42 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
H A DGpsLocationTest.java19 import android.location.Location;
20 import android.location.LocationListener;
21 import android.location.LocationManager;
31 * Test the GPS API by verifying the previously set location
38 * Prior to running this test the GPS location must be set to the following
53 * verify that the last location equals to the location set
75 public void onLocationChanged(Location location) { argument
77 mLocation=location;
/development/samples/training/location-aware/src/com/example/android/location/
H A DLocationActivity.java17 package com.example.android.location;
25 import android.location.Address;
26 import android.location.Geocoder;
27 import android.location.Location;
28 import android.location.LocationListener;
29 import android.location.LocationManager;
70 * This sample demonstrates how to incorporate location based services in your app and
71 * process location updates. The app also shows how to convert lat/long coordinates to
90 // Receive location updates from the fine location provide
239 doReverseGeocoding(Location location) argument
245 updateUILocation(Location location) argument
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DPictureLayout.java138 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { argument
139 location[0] = getLeft();
140 location[1] = getTop();
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
H A DWearableMainActivity.java23 import com.google.android.gms.location.LocationListener;
24 import com.google.android.gms.location.LocationRequest;
25 import com.google.android.gms.location.LocationServices;
37 import android.location.Location;
59 * location data is coming in, a small green dot keeps on blinking while GPS data is available.
111 // framework automatically routes the location requests to the phone. For this
221 Log.d(TAG, "Successfully requested location updates");
225 "Failed in requesting location updates, "
237 Log.d(TAG, "onConnectionSuspended(): connection to location client suspended");
244 Log.e(TAG, "onConnectionFailed(): connection to location clien
248 onLocationChanged(Location location) argument
[all...]
/development/ndk/platforms/android-L/include/linux/
H A Dethtool.h307 __u32 location; member in struct:ethtool_rx_flow_spec
/development/samples/training/testingfun/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 217 milliseconds