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

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2881 ArrayList<Long> notifyRowIds = new ArrayList<Long>();
2887 insertInternal(uri, match, values[i], notifyRowIds);
2899 notifyMtp(notifyRowIds);
2911 ArrayList<Long> notifyRowIds = new ArrayList<Long>();
2912 Uri newUri = insertInternal(uri, match, initialValues, notifyRowIds);
2915 notifyMtp(notifyRowIds);
3043 boolean notify, ArrayList<Long> notifyRowIds) {
3265 notifyRowIds.add(rowId);
3414 ArrayList<Long> notifyRowIds) {
3455 FileColumns.MEDIA_TYPE_IMAGE, true, notifyRowIds);
3042 insertFile(DatabaseHelper helper, Uri uri, ContentValues initialValues, int mediaType, boolean notify, ArrayList<Long> notifyRowIds) argument
3413 insertInternal(Uri uri, int match, ContentValues initialValues, ArrayList<Long> notifyRowIds) argument
[all...]

Completed in 32 milliseconds