Loading src/com/android/server/telecom/bluetooth/BluetoothRouteManager.java +16 −13 Original line number Diff line number Diff line Loading @@ -782,6 +782,7 @@ public class BluetoothRouteManager extends StateMachine { @VisibleForTesting public void setInitialStateForTesting(String stateName, BluetoothDevice device) { sendMessage(RUN_RUNNABLE, (Runnable) () -> { switch (stateName) { case AUDIO_OFF_STATE_NAME: transitionTo(mAudioOffState); Loading @@ -795,5 +796,7 @@ public class BluetoothRouteManager extends StateMachine { "setInitialStateForTesting")); break; } Log.i(LOG_TAG, "transition for testing done: %s", stateName); }); } } Loading
src/com/android/server/telecom/bluetooth/BluetoothRouteManager.java +16 −13 Original line number Diff line number Diff line Loading @@ -782,6 +782,7 @@ public class BluetoothRouteManager extends StateMachine { @VisibleForTesting public void setInitialStateForTesting(String stateName, BluetoothDevice device) { sendMessage(RUN_RUNNABLE, (Runnable) () -> { switch (stateName) { case AUDIO_OFF_STATE_NAME: transitionTo(mAudioOffState); Loading @@ -795,5 +796,7 @@ public class BluetoothRouteManager extends StateMachine { "setInitialStateForTesting")); break; } Log.i(LOG_TAG, "transition for testing done: %s", stateName); }); } }