HomeSort by relevance Sort by last modified time
    Searched refs:copyInteger (Results 1 - 3 of 3) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 609 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
623 copyInteger(Downloads.Impl.COLUMN_MEDIA_SCANNED, values, filteredValues);
662 copyInteger(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
666 copyInteger(Constants.UID, values, filteredValues);
684 copyInteger(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, values, filteredValues);
687 copyInteger(Downloads.Impl.COLUMN_FLAGS, values, filteredValues);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 605 copyInteger(myValues, childValues, Favorites.CONTAINER);
606 copyInteger(myValues, childValues, Favorites.SCREEN);
607 copyInteger(myValues, childValues, Favorites.CELLX);
608 copyInteger(myValues, childValues, Favorites.CELLY);
679 @Thunk static void copyInteger(ContentValues from, ContentValues to, String key) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 211 private static final void copyInteger(String key, ContentValues from, ContentValues to) {
241 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);

Completed in 451 milliseconds