Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestActivity.java83 public TestEventListener<Uri> notifyDirectoryNavigated; field in TestActivity
107 notifyDirectoryNavigated = new TestEventListener<>(); in init()
193 public final void notifyDirectoryNavigated(Uri uri) { in notifyDirectoryNavigated() method in TestActivity
194 notifyDirectoryNavigated.accept(uri); in notifyDirectoryNavigated()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DProfileTabsTest.java333 public void notifyDirectoryNavigated(Uri docUri) { in notifyDirectoryNavigated() method in ProfileTabsTest.TestCommonAddons
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DAbstractActionHandler.java629 mActivity.notifyDirectoryNavigated(currentDoc.derivedUri); in openChildContainer()
990 void notifyDirectoryNavigated(Uri docUri); in notifyDirectoryNavigated() method
H A DBaseActivity.java878 public void notifyDirectoryNavigated(Uri uri) { in notifyDirectoryNavigated() method in BaseActivity