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

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2824 ArrayList<Long> notifyRowIds = new ArrayList<Long>();
2830 insertInternal(uri, match, values[i], notifyRowIds);
2840 notifyMtp(notifyRowIds);
2850 ArrayList<Long> notifyRowIds = new ArrayList<Long>();
2851 Uri newUri = insertInternal(uri, match, initialValues, notifyRowIds);
2852 notifyMtp(notifyRowIds);
2981 boolean notify, ArrayList<Long> notifyRowIds) {
3203 notifyRowIds.add(rowId);
3361 ArrayList<Long> notifyRowIds) {
3402 FileColumns.MEDIA_TYPE_IMAGE, true, notifyRowIds);
2980 insertFile(DatabaseHelper helper, Uri uri, ContentValues initialValues, int mediaType, boolean notify, ArrayList<Long> notifyRowIds) argument
3360 insertInternal(Uri uri, int match, ContentValues initialValues, ArrayList<Long> notifyRowIds) argument
[all...]

Completed in 40 milliseconds