Home
last modified time | relevance | path

Searched refs:INTENT_UPDATE_STATE (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingController.java75 protected static final String INTENT_UPDATE_STATE = field in RecordingController
97 if (intent != null && INTENT_UPDATE_STATE.equals(intent.getAction())) {
191 IntentFilter stateFilter = new IntentFilter(INTENT_UPDATE_STATE); in startCountdown()
H A DRecordingService.java245 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in updateState()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingControllerTest.java179 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in testUpdateStateBroadcast()
H A DRecordingServiceTest.java273 assertEquals(RecordingController.INTENT_UPDATE_STATE, in assertUpdateState()