Searched refs:screenRecordSwitch (Results 1 – 2 of 2) sorted by relevance
161 val screenRecordSwitch = dialog.requireViewById<Switch>(R.id.screenrecord_switch) in screenCaptureDisabledDialog_isShown_whenFunctionalityIsDisabled() constant162 screenRecordSwitch.isChecked = true in screenCaptureDisabledDialog_isShown_whenFunctionalityIsDisabled()172 assertThat(screenRecordSwitch.isChecked).isFalse() in screenCaptureDisabledDialog_isShown_whenFunctionalityIsDisabled()184 val screenRecordSwitch = dialog.requireViewById<Switch>(R.id.screenrecord_switch) in screenCapturePermissionDialog_isShown_correctly() constant185 screenRecordSwitch.isChecked = true in screenCapturePermissionDialog_isShown_correctly()206 val screenRecordSwitch = dialog.requireViewById<Switch>(R.id.screenrecord_switch) in noDialogsAreShown_forScreenRecord_whenApprovalIsAlreadyGiven() constant207 screenRecordSwitch.isChecked = true in noDialogsAreShown_forScreenRecord_whenApprovalIsAlreadyGiven()
78 @SuppressLint("UseSwitchCompatOrMaterialCode") private lateinit var screenRecordSwitch: Switch in <lambda>() variable in com.android.systemui.recordissue.RecordIssueDialogDelegate103 screenRecordSwitch = in <lambda>()144 screenRecordSwitch.isChecked = false in <lambda>()160 setOnCancelListener { screenRecordSwitch.isChecked = false } in <lambda>()