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 596 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
610 copyInteger(Downloads.Impl.COLUMN_MEDIA_SCANNED, values, filteredValues);
649 copyInteger(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
653 copyInteger(Constants.UID, values, filteredValues);
671 copyInteger(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, values, filteredValues);
674 copyInteger(Downloads.Impl.COLUMN_FLAGS, values, filteredValues);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 627 copyInteger(myValues, childValues, Favorites.CONTAINER);
628 copyInteger(myValues, childValues, Favorites.SCREEN);
629 copyInteger(myValues, childValues, Favorites.CELLX);
630 copyInteger(myValues, childValues, Favorites.CELLY);
701 @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 308 milliseconds