OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setIsPrimary
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java
123
mDbHelper.
setIsPrimary
(rawContactId, dataId, mimeTypeId);
286
mDbHelper.
setIsPrimary
(rawContactId, -1, mimeTypeId);
301
mDbHelper.
setIsPrimary
(rawContactId, dataId, mimeTypeId);
309
mDbHelper.
setIsPrimary
(rawContactId, dataId, mimeTypeId);
361
mDbHelper.
setIsPrimary
(rawContactId, primaryId, mimeTypeId);
ContactsDatabaseHelper.java
[
all
...]
Completed in 86 milliseconds