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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 222 Intent lastLocationIntent = new Intent(locationUpdatedIntent);
223 lastLocationIntent.putExtra(
225 startService(lastLocationIntent);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 222 Intent lastLocationIntent = new Intent(locationUpdatedIntent);
223 lastLocationIntent.putExtra(
225 startService(lastLocationIntent);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 222 Intent lastLocationIntent = new Intent(locationUpdatedIntent);
223 lastLocationIntent.putExtra(
225 startService(lastLocationIntent);

Completed in 157 milliseconds