Loading media/java/android/media/AudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -4714,7 +4714,7 @@ public class AudioService extends IAudioService.Stub { synchronized (mLastDeviceConnectMsgTime) { long time = SystemClock.uptimeMillis(); if (mLastDeviceConnectMsgTime > time) { delay = (int)(mLastDeviceConnectMsgTime - time); delay = (int)(mLastDeviceConnectMsgTime - time) + 30; } } } Loading Loading
media/java/android/media/AudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -4714,7 +4714,7 @@ public class AudioService extends IAudioService.Stub { synchronized (mLastDeviceConnectMsgTime) { long time = SystemClock.uptimeMillis(); if (mLastDeviceConnectMsgTime > time) { delay = (int)(mLastDeviceConnectMsgTime - time); delay = (int)(mLastDeviceConnectMsgTime - time) + 30; } } } Loading