OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MESSAGE_DEVICE_NAME
(Results
1 - 5
of
5
) sorted by null
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java
28
public static final int
MESSAGE_DEVICE_NAME
= 4;
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java
28
public static final int
MESSAGE_DEVICE_NAME
= 4;
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
Constants.java
28
public static final int
MESSAGE_DEVICE_NAME
= 4;
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
55
public static final int
MESSAGE_DEVICE_NAME
= 4;
276
case
MESSAGE_DEVICE_NAME
:
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java
45
public static final int
MESSAGE_DEVICE_NAME
= 4;
244
Message msg = mHandler.obtainMessage(
MESSAGE_DEVICE_NAME
);
Completed in 1857 milliseconds