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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 74 private static final String ACTION_LOCATION_UPDATED = "location_updated";
83 return new IntentFilter(UtilityService.ACTION_LOCATION_UPDATED);
130 } else if (ACTION_LOCATION_UPDATED.equals(action)) {
217 locationUpdatedIntent.setAction(ACTION_LOCATION_UPDATED);
246 Log.v(TAG, ACTION_LOCATION_UPDATED);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 74 private static final String ACTION_LOCATION_UPDATED = "location_updated";
83 return new IntentFilter(UtilityService.ACTION_LOCATION_UPDATED);
130 } else if (ACTION_LOCATION_UPDATED.equals(action)) {
217 locationUpdatedIntent.setAction(ACTION_LOCATION_UPDATED);
246 Log.v(TAG, ACTION_LOCATION_UPDATED);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 74 private static final String ACTION_LOCATION_UPDATED = "location_updated";
83 return new IntentFilter(UtilityService.ACTION_LOCATION_UPDATED);
130 } else if (ACTION_LOCATION_UPDATED.equals(action)) {
217 locationUpdatedIntent.setAction(ACTION_LOCATION_UPDATED);
246 Log.v(TAG, ACTION_LOCATION_UPDATED);

Completed in 187 milliseconds