Searched refs:tempDisabledNetwork2 (Results 1 – 1 of 1) sorted by relevance
975 final WifiConfiguration tempDisabledNetwork2 = WifiConfigurationTestUtil.createEapNetwork(); in testPnoListComparator() local976 tempDisabledNetwork2.getNetworkSelectionStatus().setNetworkSelectionStatus( in testPnoListComparator()986 networks.add(tempDisabledNetwork2); in testPnoListComparator()1000 } else if (a == tempDisabledNetwork1 && b == tempDisabledNetwork2) { in testPnoListComparator()1002 } else if (b == tempDisabledNetwork1 && a == tempDisabledNetwork2) { in testPnoListComparator()1014 assertEquals(tempDisabledNetwork2, networks.get(3)); in testPnoListComparator()