Searched defs:queryType (Results 1 – 6 of 6) sorted by relevance
29 String queryType = getIntent().getStringExtra(QUERY_TYPE); in onCreate() local
39 String queryType = bundle.getString(DocumentProviderIntent.ACTION_TYPE); in handleRequestFromBundle() local
76 String queryType = bundle.getString(QUERY_TYPE); in handleRequest() local89 private static Bundle handleRequestUnchecked(Context context, Bundle bundle, String queryType) in handleRequestUnchecked()
366 public List<InetAddress> resolveHost(String hostname, int queryType) { in resolveHost()
277 String domainName, Network network, int queryType, Executor executor) { in submitDnsResolverQuery()
2561 const int queryType; in TEST_F() member