Searched refs:qbForUpdate (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 3028 final SQLiteQueryBuilder qbForUpdate = in maybeRemoveOwnerPackageForFuseRename() local 3032 return qbForUpdate.update(helper, values, selection, selectionArgs) == 1; in maybeRemoveOwnerPackageForFuseRename() 3054 final SQLiteQueryBuilder qbForUpdate = getQueryBuilder(TYPE_UPDATE, in updateDatabaseForFuseRename() local 3061 qbForUpdate.setProjectionMap(getProjectionMap(AudioColumns.class, FileColumns.class)); in updateDatabaseForFuseRename() 3065 qbForUpdate.allowColumn(FileColumns._MODIFIER); in updateDatabaseForFuseRename() 3084 return qbForUpdate.update(helper, values, selection, new String[]{oldPath}); in updateDatabaseForFuseRename() 3094 count = qbForUpdate.update(helper, values, selection, new String[]{oldPath}); in updateDatabaseForFuseRename()
|