Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java125 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocation_LaunchToDocuments()
135 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_LaunchToDocuments()
148 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_RestoresLastAccessedStack()
171 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocation_DefaultsToDownloads_ActionCreate()
184 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testOpenContainerDocument()
447 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocationDefaultToRecentsOnAction()
453 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocationDefaultToRecentsOnAction()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java64 public TestEventListener<Integer> refreshCurrentRootAndDirectory; field in TestActivity
84 refreshCurrentRootAndDirectory = new TestEventListener<>(); in init()
154 public final void refreshCurrentRootAndDirectory(int anim) { in refreshCurrentRootAndDirectory() method in TestActivity
155 refreshCurrentRootAndDirectory.accept(anim); in refreshCurrentRootAndDirectory()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java178 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onAuthenticationResult()
314 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in openRootDocument()
363 mActivity.refreshCurrentRootAndDirectory(anim); in openFolderInSearchResult()
386 mActivity.refreshCurrentRootAndDirectory(anim); in openChildContainer()
491 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onStackLoaded()
578 void refreshCurrentRootAndDirectory(@AnimationType int anim); in refreshCurrentRootAndDirectory() method
DNavigationViewManager.java82 mEnv.refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE); in onNavigationItemSelected()
138 void refreshCurrentRootAndDirectory(int animation); in refreshCurrentRootAndDirectory() method
DBaseActivity.java311 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onRootPicked()
396 public final void refreshCurrentRootAndDirectory(int anim) { in refreshCurrentRootAndDirectory() method in BaseActivity
600 refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE); in popDir()
DRootsMonitor.java152 mOwner.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in finish()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java381 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocation_LaunchToDocuments()
391 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_LaunchToDocuments()
520 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testOnActivityResult_onOK()
526 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testOnActivityResult_onNotOK()
530 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testOnActivityResult_onNotOK()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java167 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testLaunchToDocuments()
174 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testLaunchToDocuments()
200 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testLaunchToDocuments_convertsTreeUriToDocumentUri()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java165 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onLastAccessedStackLoaded()
178 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in loadDefaultLocation()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java448 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in launchToStackLocation()