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