Searched refs:queryList (Results 1 – 4 of 4) sorted by relevance
94 protected WifiP2pServiceInfo(List<String> queryList) { in WifiP2pServiceInfo() argument95 if (queryList == null) { in WifiP2pServiceInfo()98 mQueryList = queryList; in WifiP2pServiceInfo()
49 private WifiP2pUpnpServiceInfo(List<String> queryList) { in WifiP2pUpnpServiceInfo() argument50 super(queryList); in WifiP2pUpnpServiceInfo()
76 private WifiP2pDnsSdServiceInfo(List<String> queryList) { in WifiP2pDnsSdServiceInfo() argument77 super(queryList); in WifiP2pDnsSdServiceInfo()
1285 MarshalQueryable[] queryList = new MarshalQueryable[] { in registerAllMarshalers() local1315 for (MarshalQueryable query : queryList) { in registerAllMarshalers()