Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
H A DActionHandlerTest.java580 final String queryContent = "query"; in testOpenAppRootWithQueryContent_matchedContent() local
581 mActivity.intent.putExtra(Intent.EXTRA_CONTENT_QUERY, queryContent); in testOpenAppRootWithQueryContent_matchedContent()
583 assertEquals(queryContent, in testOpenAppRootWithQueryContent_matchedContent()
590 final String queryContent = "query"; in testOpenAppRoot_doesNotHappen_differentUser() local
591 mActivity.intent.putExtra(Intent.EXTRA_CONTENT_QUERY, queryContent); in testOpenAppRoot_doesNotHappen_differentUser()