Searched refs:enabledNetwork2 (Results 1 – 1 of 1) sorted by relevance
969 final WifiConfiguration enabledNetwork2 = WifiConfigurationTestUtil.createEapNetwork(); in testPnoListComparator() local970 enabledNetwork2.getNetworkSelectionStatus().setNetworkSelectionStatus( in testPnoListComparator()987 networks.add(enabledNetwork2); in testPnoListComparator()996 if (a == enabledNetwork1 && b == enabledNetwork2) { in testPnoListComparator()998 } else if (b == enabledNetwork1 && a == enabledNetwork2) { in testPnoListComparator()1012 assertEquals(enabledNetwork2, networks.get(1)); in testPnoListComparator()