Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java108 private CheckBox mRecordHandoffCheckBox; field in TestingCamera
274 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()