HomeSort by relevance Sort by last modified time
    Searched refs:MESSAGE_TOAST (Results 1 - 15 of 15) 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;
BluetoothChatService.java 264 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
283 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
BluetoothChatFragment.java 318 case Constants.MESSAGE_TOAST:
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java 29 public static final int MESSAGE_TOAST = 5;
BluetoothChatService.java 264 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
283 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
BluetoothChatFragment.java 318 case Constants.MESSAGE_TOAST:
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
Constants.java 29 public static final int MESSAGE_TOAST = 5;
BluetoothChatService.java 264 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
283 Message msg = mHandler.obtainMessage(Constants.MESSAGE_TOAST);
BluetoothChatFragment.java 318 case Constants.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);
ConnectionAccessClientActivity.java 131 case BluetoothChatService.MESSAGE_TOAST:
ConnectionAccessServerActivity.java 131 case BluetoothChatService.MESSAGE_TOAST:
MessageTestActivity.java 211 case BluetoothChatService.MESSAGE_TOAST:
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 56 public static final int MESSAGE_TOAST = 5;
282 case MESSAGE_TOAST:
BluetoothChatService.java 235 Message msg = mHandler.obtainMessage(BluetoothChat.MESSAGE_TOAST);
250 Message msg = mHandler.obtainMessage(BluetoothChat.MESSAGE_TOAST);

Completed in 1896 milliseconds