File tree Expand file tree Collapse file tree
android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/datatypes
base/src/main/java/com/smartdevicelink/proxy/rpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public void setUp() {
2424 msg .setNavigationAvilable (TestValues .GENERAL_BOOLEAN );
2525 msg .setPhoneCallAvilable (TestValues .GENERAL_BOOLEAN );
2626 msg .setVideoStreamingAvailable (TestValues .GENERAL_BOOLEAN );
27- msg .setDriverDistraction (TestValues .GENERAL_BOOLEAN );
27+ msg .setDriverDistractionAvailable (TestValues .GENERAL_BOOLEAN );
2828 }
2929
3030 /**
Original file line number Diff line number Diff line change @@ -172,11 +172,11 @@ public HMICapabilities setSeatLocationAvailable(Boolean available) {
172172 /**
173173 * Sets the driverDistraction.
174174 *
175- * @param driverDistraction Availability of driver distraction capability. True: Available, False: Not Available
175+ * @param available Availability of driver distraction capability. True: Available, False: Not Available
176176 * @since SmartDeviceLink 7.0.0
177177 */
178- public HMICapabilities setDriverDistraction (Boolean driverDistraction ) {
179- setValue (KEY_DRIVER_DISTRACTION , driverDistraction );
178+ public HMICapabilities setDriverDistractionAvailable (Boolean available ) {
179+ setValue (KEY_DRIVER_DISTRACTION , available );
180180 return this ;
181181 }
182182
You can’t perform that action at this time.
0 commit comments