Home
last modified time | relevance | path

Searched refs:CarPowerStateListenerWithCompletion (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DBluetoothDeviceConnectionPolicy.java22 import android.car.hardware.power.CarPowerManager.CarPowerStateListenerWithCompletion;
50 private final CarPowerStateListenerWithCompletion mCarPowerStateListener =
51 new CarPowerStateListenerWithCompletion() {
95 public CarPowerStateListenerWithCompletion getCarPowerStateListener() { in getCarPowerStateListener()
DCarLocationService.java26 import android.car.hardware.power.CarPowerManager.CarPowerStateListenerWithCompletion;
62 CarPowerStateListenerWithCompletion {
/packages/services/Car/car-lib/src/android/car/hardware/power/
DCarPowerManager.java46 private CarPowerStateListenerWithCompletion mListenerWithCompletion;
112 public interface CarPowerStateListenerWithCompletion { interface in CarPowerManager
195 public void setListenerWithCompletion(CarPowerStateListenerWithCompletion listener) { in setListenerWithCompletion()
/packages/services/Car/service/src/com/android/car/garagemode/
DController.java22 import android.car.hardware.power.CarPowerManager.CarPowerStateListenerWithCompletion;
37 public class Controller implements CarPowerStateListenerWithCompletion {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothDeviceConnectionPolicyTest.java23 import android.car.hardware.power.CarPowerManager.CarPowerStateListenerWithCompletion;
66 private CarPowerStateListenerWithCompletion mPowerStateListener;