Loading core/java/android/os/SystemVibratorManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -217,7 +217,7 @@ public class SystemVibratorManager extends VibratorManager { new VendorVibrationSessionCallbackDelegate(executor, callback); new VendorVibrationSessionCallbackDelegate(executor, callback); if (mService == null) { if (mService == null) { Log.w(TAG, "Failed to start vibration session; no vibrator manager service."); Log.w(TAG, "Failed to start vibration session; no vibrator manager service."); callbackDelegate.onFinished(VendorVibrationSession.STATUS_UNKNOWN_ERROR); callbackDelegate.onFinished(VendorVibrationSession.STATUS_UNSUPPORTED); return; return; } } try { try { Loading Loading
core/java/android/os/SystemVibratorManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -217,7 +217,7 @@ public class SystemVibratorManager extends VibratorManager { new VendorVibrationSessionCallbackDelegate(executor, callback); new VendorVibrationSessionCallbackDelegate(executor, callback); if (mService == null) { if (mService == null) { Log.w(TAG, "Failed to start vibration session; no vibrator manager service."); Log.w(TAG, "Failed to start vibration session; no vibrator manager service."); callbackDelegate.onFinished(VendorVibrationSession.STATUS_UNKNOWN_ERROR); callbackDelegate.onFinished(VendorVibrationSession.STATUS_UNSUPPORTED); return; return; } } try { try { Loading