Searched refs:DriveModeSwitchController (Results 1 – 3 of 3) sorted by relevance
32 public final class DriveModeSwitchController { class35 private static final String TAG = DriveModeSwitchController.class.getSimpleName();41 public DriveModeSwitchController(Context context) { in DriveModeSwitchController() method in DriveModeSwitchController
32 private DriveModeSwitchController mDriveModeSwitchController;39 mDriveModeSwitchController = new DriveModeSwitchController(getContext()); in onCreate()
34 import com.google.android.car.kitchensink.drivemode.DriveModeSwitchController;294 DriveModeSwitchController driveModeSwitchController = new DriveModeSwitchController( in setDriveModeSwitch()