Loading service/src/com/android/server/bluetooth/BluetoothManagerService.java +4 −0 Original line number Diff line number Diff line Loading @@ -1479,6 +1479,10 @@ class BluetoothManagerService { * PHASE_SYSTEM_SERVICES_READY. */ void handleOnBootPhase() { mHandler.post(() -> internalHandleOnBootPhase()); } private void internalHandleOnBootPhase() { if (DBG) { Log.d(TAG, "Bluetooth boot completed"); } Loading Loading
service/src/com/android/server/bluetooth/BluetoothManagerService.java +4 −0 Original line number Diff line number Diff line Loading @@ -1479,6 +1479,10 @@ class BluetoothManagerService { * PHASE_SYSTEM_SERVICES_READY. */ void handleOnBootPhase() { mHandler.post(() -> internalHandleOnBootPhase()); } private void internalHandleOnBootPhase() { if (DBG) { Log.d(TAG, "Bluetooth boot completed"); } Loading