HomeSort by relevance Sort by last modified time
    Searched refs:refreshCurrentRootAndDirectory (Results 1 - 10 of 10) sorted by null

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
TestActivity.java 64 public TestEventListener<Integer> refreshCurrentRootAndDirectory;
84 refreshCurrentRootAndDirectory = new TestEventListener<>();
154 public final void refreshCurrentRootAndDirectory(int anim) {
155 refreshCurrentRootAndDirectory.accept(anim);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
NavigationViewManager.java 82 mEnv.refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE);
137 @Deprecated // Use CommonAddones#refreshCurrentRootAndDirectory
138 void refreshCurrentRootAndDirectory(int animation);
AbstractActionHandler.java 178 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
312 // document. Either case we should call refreshCurrentRootAndDirectory() to let
314 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
363 mActivity.refreshCurrentRootAndDirectory(anim);
386 mActivity.refreshCurrentRootAndDirectory(anim);
491 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
578 void refreshCurrentRootAndDirectory(@AnimationType int anim);
RootsMonitor.java 152 mOwner.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
BaseActivity.java 311 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
396 public final void refreshCurrentRootAndDirectory(int anim) {
401 // refreshCurrentRootAndDirectory() from being called while we're restoring the state of UI
600 refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
ActionHandlerTest.java 125 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
135 mActivity.refreshCurrentRootAndDirectory.assertCalled();
148 mActivity.refreshCurrentRootAndDirectory.assertCalled();
171 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
184 mActivity.refreshCurrentRootAndDirectory.assertCalled();
447 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
453 mActivity.refreshCurrentRootAndDirectory.assertCalled();
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 167 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
174 mActivity.refreshCurrentRootAndDirectory.assertCalled();
200 mActivity.refreshCurrentRootAndDirectory.assertCalled();
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActionHandlerTest.java 381 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
391 mActivity.refreshCurrentRootAndDirectory.assertCalled();
520 mActivity.refreshCurrentRootAndDirectory.assertCalled();
526 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
530 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 165 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
178 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
ActionHandler.java 448 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);

Completed in 74 milliseconds