Searched refs:INTENT_UPDATE_STATE (Results 1 – 4 of 4) sorted by relevance
75 protected static final String INTENT_UPDATE_STATE = field in RecordingController97 if (intent != null && INTENT_UPDATE_STATE.equals(intent.getAction())) {191 IntentFilter stateFilter = new IntentFilter(INTENT_UPDATE_STATE); in startCountdown()
245 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in updateState()
179 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in testUpdateStateBroadcast()
273 assertEquals(RecordingController.INTENT_UPDATE_STATE, in assertUpdateState()