OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MESSAGE_WRITE
(Results
1 - 5
of
5
) 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;
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java
27
public static final int
MESSAGE_WRITE
= 3;
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
Constants.java
27
public static final int
MESSAGE_WRITE
= 3;
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
54
public static final int
MESSAGE_WRITE
= 3;
264
case
MESSAGE_WRITE
:
/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)
Completed in 140 milliseconds