Home
last modified time | relevance | path

Searched refs:userWhere (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3887 public int delete(Uri uri, String userWhere, String[] userWhereArgs) { in delete() argument
3890 return deleteInternal(uri, userWhere, userWhereArgs); in delete()
3896 private int deleteInternal(Uri uri, String userWhere, String[] userWhereArgs) { in deleteInternal() argument
3974 Cursor c = qb.query(db, projection, userWhere, userWhereArgs, in deleteInternal()
4064 count = deleteRecursive(qb, db, userWhere, userWhereArgs); in deleteInternal()
4067 count = deleteRecursive(qb, db, userWhere, userWhereArgs); in deleteInternal()
4075 Cursor c = qb.query(db, sDataOnlyColumn, userWhere, userWhereArgs, null, null, in deleteInternal()
4086 count = deleteRecursive(qb, db, userWhere, userWhereArgs); in deleteInternal()
4091 count = deleteRecursive(qb, db, userWhere, userWhereArgs); in deleteInternal()
4097 count = deleteRecursive(qb, db, userWhere, userWhereArgs); in deleteInternal()
[all …]