HomeSort by relevance Sort by last modified time
    Searched refs:MESSAGE_READ (Results 1 - 7 of 7) 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);");
CellBroadcastDatabaseService.java 130 cv.put(CellBroadcastDatabase.Columns.MESSAGE_READ, 1);
CellBroadcastMessage.java 137 cv.put(CellBroadcastDatabase.Columns.MESSAGE_READ, mIsRead);
  /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)
MessageTestActivity.java 199 case BluetoothChatService.MESSAGE_READ:
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 53 public static final int MESSAGE_READ = 2;
270 case MESSAGE_READ:
BluetoothChatService.java 457 mHandler.obtainMessage(BluetoothChat.MESSAGE_READ, bytes, -1, buffer)

Completed in 212 milliseconds