HomeSort by relevance Sort by last modified time
    Searched defs:MESSAGE_TOAST (Results 1 - 2 of 2) sorted by null

  /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;
249 Message msg = mHandler.obtainMessage(MESSAGE_TOAST);
261 Message msg = mHandler.obtainMessage(MESSAGE_TOAST);

Completed in 394 milliseconds