Home
last modified time | relevance | path

Searched defs:spyEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java1187 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_nonEapMethod_returnTrueIfReachable() local
1247 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_nonSimMethod_returnTrueIfReachable() local
1268 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_unknownCarrierId_returnTrueIfActiveSubscriptionAvailable() local
1292 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_specifiedCarrierIdMatched_returnTrue() local
1319 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_specifiedCarrierIdNotMatched_returnFalse() local
1348 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_allowlistRestriction_returnTrue() local
1375 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_allowlistRestriction_returnFalse() local
1402 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_denylistRestriction_returnTrue() local
1429 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_denylistRestriction_returnFalse() local
1451 StandardWifiEntry spyEntry = spy(new StandardWifiEntry( in testCanConnect_userRestrictionSet_savedNetwork_returnTrue() local
[all …]
DPasspointWifiEntryTest.java112 PasspointWifiEntry spyEntry = spy(passpointWifiEntry); in testGetSummary_expired_showExpired() local