Searched refs:getAllAccessPoints (Results 1 – 4 of 4) sorted by relevance
106 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(new ArrayList<>()); in refreshUi_emptyList_notVisible()115 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in refreshUi_notEmpty_visible()124 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in refreshUi_notEmpty_listCount()133 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(allAccessPointList); in onUxRestrictionsChanged_switchToSavedApOnly()152 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performClick_noSecurityNotConnectedAccessPoint_connect()163 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performClick_activeAccessPoint_showDetailsFragment()175 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performClick_savedAccessPoint_connect()199 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performButtonClick_savedAccessPoint_wrongPassword_forgetsNetwork()218 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in callChangeListener_newSecureAccessPoint_wifiAdded()238 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in callChangeListener_newSecureAccessPoint_wifiEnabled()
114 public List<AccessPoint> getAllAccessPoints() { in getAllAccessPoints() method in ShadowCarWifiManager115 return sInstance.getAllAccessPoints(); in getAllAccessPoints()
121 public List<AccessPoint> getAllAccessPoints() { in getAllAccessPoints() method in CarWifiManager152 for (AccessPoint accessPoint : getAllAccessPoints()) { in getConnectedAccessPoint()
68 : getCarWifiManager().getAllAccessPoints(); in updateState()