OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insertNameLookup
(Results
1 - 3
of
3
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameLookupBuilderTest.java
70
protected void
insertNameLookup
(long rawContactId, long dataId, int lookupType,
86
mBuilder.
insertNameLookup
(0, 0, "", FullNameStyle.UNDEFINED);
91
mBuilder.
insertNameLookup
(0, 0, "Foo", FullNameStyle.UNDEFINED);
96
mBuilder.
insertNameLookup
(0, 0, "Mr. Foo", FullNameStyle.UNDEFINED);
101
mBuilder.
insertNameLookup
(0, 0, "Foo Bar", FullNameStyle.UNDEFINED);
106
mBuilder.
insertNameLookup
(0, 0, "Foo Bar Baz", FullNameStyle.UNDEFINED);
121
mBuilder.
insertNameLookup
(0, 0, "Foo Bar Baz Biz", FullNameStyle.UNDEFINED);
155
mBuilder.
insertNameLookup
(0, 0, "Bill", FullNameStyle.UNDEFINED);
160
mBuilder.
insertNameLookup
(0, 0, "Al", FullNameStyle.UNDEFINED);
165
mBuilder.
insertNameLookup
(0, 0, "Foo Al", FullNameStyle.UNDEFINED)
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java
83
protected abstract void
insertNameLookup
(long rawContactId, long dataId, int lookupType,
100
public void
insertNameLookup
(long rawContactId, long dataId, String name, int fullNameStyle) {
201
insertNameLookup
(rawContactId, dataId, NameLookupType.NAME_CONSONANTS,
258
insertNameLookup
(rawContactId, dataId, lookupType, mStringBuilder.toString());
275
insertNameLookup
(rawContactId, dataId, NameLookupType.NAME_COLLATION_KEY,
310
insertNameLookup
(rawContactId, dataId, NameLookupType.NAME_SHORTHAND,
ContactsDatabaseHelper.java
[
all
...]
Completed in 19 milliseconds