Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java1662 this.mCarPowerStateListenerState = cpmsStateToPowerStateListenerState(ON); in CpmsState()
1668 this.mCarPowerStateListenerState = cpmsStateToPowerStateListenerState( in CpmsState()
1681 this.mCarPowerStateListenerState = cpmsStateToPowerStateListenerState(SUSPEND); in CpmsState()
1715 private static int cpmsStateToPowerStateListenerState(int state) { in cpmsStateToPowerStateListenerState() method in CarPowerManagementService.CpmsState