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

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabase.java 85 public static final String MESSAGE_READ = "read";
99 MESSAGE_READ,
132 + Columns.MESSAGE_READ + " INTEGER);");
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 53 public static final int MESSAGE_READ = 2;
270 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)

Completed in 75 milliseconds