HomeSort by relevance Sort by last modified time
    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 620 final ContentValues childValues = new ContentValues();
621 copyInteger(myValues, childValues, Favorites.CONTAINER);
622 copyInteger(myValues, childValues, Favorites.SCREEN);
623 copyInteger(myValues, childValues, Favorites.CELLX);
624 copyInteger(myValues, childValues, Favorites.CELLY);
627 mDb.update(LauncherProvider.TABLE_FAVORITES, childValues,

Completed in 279 milliseconds