Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DScreenRecordDialogTest.kt73 private lateinit var dialog: ScreenRecordDialog
79 dialog = ScreenRecordDialog(
H A DRecordingControllerTest.java240 assertThat(dialog).isInstanceOf(ScreenRecordDialog.class); in testPartialScreenSharingDisabled_returnsLegacyDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordDialog.java64 public class ScreenRecordDialog extends SystemUIDialog { class
81 public ScreenRecordDialog(Context context, RecordingController controller, in ScreenRecordDialog() method in ScreenRecordDialog
H A DRecordingController.java156 : new ScreenRecordDialog(context, this, activityStarter, in createScreenRecordDialog()