OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_TRANSITION_TYPE
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java
67
public static final String
KEY_TRANSITION_TYPE
=
68
"com.example.wearable.geofencing.
KEY_TRANSITION_TYPE
";
SimpleGeofenceStore.java
27
import static com.example.android.wearable.geofencing.Constants.
KEY_TRANSITION_TYPE
;
66
int transitionType = mPrefs.getInt(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
),
94
prefs.putInt(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
),
109
prefs.remove(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
));
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java
67
public static final String
KEY_TRANSITION_TYPE
=
68
"com.example.wearable.geofencing.
KEY_TRANSITION_TYPE
";
SimpleGeofenceStore.java
27
import static com.example.android.wearable.geofencing.Constants.
KEY_TRANSITION_TYPE
;
66
int transitionType = mPrefs.getInt(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
),
94
prefs.putInt(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
),
109
prefs.remove(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
));
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
Constants.java
67
public static final String
KEY_TRANSITION_TYPE
=
68
"com.example.wearable.geofencing.
KEY_TRANSITION_TYPE
";
SimpleGeofenceStore.java
27
import static com.example.android.wearable.geofencing.Constants.
KEY_TRANSITION_TYPE
;
66
int transitionType = mPrefs.getInt(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
),
94
prefs.putInt(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
),
109
prefs.remove(getGeofenceFieldKey(id,
KEY_TRANSITION_TYPE
));
Completed in 956 milliseconds