Searched refs:mRecordHandoffCheckBox (Results 1 – 1 of 1) sorted by relevance
108 private CheckBox mRecordHandoffCheckBox; field in TestingCamera274 mRecordHandoffCheckBox = (CheckBox) findViewById(R.id.record_handoff_checkbox); in onCreate()1671 mRecordHandoffCheckBox.setEnabled(false); in startRecording()1672 if (mRecordHandoffCheckBox.isChecked()) { in startRecording()1685 if (!mRecordHandoffCheckBox.isChecked()) { in startRecording()1741 mRecordHandoffCheckBox.setEnabled(true); in startRecording()1743 if (mRecordHandoffCheckBox.isChecked()) { in startRecording()1774 mRecordHandoffCheckBox.setEnabled(true); in stopRecording()1785 if (mRecordHandoffCheckBox.isChecked()) { in stopRecording()