Home
last modified time | relevance | path

Searched refs:QUERY_VOICEMAIL_UNREAD_COUNT_TOKEN (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogQueryHandler.java65 private static final int QUERY_VOICEMAIL_UNREAD_COUNT_TOKEN = 58; field in CallLogQueryHandler
172 startQuery(QUERY_VOICEMAIL_UNREAD_COUNT_TOKEN, null, Voicemails.CONTENT_URI, in fetchVoicemailUnreadCount()
278 } else if (token == QUERY_VOICEMAIL_UNREAD_COUNT_TOKEN) { in onNotNullableQueryComplete()