Home
last modified time | relevance | path

Searched refs:notifyDirectoryNavigated (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java72 public TestEventListener<Uri> notifyDirectoryNavigated; field in TestActivity
93 notifyDirectoryNavigated = new TestEventListener<>(); in init()
157 public final void notifyDirectoryNavigated(Uri uri) { in notifyDirectoryNavigated() method in TestActivity
158 notifyDirectoryNavigated.accept(uri); in notifyDirectoryNavigated()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java409 mActivity.notifyDirectoryNavigated(currentDoc.derivedUri); in openChildContainer()
673 void notifyDirectoryNavigated(Uri docUri); in notifyDirectoryNavigated() method
DBaseActivity.java795 public void notifyDirectoryNavigated(Uri uri) { in notifyDirectoryNavigated() method in BaseActivity