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