Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingController.java56 protected static final String INTENT_UPDATE_STATE = field in RecordingController
75 if (intent != null && INTENT_UPDATE_STATE.equals(intent.getAction())) {
135 IntentFilter stateFilter = new IntentFilter(INTENT_UPDATE_STATE); in startCountdown()
H A DRecordingService.java208 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in updateState()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingControllerTest.java153 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in testUpdateStateBroadcast()