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

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 548 * flagRead: = 1 or = 0
610 Boolean flagRead = values.getAsBoolean(BluetoothMapContract.MessageColumns.FLAG_READ);
611 return updateMessage(accountId, messageId, folderId, flagRead);
635 * @param flagRead the new flagRead value to set - ignore if null.
638 abstract protected int updateMessage(String accountId, Long messageId, Long folderId, Boolean flagRead);
BluetoothMapIMProvider.java 374 * flagRead: = 1 or = 0
520 Boolean flagRead = values.getAsBoolean(
522 return updateMessage(accountId, messageId, folderId, flagRead);
550 * @param flagRead the new flagRead value to set - ignore if null.
554 Boolean flagRead);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 475 milliseconds