Searched refs:QUERY_TYPE (Results 1 – 2 of 2) sorted by relevance
36 import static android.scopedstorage.cts.lib.TestUtils.QUERY_TYPE;85 String queryType = getIntent().getStringExtra(QUERY_TYPE); in onCreate()
92 public static final String QUERY_TYPE = "android.scopedstorage.cts.queryType"; field in TestUtils1363 intent.putExtra(QUERY_TYPE, actionName); in launchTestApp()