HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_REQUEST_LOCATION (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 75 private static final String ACTION_REQUEST_LOCATION = "request_location";
101 intent.setAction(UtilityService.ACTION_REQUEST_LOCATION);
128 } else if (ACTION_REQUEST_LOCATION.equals(action)) {
204 Log.v(TAG, ACTION_REQUEST_LOCATION);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 75 private static final String ACTION_REQUEST_LOCATION = "request_location";
101 intent.setAction(UtilityService.ACTION_REQUEST_LOCATION);
128 } else if (ACTION_REQUEST_LOCATION.equals(action)) {
204 Log.v(TAG, ACTION_REQUEST_LOCATION);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 75 private static final String ACTION_REQUEST_LOCATION = "request_location";
101 intent.setAction(UtilityService.ACTION_REQUEST_LOCATION);
128 } else if (ACTION_REQUEST_LOCATION.equals(action)) {
204 Log.v(TAG, ACTION_REQUEST_LOCATION);

Completed in 222 milliseconds