Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java144 private final LowPowerStandbyControllerInternal mLowPowerStandbyControllerInternal; field in VoiceInteractionSessionConnection
236 mLowPowerStandbyControllerInternal = LocalServices.getService( in VoiceInteractionSessionConnection()
373 if (mLowPowerStandbyControllerInternal != null) { in showLocked()
374 mLowPowerStandbyControllerInternal.addToAllowlist(mCallingUid, in showLocked()
553 if (mLowPowerStandbyControllerInternal != null) { in hideLocked()
890 mLowPowerStandbyControllerInternal.removeFromAllowlist(mCallingUid, in removeFromLowPowerStandbyAllowlist()