OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newContentValues
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PinnedPositionsTest.java
19
import static android.provider.cts.contacts.ContactUtil.
newContentValues
;
70
newContentValues
(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
72
newContentValues
(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
74
newContentValues
(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
76
newContentValues
(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
78
assertValuesForRawContact(i1.mRawContactId,
newContentValues
(RawContacts.PINNED, unpinned));
79
assertValuesForRawContact(i2.mRawContactId,
newContentValues
(RawContacts.PINNED, unpinned));
80
assertValuesForRawContact(i3.mRawContactId,
newContentValues
(RawContacts.PINNED, unpinned));
81
assertValuesForRawContact(i4.mRawContactId,
newContentValues
(RawContacts.PINNED, unpinned));
91
newContentValues
(Contacts.PINNED, 1, Contacts.STARRED, 1))
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactUtil.java
89
public static ContentValues
newContentValues
(Object... namesAndValues) {
/packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java
390
return
newContentValues
(entry.icon, entry.title.toString(), mActivityBgColor);
637
newContentValues
(entry.icon, entry.title.toString(), mPackageBgColor);
677
ContentValues values =
newContentValues
(
[
all
...]
Completed in 188 milliseconds