Searched defs:queryType (Results 1 – 5 of 5) sorted by relevance
29 String queryType = getIntent().getStringExtra(QUERY_TYPE); in onCreate() local
39 String queryType = bundle.getString(DocumentProviderIntent.ACTION_TYPE); in handleRequestFromBundle() local
51 String queryType = bundle.getString(QUERY_TYPE); in handleRequest() local62 private static Bundle handleRequestUnchecked(Context context, Bundle bundle, String queryType) in handleRequestUnchecked()
296 String domainName, Network network, int queryType, Executor executor) { in submitDnsResolverQuery()
2558 const int queryType; in TEST_F() member