Searched refs:ScreenRecordDialog (Results 1 – 4 of 4) sorted by relevance
73 private lateinit var dialog: ScreenRecordDialog79 dialog = ScreenRecordDialog(
240 assertThat(dialog).isInstanceOf(ScreenRecordDialog.class); in testPartialScreenSharingDisabled_returnsLegacyDialog()
64 public class ScreenRecordDialog extends SystemUIDialog { class81 public ScreenRecordDialog(Context context, RecordingController controller, in ScreenRecordDialog() method in ScreenRecordDialog
156 : new ScreenRecordDialog(context, this, activityStarter, in createScreenRecordDialog()