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 546 * flagRead: = 1 or = 0
608 Boolean flagRead = values.getAsBoolean(BluetoothMapContract.MessageColumns.FLAG_READ);
609 return updateMessage(accountId, messageId, folderId, flagRead);
633 * @param flagRead the new flagRead value to set - ignore if null.
636 abstract protected int updateMessage(String accountId, Long messageId, Long folderId, Boolean flagRead);
BluetoothMapIMProvider.java 368 * flagRead: = 1 or = 0
514 Boolean flagRead = values.getAsBoolean(
516 return updateMessage(accountId, messageId, folderId, flagRead);
544 * @param flagRead the new flagRead value to set - ignore if null.
548 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 234 milliseconds