OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GEOFENCE_DATA_ITEM_PATH
(Results
1 - 6
of
6
) 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();
GeofenceTransitionsIntentService.java
20
import static com.example.android.wearable.geofencing.Constants.
GEOFENCE_DATA_ITEM_PATH
;
90
PutDataMapRequest.create(
GEOFENCE_DATA_ITEM_PATH
);
/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();
GeofenceTransitionsIntentService.java
20
import static com.example.android.wearable.geofencing.Constants.
GEOFENCE_DATA_ITEM_PATH
;
90
PutDataMapRequest.create(
GEOFENCE_DATA_ITEM_PATH
);
/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();
GeofenceTransitionsIntentService.java
20
import static com.example.android.wearable.geofencing.Constants.
GEOFENCE_DATA_ITEM_PATH
;
90
PutDataMapRequest.create(
GEOFENCE_DATA_ITEM_PATH
);
Completed in 4442 milliseconds