Searched defs:copyInteger (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java211 private static final void copyInteger(String key, ContentValues from, ContentValues to) { method in class:BluetoothOppProvider
241 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java621 copyInteger(myValues, childValues, Favorites.CONTAINER);
622 copyInteger(myValues, childValues, Favorites.SCREEN);
623 copyInteger(myValues, childValues, Favorites.CELLX);
624 copyInteger(myValues, childValues, Favorites.CELLY);
685 @Thunk static void copyInteger(ContentValues from, ContentValues to, String key) { method in class:AutoInstallsLayout
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java594 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
608 copyInteger(Downloads.Impl.COLUMN_MEDIA_SCANNED, values, filteredValues);
647 copyInteger(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
651 copyInteger(Constants.UID, values, filteredValues);
669 copyInteger(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, values, filteredValues);
1063 copyInteger(Downloads.Impl.COLUMN_VISIBILITY, values, filteredValues);
1070 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
1074 copyInteger(Downloads.Impl.COLUMN_DELETED, values, filteredValues);
1372 private static final void copyInteger(String key, ContentValues from, ContentValues to) { method in class:DownloadProvider

Completed in 161 milliseconds