Searched refs:ACTION_CHECK_IN (Results 1 – 3 of 3) sorted by relevance
34 public static final String ACTION_CHECK_IN = "check_in"; field in Constants
34 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;65 if (ACTION_CHECK_IN.equals(intent.getAction())) { in onHandleIntent()
19 import static com.example.android.wearable.geofencing.Constants.ACTION_CHECK_IN;126 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT); in postNotificationForGeofenceId()