Home
last modified time | relevance | path

Searched refs:CarPowerPolicyListener (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/power/
DCarPowerManager.java60 private final ArrayMap<CarPowerPolicyListener, Pair<Executor, CarPowerPolicyFilter>>
342 public interface CarPowerPolicyListener { interface in CarPowerManager
584 @NonNull CarPowerPolicyFilter filter, @NonNull CarPowerPolicyListener listener) { in addPowerPolicyListener()
623 public void removePowerPolicyListener(@NonNull CarPowerPolicyListener listener) { in removePowerPolicyListener()
830 ArrayList<Pair<CarPowerPolicyListener, Executor>> listeners = new ArrayList<>(); in notifyPowerPolicyListeners()
833 CarPowerPolicyListener listener = mPolicyListenerMap.keyAt(i); in notifyPowerPolicyListeners()
837 new Pair<CarPowerPolicyListener, Executor>(listener, pair.first)); in notifyPowerPolicyListeners()
842 Pair<CarPowerPolicyListener, Executor> pair = listeners.get(i); in notifyPowerPolicyListeners()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPowerPolicyListener.java43 private final CarPowerManager.CarPowerPolicyListener mPolicyListener =
44 new CarPowerManager.CarPowerPolicyListener() {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java742 CarPowerManager.CarPowerPolicyListener {
/packages/services/Car/car-lib/api/
Dlint-baseline.txt1344 …are.power.CarPowerPolicyFilter, android.car.hardware.power.CarPowerManager.CarPowerPolicyListener):
1345 …dware.power.CarPowerPolicyFilter,android.car.hardware.power.CarPowerManager.CarPowerPolicyListener)
1348 …nager#removePowerPolicyListener(android.car.hardware.power.CarPowerManager.CarPowerPolicyListener):
1349 …anager.removePowerPolicyListener(android.car.hardware.power.CarPowerManager.CarPowerPolicyListener)
1350 UnflaggedApi: android.car.hardware.power.CarPowerManager.CarPowerPolicyListener:
1351 …e flagged with @FlaggedApi: class android.car.hardware.power.CarPowerManager.CarPowerPolicyListener
1352 UnflaggedApi: android.car.hardware.power.CarPowerManager.CarPowerPolicyListener#onPolicyChanged(and…
1353 …h @FlaggedApi: method android.car.hardware.power.CarPowerManager.CarPowerPolicyListener.onPolicyCh…
Dcurrent.txt694 ….CarPowerPolicyFilter, @NonNull android.car.hardware.power.CarPowerManager.CarPowerPolicyListener);
696 …ovePowerPolicyListener(@NonNull android.car.hardware.power.CarPowerManager.CarPowerPolicyListener);
699 public static interface CarPowerManager.CarPowerPolicyListener {
/packages/services/Car/car-lib-module/api/
Dcurrent.txt694 ….CarPowerPolicyFilter, @NonNull android.car.hardware.power.CarPowerManager.CarPowerPolicyListener);
696 …ovePowerPolicyListener(@NonNull android.car.hardware.power.CarPowerManager.CarPowerPolicyListener);
699 public static interface CarPowerManager.CarPowerPolicyListener {
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1701 …werPolicyListener(Executor executor, CarPowerPolicyFilter filter, CarPowerPolicyListener listener);
1702 method TIRAMISU_0 void removePowerPolicyListener(CarPowerPolicyListener listener);
1712 interface CarPowerManager.CarPowerPolicyListener package android.car.hardware.power