HomeSort by relevance Sort by last modified time
    Searched refs:REPLY_TO_LIST (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 430 public static final String REPLY_TO_LIST = "reply_to_List";
528 MessageColumns.REPLY_TO_LIST,
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 38 MessageColumns.BCC_LIST, MessageColumns.REPLY_TO_LIST,
68 "\n " + MessageColumns.REPLY_TO_LIST + " : " + c.getString(c.getColumnIndex(MessageColumns.REPLY_TO_LIST)) +
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 678 public static final String REPLY_TO_LIST = "replyToList";
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 315 + MessageColumns.REPLY_TO_LIST + " text, "
    [all...]
EmailProvider.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 272 "\n " + BluetoothMapContract.MessageColumns.REPLY_TO_LIST + " : " + c.getString(c.getColumnIndex(BluetoothMapContract.MessageColumns.REPLY_TO_LIST)) +
    [all...]

Completed in 548 milliseconds