Loading services/core/java/com/android/server/audio/FocusRequester.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -381,6 +381,8 @@ public class FocusRequester { Log.v(TAG, "NOT dispatching " + focusChangeToString(mFocusLossReceived) Log.v(TAG, "NOT dispatching " + focusChangeToString(mFocusLossReceived) + " to " + mClientId + ", ducking implemented by framework"); + " to " + mClientId + ", ducking implemented by framework"); } } mFocusController.notifyExtPolicyFocusLoss_syncAf( toAudioFocusInfo(), false /* wasDispatched */); return; // with mFocusLossWasNotified = false return; // with mFocusLossWasNotified = false } } Loading Loading
services/core/java/com/android/server/audio/FocusRequester.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -381,6 +381,8 @@ public class FocusRequester { Log.v(TAG, "NOT dispatching " + focusChangeToString(mFocusLossReceived) Log.v(TAG, "NOT dispatching " + focusChangeToString(mFocusLossReceived) + " to " + mClientId + ", ducking implemented by framework"); + " to " + mClientId + ", ducking implemented by framework"); } } mFocusController.notifyExtPolicyFocusLoss_syncAf( toAudioFocusInfo(), false /* wasDispatched */); return; // with mFocusLossWasNotified = false return; // with mFocusLossWasNotified = false } } Loading