Searched refs:INTENT_UPDATE_STATE (Results 1 – 3 of 3) sorted by relevance
56 protected static final String INTENT_UPDATE_STATE = field in RecordingController75 if (intent != null && INTENT_UPDATE_STATE.equals(intent.getAction())) {135 IntentFilter stateFilter = new IntentFilter(INTENT_UPDATE_STATE); in startCountdown()
208 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in updateState()
153 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in testUpdateStateBroadcast()