Searched refs:getAllAccessPoints (Results 1 – 4 of 4) sorted by relevance
109 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(new ArrayList<>()); in refreshUi_emptyList_notVisible()118 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in refreshUi_notEmpty_visible()127 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in refreshUi_notEmpty_listCount()137 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in refreshUi_notSavedAccessPoint_noForgetButton()148 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(allAccessPointList); in onUxRestrictionsChanged_switchToSavedApOnly()167 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performClick_noSecurityNotConnectedAccessPoint_connect()180 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performClick_oweSecurityNotConnectedAccessPoint_connect()191 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performClick_activeAccessPoint_showDetailsFragment()203 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performClick_savedAccessPoint_connect()225 when(mMockCarWifiManager.getAllAccessPoints()).thenReturn(accessPointList); in performButtonClick_savedAccessPoint_forgetsNetwork()[all …]
110 public List<AccessPoint> getAllAccessPoints() { in getAllAccessPoints() method in ShadowCarWifiManager111 return sInstance.getAllAccessPoints(); in getAllAccessPoints()
121 public List<AccessPoint> getAllAccessPoints() { in getAllAccessPoints() method in CarWifiManager152 for (AccessPoint accessPoint : getAllAccessPoints()) { in getConnectedAccessPoint()
81 : getCarWifiManager().getAllAccessPoints(); in updateState()