Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java80 public TestEventListener<Integer> refreshCurrentRootAndDirectory; field in TestActivity
104 refreshCurrentRootAndDirectory = new TestEventListener<>(); in init()
203 public final void refreshCurrentRootAndDirectory(int anim) { in refreshCurrentRootAndDirectory() method in TestActivity
204 refreshCurrentRootAndDirectory.accept(anim); in refreshCurrentRootAndDirectory()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java197 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onAuthenticationResult()
355 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in openRootDocument()
611 mActivity.refreshCurrentRootAndDirectory(anim); in openFolderInSearchResult()
639 mActivity.refreshCurrentRootAndDirectory(anim); in openChildContainer()
823 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onStackToLaunchToLoaded()
864 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in loadRecent()
987 void refreshCurrentRootAndDirectory(@AnimationType int anim); in refreshCurrentRootAndDirectory() method
DNavigationViewManager.java240 mEnv.refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE); in onNavigationItemSelected()
381 void refreshCurrentRootAndDirectory(int animation); in refreshCurrentRootAndDirectory() method
DBaseActivity.java558 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onRootPicked()
648 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in restoreRootAndDirectory()
657 public final void refreshCurrentRootAndDirectory(int anim) { in refreshCurrentRootAndDirectory() method in BaseActivity
993 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.java211 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocation_LaunchToDocuments()
221 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_LaunchToDocuments()
234 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_RestoresLastAccessedStack()
285 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testOpenContainerDocument()
680 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocationDefaultToRecentsOnAction()
686 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocationDefaultToRecentsOnAction()
695 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocationDefaultToDownloadsOnAction()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java443 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_LaunchToStackLocation()
519 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testInitLocation_LaunchToDocuments()
529 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testInitLocation_LaunchToDocuments()
646 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testOnActivityResult_onOK()
652 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testOnActivityResult_onNotOK()
656 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testOnActivityResult_onNotOK()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java243 mActivity.refreshCurrentRootAndDirectory.assertNotCalled(); in testLaunchToDocuments()
250 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testLaunchToDocuments()
280 mActivity.refreshCurrentRootAndDirectory.assertCalled(); in testLaunchToDocuments_convertsTreeUriToDocumentUri()
DProfileTabsTest.java376 public void refreshCurrentRootAndDirectory(int animation) { in refreshCurrentRootAndDirectory() method in ProfileTabsTest.TestEnvironment
396 public void refreshCurrentRootAndDirectory(int anim) { in refreshCurrentRootAndDirectory() method in ProfileTabsTest.TestCommonAddons
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java277 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onLastAccessedStackLoaded()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java484 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in launchToStackLocation()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java322 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE); in onHiddenProfileStatusChange()