Loading android/app/src/com/android/bluetooth/map/BluetoothMapService.java +2 −6 Original line number Original line Diff line number Diff line Loading @@ -1061,13 +1061,9 @@ public class BluetoothMapService extends ProfileService { } } private void sendShutdownMessage() { private void sendShutdownMessage() { // Pending messages are no longer valid. To speed up things, simply delete them. // We should close the Setting's permission dialog if one is open. if (mRemoveTimeoutMsg) { if (mRemoveTimeoutMsg) { Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); sendConnectTimeoutMessage(); Utils.sendBroadcast(this, timeoutIntent, null, Utils.getTempAllowlistBroadcastOptions()); mIsWaitingAuthorization = false; cancelUserTimeoutAlarm(); } } if (mSessionStatusHandler == null) { if (mSessionStatusHandler == null) { Log.w(TAG, "mSessionStatusHandler is null"); Log.w(TAG, "mSessionStatusHandler is null"); Loading Loading
android/app/src/com/android/bluetooth/map/BluetoothMapService.java +2 −6 Original line number Original line Diff line number Diff line Loading @@ -1061,13 +1061,9 @@ public class BluetoothMapService extends ProfileService { } } private void sendShutdownMessage() { private void sendShutdownMessage() { // Pending messages are no longer valid. To speed up things, simply delete them. // We should close the Setting's permission dialog if one is open. if (mRemoveTimeoutMsg) { if (mRemoveTimeoutMsg) { Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); sendConnectTimeoutMessage(); Utils.sendBroadcast(this, timeoutIntent, null, Utils.getTempAllowlistBroadcastOptions()); mIsWaitingAuthorization = false; cancelUserTimeoutAlarm(); } } if (mSessionStatusHandler == null) { if (mSessionStatusHandler == null) { Log.w(TAG, "mSessionStatusHandler is null"); Log.w(TAG, "mSessionStatusHandler is null"); Loading