Searched refs:queryList (Results 1 – 4 of 4) sorted by relevance
98 protected WifiP2pServiceInfo(List<String> queryList) { in WifiP2pServiceInfo() argument99 if (queryList == null) { in WifiP2pServiceInfo()102 mQueryList = queryList; in WifiP2pServiceInfo()
49 private WifiP2pUpnpServiceInfo(List<String> queryList) { in WifiP2pUpnpServiceInfo() argument50 super(queryList); in WifiP2pUpnpServiceInfo()
78 private WifiP2pDnsSdServiceInfo(List<String> queryList) { in WifiP2pDnsSdServiceInfo() argument79 super(queryList); in WifiP2pDnsSdServiceInfo()
1725 MarshalQueryable[] queryList = new MarshalQueryable[] { in registerAllMarshalers() local1756 for (MarshalQueryable query : queryList) { in registerAllMarshalers()