Home
last modified time | relevance | path

Searched refs:handleLaunchSettings (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DSharedConnectivityRepositoryTest.java108 mRepository.handleLaunchSettings(); in handleLaunchSettings_managerNull_doNothing()
117 mRepository.handleLaunchSettings(); in handleLaunchSettings_stageNull_doNothing()
128 mRepository.handleLaunchSettings(); in handleLaunchSettings_intentNull_doNothing()
135 mRepository.handleLaunchSettings(); in handleLaunchSettings_allReady_sendSettingsIntent()
/packages/apps/Settings/src/com/android/settings/wifi/repository/
DSharedConnectivityRepository.java58 private Runnable mLaunchSettingsRunnable = () -> handleLaunchSettings();
106 void handleLaunchSettings() { in handleLaunchSettings() method in SharedConnectivityRepository