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

  /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);
324 // document. Either case we should call refreshCurrentRootAndDirectory() to let
326 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
382 mActivity.refreshCurrentRootAndDirectory(anim);
405 mActivity.refreshCurrentRootAndDirectory(anim);
511 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
615 void refreshCurrentRootAndDirectory(@AnimationType int anim);
BaseActivity.java 319 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
399 refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
409 public final void refreshCurrentRootAndDirectory(int anim) {
414 // refreshCurrentRootAndDirectory() from being called while we're restoring the state of UI
612 refreshCurrentRootAndDirectory(AnimationView.ANIM_LEAVE);
RootsMonitor.java 151 mOwner.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
TestActivity.java 67 public TestEventListener<Integer> refreshCurrentRootAndDirectory;
88 refreshCurrentRootAndDirectory = new TestEventListener<>();
163 public final void refreshCurrentRootAndDirectory(int anim) {
164 refreshCurrentRootAndDirectory.accept(anim);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
ActionHandlerTest.java 147 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
157 mActivity.refreshCurrentRootAndDirectory.assertCalled();
170 mActivity.refreshCurrentRootAndDirectory.assertCalled();
193 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
206 mActivity.refreshCurrentRootAndDirectory.assertCalled();
473 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
479 mActivity.refreshCurrentRootAndDirectory.assertCalled();
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 206 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
213 mActivity.refreshCurrentRootAndDirectory.assertCalled();
243 mActivity.refreshCurrentRootAndDirectory.assertCalled();
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActionHandlerTest.java 440 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
450 mActivity.refreshCurrentRootAndDirectory.assertCalled();
541 mActivity.refreshCurrentRootAndDirectory.assertCalled();
547 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
551 mActivity.refreshCurrentRootAndDirectory.assertNotCalled();
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 166 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
179 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
ActionHandler.java 452 mActivity.refreshCurrentRootAndDirectory(AnimationView.ANIM_NONE);

Completed in 282 milliseconds