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

  /developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
Constants.java 34 public static final String ACTION_CHECK_IN = "check_in";
CheckInAndDeleteDataItemsService.java 34 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;
65 if (ACTION_CHECK_IN.equals(intent.getAction())) {
HomeListenerService.java 19 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;
126 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT);
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
Constants.java 34 public static final String ACTION_CHECK_IN = "check_in";
CheckInAndDeleteDataItemsService.java 34 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;
65 if (ACTION_CHECK_IN.equals(intent.getAction())) {
HomeListenerService.java 19 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;
126 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT);
  /development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
Constants.java 34 public static final String ACTION_CHECK_IN = "check_in";
CheckInAndDeleteDataItemsService.java 34 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;
65 if (ACTION_CHECK_IN.equals(intent.getAction())) {
HomeListenerService.java 19 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;
126 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT);

Completed in 401 milliseconds