Home
last modified time | relevance | path

Searched refs:ACTION_CHECK_IN (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DConstants.java34 public static final String ACTION_CHECK_IN = "check_in"; field in Constants
DCheckInAndDeleteDataItemsService.java34 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;
65 if (ACTION_CHECK_IN.equals(intent.getAction())) { in onHandleIntent()
DHomeListenerService.java19 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;
126 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT); in postNotificationForGeofenceId()