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.java36 private MediaInserter mMediaInserter; field in MediaInserterTest
87 mMediaInserter = new MediaInserter(client, TEST_BUFFER_SIZE); in setUp()
131 mMediaInserter.insert(uri, values); in fillBuffer()
181 mMediaInserter.flushAll(); in testFlushAllWithEmptyContents()
197 mMediaInserter.flushAll(); in testFlushAllWithSomeContents()
213 mMediaInserter.flushAll(); in testInsertContentsAfterFlushAll()
/frameworks/base/media/java/android/media/
DMediaScanner.java384 private MediaInserter mMediaInserter; field in MediaScanner
956 MediaInserter inserter = mMediaInserter;
1353 mMediaInserter = new MediaInserter(mMediaProvider, 500);
1362 mMediaInserter.flushAll();
1363 mMediaInserter = null;