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

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 406 public static final String TO_LIST = "to_list";
525 MessageColumns.TO_LIST,
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 37 MessageColumns.TO_LIST, MessageColumns.CC_LIST,
65 "\n " + MessageColumns.TO_LIST + " : " + c.getString(c.getColumnIndex(MessageColumns.TO_LIST)) +
  /packages/apps/Email/src/com/android/email/provider/
EmailConversationCursor.java 209 EmailContent.MessageColumns.TO_LIST));
DBHelper.java 312 + MessageColumns.TO_LIST + " text, "
    [all...]
EmailProvider.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 675 public static final String TO_LIST = "toList";
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 178 mEmailColToAddress = c.getColumnIndex(BluetoothMapContract.MessageColumns.TO_LIST);
269 "\n " + BluetoothMapContract.MessageColumns.TO_LIST + " : " + c.getString(c.getColumnIndex(BluetoothMapContract.MessageColumns.TO_LIST)) +
    [all...]

Completed in 3336 milliseconds