Home
last modified time | relevance | path

Searched defs:lookupType (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLookupKey.java35 public int lookupType; field in ContactLookupKey.LookupKeySegment
111 int lookupType = -1; in parse() local
DNameLookupBuilder.java83 protected abstract void insertNameLookup(long rawContactId, long dataId, int lookupType, in insertNameLookup()
248 int lookupType, boolean buildCollationKey) { in insertNameVariant()
DContactsDatabaseHelper.java2258 protected void insertNameLookup(long rawContactId, long dataId, int lookupType, in insertNameLookup()
2421 int lookupType, String name) { in insertNameLookup()
2435 int lookupType, String normalizedName) { in insertNormalizedNameLookup()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DNameLookupBuilderTest.java70 protected void insertNameLookup(long rawContactId, long dataId, int lookupType, in insertNameLookup()