Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
H A DPerformanceTest.java113 timers.notifyInsert.start(); in doSingle()
115 timers.notifyInsert.stop(); in doSingle()
186 timers.notifyInsert.start(); in doBulk()
188 timers.notifyInsert.stop(); in doBulk()
350 public final Timer notifyInsert = new Timer("notify_insert"); field in PerformanceTest.Timers
358 notifyInsert.dumpResults(); in dumpResults()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DDatabaseHelper.java611 public void notifyInsert(@NonNull Uri uri) { in notifyInsert() method in DatabaseHelper
H A DMediaProvider.java662 acceptWithExpansion(helper::notifyInsert, volumeName, id, mediaType, isDownload);
4149 acceptWithExpansion(helper::notifyInsert, resolvedVolumeName, playlistId, in insertInternal()