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

  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java 26 public static final int MESSAGE_READ = 2;
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java 26 public static final int MESSAGE_READ = 2;
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
Constants.java 26 public static final int MESSAGE_READ = 2;
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 53 public static final int MESSAGE_READ = 2;
270 case MESSAGE_READ:
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 58 public static final int MESSAGE_READ = 0x400 + 1;
280 case MESSAGE_READ:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 43 public static final int MESSAGE_READ = 2;
464 mHandler.obtainMessage(MESSAGE_READ, bytes, -1, buffer)
  /frameworks/base/telephony/java/android/provider/
Telephony.java     [all...]

Completed in 279 milliseconds