Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java153 mEnv.beforeAsserts(); in testInitLocation_LaunchToDocuments()
168 mEnv.beforeAsserts(); in testInitLocation_RestoresLastAccessedStack()
222 mEnv.beforeAsserts(); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()
248 mEnv.beforeAsserts(); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
275 mEnv.beforeAsserts(); in testSaveDocument_SetsCorrectResultAndFinishes()
318 mEnv.beforeAsserts(); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent()
345 mEnv.beforeAsserts(); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent_MultipleSelection()
370 mEnv.beforeAsserts(); in testFinishPicking_SetsCorrectResultAndFinishes_ActionOpen()
397 mEnv.beforeAsserts(); in testFinishPicking_SetsCorrectResultAndFinishes_ActionOpen_MultipleSelection()
422 mEnv.beforeAsserts(); in testFinishPicking_SetsCorrectResultAndFinishes_ActionCreate()
[all …]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java124 mEnv.beforeAsserts(); in testOpensContainerDocuments_jumpToNewLocation()
140 mEnv.beforeAsserts(); in testOpensContainerDocuments_pushToRootDoc_NoFindPathSupport()
178 mEnv.beforeAsserts(); in testLaunchToDocuments()
207 mEnv.beforeAsserts(); in testLaunchToDocuments_convertsTreeUriToDocumentUri()
DDragAndDropManagerTests.java640 mEnv.beforeAsserts(); in testDrop_Fails_NotGetRootDoc()
663 mEnv.beforeAsserts(); in testDrop_Copies_DifferentRoot_DropOnRoot()
689 mEnv.beforeAsserts(); in testDrop_Moves_SameRoot_DropOnRoot()
722 mEnv.beforeAsserts(); in testDrop_Copies_SameRoot_DropOnRoot_ReleasesCtrlBeforeGettingRootDocument()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java429 mEnv.beforeAsserts(); in testInitLocation_LaunchToDocuments()
476 mEnv.beforeAsserts(); in testRefresh_nullUri()
488 mEnv.beforeAsserts(); in testRefresh_emptyStack()
500 mEnv.beforeAsserts(); in testRefresh()
538 mEnv.beforeAsserts(); in assertRootPicked()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java167 public void beforeAsserts() throws Exception { in beforeAsserts() method in TestEnv