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.java45 private MediaInserter mMediaInserter; field in MediaInserterTest
90 mMediaInserter = new MediaInserter(client, TEST_BUFFER_SIZE); in setUp()
134 mMediaInserter.insert(uri, values); in fillBuffer()
174 mMediaInserter.flushAll(); in testFlushAllWithEmptyContents()
185 mMediaInserter.flushAll(); in testFlushAllWithSomeContents()
198 mMediaInserter.flushAll(); in testInsertContentsAfterFlushAll()
/frameworks/base/media/java/android/media/
DMediaScanner.java425 private MediaInserter mMediaInserter; field in MediaScanner
1066 MediaInserter inserter = mMediaInserter;
1423 mMediaInserter = new MediaInserter(mMediaProvider, 500);
1432 mMediaInserter.flushAll();
1433 mMediaInserter = null;