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

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2866 ArrayList<Long> notifyRowIds = new ArrayList<Long>();
2872 insertInternal(uri, match, values[i], notifyRowIds);
2882 notifyMtp(notifyRowIds);
2892 ArrayList<Long> notifyRowIds = new ArrayList<Long>();
2893 Uri newUri = insertInternal(uri, match, initialValues, notifyRowIds);
2894 notifyMtp(notifyRowIds);
3023 boolean notify, ArrayList<Long> notifyRowIds) {
3245 notifyRowIds.add(rowId);
3394 ArrayList<Long> notifyRowIds) {
3435 FileColumns.MEDIA_TYPE_IMAGE, true, notifyRowIds);
3022 insertFile(DatabaseHelper helper, Uri uri, ContentValues initialValues, int mediaType, boolean notify, ArrayList<Long> notifyRowIds) argument
3393 insertInternal(Uri uri, int match, ContentValues initialValues, ArrayList<Long> notifyRowIds) argument
[all...]

Completed in 34 milliseconds