Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java70 public TestEventListener<Integer> refreshCurrentRootAndDirectory; field in TestActivity
91 refreshCurrentRootAndDirectory = new TestEventListener<>(); in init()
167 public final void refreshCurrentRootAndDirectory(int anim) { in refreshCurrentRootAndDirectory() method in TestActivity
168 refreshCurrentRootAndDirectory.accept(anim); in refreshCurrentRootAndDirectory()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java180 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onAuthenticationResult()
333 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in openRootDocument()
394 mActivity.refreshCurrentRootAndDirectory(anim); in openFolderInSearchResult()
417 mActivity.refreshCurrentRootAndDirectory(anim); in openChildContainer()
529 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onStackLoaded()
556 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in loadRecent()
662 void refreshCurrentRootAndDirectory(@AnimationType int anim); in refreshCurrentRootAndDirectory() method
DNavigationViewManager.java118 mEnv.refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE); in onNavigationItemSelected()
218 void refreshCurrentRootAndDirectory(int animation); in refreshCurrentRootAndDirectory() method
DBaseActivity.java434 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onRootPicked()
528 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in restoreRootAndDirectory()
538 public final void refreshCurrentRootAndDirectory(int anim) { in refreshCurrentRootAndDirectory() method in BaseActivity
832 refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE); in popDir()
DRootsMonitor.java151 mOwner.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in finish()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java186 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocation_LaunchToDocuments()
196 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_LaunchToDocuments()
209 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_RestoresLastAccessedStack()
238 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testOpenContainerDocument()
553 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocationDefaultToRecentsOnAction()
559 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocationDefaultToRecentsOnAction()
569 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocationDefaultToDownloadsOnAction()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java408 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_LaunchToStackLocation()
507 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocation_LaunchToDocuments()
517 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_LaunchToDocuments()
618 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testOnActivityResult_onOK()
624 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testOnActivityResult_onNotOK()
628 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testOnActivityResult_onNotOK()
717 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in assertRecentPicked()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java211 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testLaunchToDocuments()
218 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testLaunchToDocuments()
248 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testLaunchToDocuments_convertsTreeUriToDocumentUri()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java191 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onLastAccessedStackLoaded()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java484 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in launchToStackLocation()