OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_BUILDING_ID
(Results
1 - 12
of
12
) sorted by null
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
Constants.java
31
public static final String
ANDROID_BUILDING_ID
= "1";
HomeListenerService.java
21
import static com.example.android.wearable.geofencing.Constants.
ANDROID_BUILDING_ID
;
107
if (
ANDROID_BUILDING_ID
.equals(geofenceId)) {
/developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
Constants.java
31
public static final String
ANDROID_BUILDING_ID
= "1";
HomeListenerService.java
21
import static com.example.android.wearable.geofencing.Constants.
ANDROID_BUILDING_ID
;
107
if (
ANDROID_BUILDING_ID
.equals(geofenceId)) {
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
Constants.java
31
public static final String
ANDROID_BUILDING_ID
= "1";
HomeListenerService.java
21
import static com.example.android.wearable.geofencing.Constants.
ANDROID_BUILDING_ID
;
107
if (
ANDROID_BUILDING_ID
.equals(geofenceId)) {
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java
41
public static final String
ANDROID_BUILDING_ID
= "1";
MainActivity.java
19
import static com.example.android.wearable.geofencing.Constants.
ANDROID_BUILDING_ID
;
106
ANDROID_BUILDING_ID
, // geofenceId.
123
mGeofenceStorage.setGeofence(
ANDROID_BUILDING_ID
, mAndroidBuildingGeofence);
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java
41
public static final String
ANDROID_BUILDING_ID
= "1";
MainActivity.java
19
import static com.example.android.wearable.geofencing.Constants.
ANDROID_BUILDING_ID
;
106
ANDROID_BUILDING_ID
, // geofenceId.
123
mGeofenceStorage.setGeofence(
ANDROID_BUILDING_ID
, mAndroidBuildingGeofence);
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
Constants.java
41
public static final String
ANDROID_BUILDING_ID
= "1";
MainActivity.java
19
import static com.example.android.wearable.geofencing.Constants.
ANDROID_BUILDING_ID
;
106
ANDROID_BUILDING_ID
, // geofenceId.
123
mGeofenceStorage.setGeofence(
ANDROID_BUILDING_ID
, mAndroidBuildingGeofence);
Completed in 131 milliseconds