Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyControllerInternal.java24 public abstract class LowPowerStandbyControllerInternal { class
H A DLowPowerStandbyController.java147 private final LowPowerStandbyControllerInternal mLocalService = new LocalService();
394 LocalServices.addService(LowPowerStandbyControllerInternal.class, mLocalService); in systemReady()
1394 private final class LocalService extends LowPowerStandbyControllerInternal {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DLowPowerStandbyControllerTest.java201 LocalServices.removeServiceForTest(LowPowerStandbyControllerInternal.class); in tearDown()
484 LowPowerStandbyControllerInternal service = LocalServices.getService( in testAddToAllowlist_ReasonIsAllowed_servicesAreNotified()
485 LowPowerStandbyControllerInternal.class); in testAddToAllowlist_ReasonIsAllowed_servicesAreNotified()
503 LowPowerStandbyControllerInternal service = LocalServices.getService( in testRemoveFromAllowlist_ReasonIsAllowed_servicesAreNotified()
504 LowPowerStandbyControllerInternal.class); in testRemoveFromAllowlist_ReasonIsAllowed_servicesAreNotified()
521 LowPowerStandbyControllerInternal service = LocalServices.getService( in testSetAllowReasons_ActiveExemptionsNoLongerAllowed_servicesAreNotified()
522 LowPowerStandbyControllerInternal.class); in testSetAllowReasons_ActiveExemptionsNoLongerAllowed_servicesAreNotified()
539 LowPowerStandbyControllerInternal service = LocalServices.getService( in testSetAllowReasons_ReasonBecomesAllowed_servicesAreNotified()
540 LowPowerStandbyControllerInternal.class); in testSetAllowReasons_ReasonBecomesAllowed_servicesAreNotified()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java76 import com.android.server.power.LowPowerStandbyControllerInternal;
141 private final LowPowerStandbyControllerInternal mLowPowerStandbyControllerInternal;
233 LowPowerStandbyControllerInternal.class); in VoiceInteractionSessionConnection()
/aosp14/frameworks/base/services/
H A Dart-profile8948 HSPLcom/android/server/power/LowPowerStandbyControllerInternal;-><init>()V
13442 Lcom/android/server/power/LowPowerStandbyControllerInternal;