OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childValues
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MailboxUtilities.java
81
ContentValues
childValues
= new ContentValues();
82
childValues
.put(Mailbox.PARENT_KEY, parentId);
85
childValues
, null, null);
/packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java
626
final ContentValues
childValues
= new ContentValues();
627
copyInteger(myValues,
childValues
, Favorites.CONTAINER);
628
copyInteger(myValues,
childValues
, Favorites.SCREEN);
629
copyInteger(myValues,
childValues
, Favorites.CELLX);
630
copyInteger(myValues,
childValues
, Favorites.CELLY);
633
mDb.update(LauncherProvider.TABLE_FAVORITES,
childValues
,
Completed in 567 milliseconds