Home
last modified time | relevance | path

Searched refs:tempDisabledNetwork2 (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationUtilTest.java975 final WifiConfiguration tempDisabledNetwork2 = WifiConfigurationTestUtil.createEapNetwork(); in testPnoListComparator() local
976 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()