Searched refs:sendSettingsIntent (Results 1 – 2 of 2) sorted by relevance
110 verify(mRepository, never()).sendSettingsIntent(mIntent); in handleLaunchSettings_managerNull_doNothing()119 verify(mRepository, never()).sendSettingsIntent(mIntent); in handleLaunchSettings_stageNull_doNothing()130 verify(mRepository, never()).sendSettingsIntent(mIntent); in handleLaunchSettings_intentNull_doNothing()137 verify(mRepository).sendSettingsIntent(mIntent); in handleLaunchSettings_allReady_sendSettingsIntent()
121 sendSettingsIntent(intent); in handleLaunchSettings()126 void sendSettingsIntent(@NonNull PendingIntent intent) { in sendSettingsIntent() method in SharedConnectivityRepository