HomeSort by relevance Sort by last modified time
    Searched defs:scanButton (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.js 6 var scanButton = document.getElementById('scanButton');
21 scanButton.style.display = 'block';
59 scanButton.addEventListener('click', function() {
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 79 Button scanButton = (Button) findViewById(R.id.button_scan);
80 scanButton.setOnClickListener(new View.OnClickListener() {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 79 Button scanButton = (Button) findViewById(R.id.button_scan);
80 scanButton.setOnClickListener(new View.OnClickListener() {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 71 Button scanButton = (Button) findViewById(R.id.button_scan);
72 scanButton.setOnClickListener(new OnClickListener() {
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 79 Button scanButton = (Button) findViewById(R.id.button_scan);
80 scanButton.setOnClickListener(new View.OnClickListener() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 95 Button scanButton = (Button) findViewById(R.id.bt_scan_button);
96 scanButton.setOnClickListener(new OnClickListener() {
  /packages/apps/Settings/tests/app/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 56 Button scanButton = (Button) v;
59 scanButton.setText(R.string.start_scan);
62 scanButton.setText(R.string.stop_scan);
79 Button scanButton = (Button) findViewById(R.id.scan);
80 scanButton.setOnClickListener(new BtScanOnClickListener());
82 scanButton.setText(R.string.stop_scan);
84 scanButton.setText(R.string.start_scan);

Completed in 291 milliseconds