Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java38 private MediaInserter mMediaInserter; field in MediaInserterTest
87 mMediaInserter = new MediaInserter(mMockProvider, in setUp()
132 mMediaInserter.insert(uri, values); in fillBuffer()
182 mMediaInserter.flushAll(); in testFlushAllWithEmptyContents()
198 mMediaInserter.flushAll(); in testFlushAllWithSomeContents()
214 mMediaInserter.flushAll(); in testInsertContentsAfterFlushAll()
/frameworks/base/media/java/android/media/
DMediaScanner.java383 private MediaInserter mMediaInserter; field in MediaScanner
905 MediaInserter inserter = mMediaInserter;
1315 mMediaInserter = new MediaInserter(mMediaProvider, mPackageName, 500);
1324 mMediaInserter.flushAll();
1325 mMediaInserter = null;