Home
last modified time | relevance | path

Searched refs:ACTION_NEUTRAL (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
DBatchStepSensorFragment.java533 ACTION_REGISTER_DETECT_NOBATCHING, Card.ACTION_NEUTRAL) in initialiseCards()
535 ACTION_REGISTER_DETECT_BATCHING_5s, Card.ACTION_NEUTRAL) in initialiseCards()
537 ACTION_REGISTER_DETECT_BATCHING_10s, Card.ACTION_NEUTRAL) in initialiseCards()
546 ACTION_REGISTER_COUNT_NOBATCHING, Card.ACTION_NEUTRAL) in initialiseCards()
548 ACTION_REGISTER_COUNT_BATCHING_5s, Card.ACTION_NEUTRAL) in initialiseCards()
550 ACTION_REGISTER_COUNT_BATCHING_10s, Card.ACTION_NEUTRAL) in initialiseCards()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java44 public static final int ACTION_NEUTRAL = 3; field in Card
560 case Card.ACTION_NEUTRAL: in initializeActionViews()