Searched refs:copyInteger (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java497 copyInteger(myValues, childValues, Favorites.CONTAINER);
498 copyInteger(myValues, childValues, Favorites.SCREEN);
499 copyInteger(myValues, childValues, Favorites.CELLX);
500 copyInteger(myValues, childValues, Favorites.CELLY);
561 private static void copyInteger(ContentValues from, ContentValues to, String key) { method in class:AutoInstallsLayout
H A DLauncherProvider.java1631 copyInteger(values, childValues, LauncherSettings.Favorites.CONTAINER);
1632 copyInteger(values, childValues, LauncherSettings.Favorites.SCREEN);
1633 copyInteger(values, childValues, LauncherSettings.Favorites.CELLX);
1634 copyInteger(values, childValues, LauncherSettings.Favorites.CELLY);
2281 private static void copyInteger(ContentValues from, ContentValues to, String key) { method in class:LauncherProvider
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java224 private static final void copyInteger(String key, ContentValues from, ContentValues to) { method in class:BluetoothOppProvider
247 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
248 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java582 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
596 copyInteger(Downloads.Impl.COLUMN_MEDIA_SCANNED, values, filteredValues);
635 copyInteger(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
639 copyInteger(Constants.UID, values, filteredValues);
657 copyInteger(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, values, filteredValues);
1040 copyInteger(Downloads.Impl.COLUMN_VISIBILITY, values, filteredValues);
1047 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
1051 copyInteger(Downloads.Impl.COLUMN_DELETED, values, filteredValues);
1342 private static final void copyInteger(String key, ContentValues from, ContentValues to) { method in class:DownloadProvider

Completed in 265 milliseconds