Searched refs:FLAG_READ (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapContract.java | 535 String FLAG_READ = "flag_read"; field 1019 MessageColumns.FLAG_READ, 1041 MessageColumns.FLAG_READ,
|
D | BluetoothMapIMProvider.java | 560 values.getAsBoolean(BluetoothMapContract.MessageColumns.FLAG_READ); in update()
|
D | BluetoothMapEmailProvider.java | 656 values.getAsBoolean(BluetoothMapContract.MessageColumns.FLAG_READ); in update()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentTest.java | 884 BluetoothMapContract.MessageColumns.FLAG_READ, in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess() 937 BluetoothMapContract.MessageColumns.FLAG_READ, in getEmailMessage_withNullPointerExceptionForEmailBodyAccess() 990 BluetoothMapContract.MessageColumns.FLAG_READ, in getEmailMessage() 1064 BluetoothMapContract.MessageColumns.FLAG_READ, in getIMMessage_withSentFolderId() 1124 BluetoothMapContract.MessageColumns.FLAG_READ, in getIMMessage_withInboxFolderId() 1558 BluetoothMapContract.MessageColumns.FLAG_READ, in msgListing_withEmailCursorOnly() 1651 BluetoothMapContract.MessageColumns.FLAG_READ, in msgListing_withImCursorOnly()
|
D | BluetoothMapContentObserverTest.java | 987 MessageColumns._ID, MessageColumns.FOLDER_ID, MessageColumns.FLAG_READ in initMsgList_withMsg() 1084 BluetoothMapContract.MessageColumns.FLAG_READ, in handleMsgListChangesMsg_withNonExistingMessage_andVersion11() 1132 BluetoothMapContract.MessageColumns.FLAG_READ, in handleMsgListChangesMsg_withNonExistingMessage_andVersion12() 1182 BluetoothMapContract.MessageColumns.FLAG_READ in handleMsgListChangesMsg_withNonExistingMessage_andVersion10() 1218 BluetoothMapContract.MessageColumns.FLAG_READ, in handleMsgListChangesMsg_withExistingMessage_andNonNullDeletedFolder() 1253 BluetoothMapContract.MessageColumns.FLAG_READ, in handleMsgListChangesMsg_withExistingMessage_andNonNullSentFolder() 1290 BluetoothMapContract.MessageColumns.FLAG_READ, in handleMsgListChangesMsg_withExistingMessage_andNonNullTransparentSentFolder() 1330 BluetoothMapContract.MessageColumns.FLAG_READ, in handleMsgListChangesMsg_withExistingMessage_andUnknownOldFolder()
|
D | FilterInfoTest.java | 54 BluetoothMapContract.MessageColumns.FLAG_READ, in setMessageColumns()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 342 mMessageColRead = c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_READ); in setMessageColumns() 1794 where = " AND " + BluetoothMapContract.MessageColumns.FLAG_READ + "= 0"; in setWhereFilterReadStatus() 1797 where = " AND " + BluetoothMapContract.MessageColumns.FLAG_READ + "= 1"; in setWhereFilterReadStatus() 2624 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_READ + "=0 "; in msgListingHasUnread() 2652 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_READ + "=0 "; in msgListingHasUnread() 4107 BluetoothMapContract.MessageColumns.FLAG_READ)); in getEmailMessage() 4289 c.getInt(c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_READ)); in getIMMessage()
|
D | BluetoothMapContentObserver.java | 232 BluetoothMapContract.MessageColumns.FLAG_READ 239 BluetoothMapContract.MessageColumns.FLAG_READ, 250 BluetoothMapContract.MessageColumns.FLAG_READ, 1425 BluetoothMapContract.MessageColumns.FLAG_READ)); in initMsgList() 2046 BluetoothMapContract.MessageColumns.FLAG_READ)); in handleMsgListChangesMsg() 2986 contentValues.put(BluetoothMapContract.MessageColumns.FLAG_READ, statusValue); in setMessageStatusRead()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/ |
D | BluetoothMapEmailProviderTest.java | 356 values.put(BluetoothMapContract.MessageColumns.FLAG_READ, flagRead); in update_forMessageUri_success()
|
D | BluetoothMapIMProviderTest.java | 441 values.put(BluetoothMapContract.MessageColumns.FLAG_READ, flagRead); in update_forMessageUri_success()
|