Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/drivemode/
DDriveModeSwitchController.java32 public final class DriveModeSwitchController { class
35 private static final String TAG = DriveModeSwitchController.class.getSimpleName();
41 public DriveModeSwitchController(Context context) { in DriveModeSwitchController() method in DriveModeSwitchController
DDriveModeSwitchFragment.java32 private DriveModeSwitchController mDriveModeSwitchController;
39 mDriveModeSwitchController = new DriveModeSwitchController(getContext()); in onCreate()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DKitchenSinkShellCommand.java34 import com.google.android.car.kitchensink.drivemode.DriveModeSwitchController;
294 DriveModeSwitchController driveModeSwitchController = new DriveModeSwitchController( in setDriveModeSwitch()