OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE_WRITE
(Results
1 - 15
of
15
) sorted by null
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java
27
public static final int
MESSAGE_WRITE
= 3;
BluetoothChatFragment.java
298
case Constants.
MESSAGE_WRITE
:
BluetoothChatService.java
517
mHandler.obtainMessage(Constants.
MESSAGE_WRITE
, -1, -1, buffer)
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java
27
public static final int
MESSAGE_WRITE
= 3;
BluetoothChatFragment.java
298
case Constants.
MESSAGE_WRITE
:
BluetoothChatService.java
517
mHandler.obtainMessage(Constants.
MESSAGE_WRITE
, -1, -1, buffer)
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
Constants.java
27
public static final int
MESSAGE_WRITE
= 3;
BluetoothChatFragment.java
298
case Constants.
MESSAGE_WRITE
:
BluetoothChatService.java
517
mHandler.obtainMessage(Constants.
MESSAGE_WRITE
, -1, -1, buffer)
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
54
public static final int
MESSAGE_WRITE
= 3;
264
case
MESSAGE_WRITE
:
BluetoothChatService.java
478
mHandler.obtainMessage(BluetoothChat.
MESSAGE_WRITE
, -1, -1, buffer)
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java
44
public static final int
MESSAGE_WRITE
= 3;
581
mHandler.obtainMessage(
MESSAGE_WRITE
, -1, -1, buffer)
MessageTestActivity.java
205
case BluetoothChatService.
MESSAGE_WRITE
:
BleCocClientService.java
600
case BluetoothChatService.
MESSAGE_WRITE
:
BleCocServerService.java
657
case BluetoothChatService.
MESSAGE_WRITE
:
Completed in 330 milliseconds