Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/savedaccesspoints/
DSubscribedAccessPointsPreferenceControllerTest.java97 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/savedaccesspoints/
DSubscribedAccessPointsPreferenceController.java84 refreshSubscribedAccessPoints(); in onStart()
88 ThreadUtils.postOnMainThread(() -> refreshSubscribedAccessPoints()); in postRefreshSubscribedAccessPoints()
110 void refreshSubscribedAccessPoints() { in refreshSubscribedAccessPoints() method in SubscribedAccessPointsPreferenceController
/packages/apps/Settings/src/com/android/settings/wifi/savedaccesspoints/
DSubscribedAccessPointsPreferenceController.java84 refreshSubscribedAccessPoints(); in onStart()
88 ThreadUtils.postOnMainThread(() -> refreshSubscribedAccessPoints()); in postRefreshSubscribedAccessPoints()
110 void refreshSubscribedAccessPoints() { in refreshSubscribedAccessPoints() method in SubscribedAccessPointsPreferenceController