Searched refs:refreshSubscribedAccessPoints (Results 1 – 3 of 3) sorted by relevance
97 doNothing().when(mController).refreshSubscribedAccessPoints(); in onStart_shouldRefreshApList()101 verify(mController).refreshSubscribedAccessPoints(); in onStart_shouldRefreshApList()106 doNothing().when(mController).refreshSubscribedAccessPoints(); in postRefresh_shouldRefreshApList()110 verify(mController).refreshSubscribedAccessPoints(); in postRefresh_shouldRefreshApList()115 doNothing().when(mController).refreshSubscribedAccessPoints(); in forget_onSuccess_shouldRefreshApList()119 verify(mController).refreshSubscribedAccessPoints(); in forget_onSuccess_shouldRefreshApList()124 doNothing().when(mController).refreshSubscribedAccessPoints(); in forget_onFailure_shouldRefreshApList()128 verify(mController).refreshSubscribedAccessPoints(); in forget_onFailure_shouldRefreshApList()141 mController.refreshSubscribedAccessPoints(); in refreshSubscribedAccessPoints_shouldNotListNonSubscribedAPs()152 mController.refreshSubscribedAccessPoints(); in refreshSubscribedAccessPoints_shouldListSubscribedAPs()
84 refreshSubscribedAccessPoints(); in onStart()88 ThreadUtils.postOnMainThread(() -> refreshSubscribedAccessPoints()); in postRefreshSubscribedAccessPoints()110 void refreshSubscribedAccessPoints() { in refreshSubscribedAccessPoints() method in SubscribedAccessPointsPreferenceController