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

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 56 public static final String GEOFENCE_DATA_ITEM_PATH = "/geofenceid";
58 new Uri.Builder().scheme("wear").path(GEOFENCE_DATA_ITEM_PATH).build();
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 56 public static final String GEOFENCE_DATA_ITEM_PATH = "/geofenceid";
58 new Uri.Builder().scheme("wear").path(GEOFENCE_DATA_ITEM_PATH).build();
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
Constants.java 56 public static final String GEOFENCE_DATA_ITEM_PATH = "/geofenceid";
58 new Uri.Builder().scheme("wear").path(GEOFENCE_DATA_ITEM_PATH).build();

Completed in 34 milliseconds