Searched refs:CALL_IS_READ (Results 1 – 2 of 2) sorted by relevance
110 bucket.Put(CALL_IS_READ, 0); in MakeCallLogInsertBucket()154 predicates.EqualTo(CALL_IS_READ, static_cast<int32_t>(CallLogReadState::CALL_IS_UNREAD)); in QueryAndNotifyUnReadMissedCall()201 bucket.Put(CALL_IS_READ, static_cast<int32_t>(CallLogReadState::CALL_IS_READ)); in RemoveMissedIncomingCallNotification()202 predicates.EqualTo(CALL_IS_READ, static_cast<int32_t>(CallLogReadState::CALL_IS_UNREAD)); in RemoveMissedIncomingCallNotification()
39 constexpr const char *CALL_IS_READ = "is_read"; variable71 CALL_IS_READ, enumerator