Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DPlayerFocusEnforcer.java81 long getFadeInDelayForOffendersMillis(@NonNull AudioAttributes aa); in getFadeInDelayForOffendersMillis() method
DMediaFocusControl.java143 return getFadeInDelayForOffendersMillis( in getFocusUnmuteDelayAfterFadeOutForTest()
194 public long getFadeInDelayForOffendersMillis(@NonNull AudioAttributes aa) { in getFadeInDelayForOffendersMillis() method in MediaFocusControl
198 return mFocusEnforcer.getFadeInDelayForOffendersMillis(aa); in getFadeInDelayForOffendersMillis()
1532 getFadeInDelayForOffendersMillis(focusRequester.getAudioAttributes())); in postForgetUidLater()
DFadeOutManager.java186 long getFadeInDelayForOffendersMillis(@NonNull AudioAttributes aa) { in getFadeInDelayForOffendersMillis() method in FadeOutManager
DPlaybackActivityMonitor.java1017 public long getFadeInDelayForOffendersMillis(@NonNull AudioAttributes aa) { in getFadeInDelayForOffendersMillis() method in PlaybackActivityMonitor
1018 return mFadeOutManager.getFadeInDelayForOffendersMillis(aa); in getFadeInDelayForOffendersMillis()