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.java107 private CheckBox mRecordHandoffCheckBox; field in TestingCamera
272 mRecordHandoffCheckBox = (CheckBox) findViewById(R.id.record_handoff_checkbox); in onCreate()
1590 mRecordHandoffCheckBox.setEnabled(false); in startRecording()
1591 if (mRecordHandoffCheckBox.isChecked()) { in startRecording()
1604 if (!mRecordHandoffCheckBox.isChecked()) { in startRecording()
1651 mRecordHandoffCheckBox.setEnabled(true); in startRecording()
1653 if (mRecordHandoffCheckBox.isChecked()) { in startRecording()
1684 mRecordHandoffCheckBox.setEnabled(true); in stopRecording()
1695 if (mRecordHandoffCheckBox.isChecked()) { in stopRecording()