Loading src/com/android/server/telecom/ui/MissedCallNotifierImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -386,6 +386,7 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements StringBuilder where = new StringBuilder("type="); where.append(Calls.MISSED_TYPE); where.append(" AND new=1"); where.append(" AND is_read=0"); // start the query queryHandler.startQuery(0, null, Calls.CONTENT_URI, CALL_LOG_PROJECTION, Loading Loading
src/com/android/server/telecom/ui/MissedCallNotifierImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -386,6 +386,7 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements StringBuilder where = new StringBuilder("type="); where.append(Calls.MISSED_TYPE); where.append(" AND new=1"); where.append(" AND is_read=0"); // start the query queryHandler.startQuery(0, null, Calls.CONTENT_URI, CALL_LOG_PROJECTION, Loading