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 631 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
645 copyInteger(Downloads.Impl.COLUMN_MEDIA_SCANNED, values, filteredValues);
684 copyInteger(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
688 copyInteger(Constants.UID, values, filteredValues);
706 copyInteger(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, values, filteredValues);
709 copyInteger(Downloads.Impl.COLUMN_FLAGS, values, filteredValues);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 610 copyInteger(myValues, childValues, Favorites.CONTAINER);
611 copyInteger(myValues, childValues, Favorites.SCREEN);
612 copyInteger(myValues, childValues, Favorites.CELLX);
613 copyInteger(myValues, childValues, Favorites.CELLY);
684 @Thunk static void copyInteger(ContentValues from, ContentValues to, String key) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 187 private static void copyInteger(String key, ContentValues from, ContentValues to) {
216 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);

Completed in 113 milliseconds