OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scanButton
(Results
1 - 5
of
5
) sorted by null
/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() {
Completed in 287 milliseconds