Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/phonelookup/database/
DPhoneLookupHistoryContentProvider.java64 @IntDef({UriType.PHONE_LOOKUP_HISTORY_TABLE_CODE, UriType.PHONE_LOOKUP_HISTORY_TABLE_ID_CODE})
67 int PHONE_LOOKUP_HISTORY_TABLE_CODE = 1; field
109 case UriType.PHONE_LOOKUP_HISTORY_TABLE_CODE: in query()
139 case UriType.PHONE_LOOKUP_HISTORY_TABLE_CODE: in insert()
186 case UriType.PHONE_LOOKUP_HISTORY_TABLE_CODE: in delete()
233 case UriType.PHONE_LOOKUP_HISTORY_TABLE_CODE: in update()
288 case UriType.PHONE_LOOKUP_HISTORY_TABLE_CODE: in applyBatch()
324 ? UriType.PHONE_LOOKUP_HISTORY_TABLE_CODE in uriType()