Home
last modified time | relevance | path

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

/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DDocumentLoaderTest.java73 setUpDocument(mManager, 40); in testBasic()
138 setUpDocument(mManager, DocumentLoader.NUM_INITIAL_ENTRIES); in testError_GetObjectInfo()
147 setUpDocument(mManager, in testCancelTask()
188 private void setUpDocument(TestMtpManager manager, int count) { in setUpDocument() method in DocumentLoaderTest