OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmDevice
(Results
1 - 5
of
5
) sorted by null
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java
390
private final BluetoothDevice
mmDevice
;
394
mmDevice
= device;
445
connected(mmSocket,
mmDevice
, mSocketType);
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java
390
private final BluetoothDevice
mmDevice
;
394
mmDevice
= device;
445
connected(mmSocket,
mmDevice
, mSocketType);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java
352
private final BluetoothDevice
mmDevice
;
356
mmDevice
= device;
406
connected(mmSocket,
mmDevice
, mSocketType);
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java
390
private final BluetoothDevice
mmDevice
;
394
mmDevice
= device;
445
connected(mmSocket,
mmDevice
, mSocketType);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java
433
private final BluetoothDevice
mmDevice
;
440
mmDevice
= device;
445
mmDevice
= device;
510
connected(mmSocket,
mmDevice
, mSocketType);
Completed in 139 milliseconds