Loading packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionController.java +3 −3 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ public class SuggestionController { } catch (NullPointerException e) { Log.w(TAG, "mRemote service detached before able to query", e); return null; } catch (RemoteException e) { } catch (RemoteException | RuntimeException e) { Log.w(TAG, "Error when calling getSuggestion()", e); return null; } Loading @@ -120,7 +120,7 @@ public class SuggestionController { } try { mRemoteService.dismissSuggestion(suggestion); } catch (RemoteException e) { } catch (RemoteException | RuntimeException e) { Log.w(TAG, "Error when calling dismissSuggestion()", e); } } Loading @@ -133,7 +133,7 @@ public class SuggestionController { try { mRemoteService.launchSuggestion(suggestion); } catch (RemoteException e) { } catch (RemoteException | RuntimeException e) { Log.w(TAG, "Error when calling launchSuggestion()", e); } } Loading Loading
packages/SettingsLib/src/com/android/settingslib/suggestions/SuggestionController.java +3 −3 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ public class SuggestionController { } catch (NullPointerException e) { Log.w(TAG, "mRemote service detached before able to query", e); return null; } catch (RemoteException e) { } catch (RemoteException | RuntimeException e) { Log.w(TAG, "Error when calling getSuggestion()", e); return null; } Loading @@ -120,7 +120,7 @@ public class SuggestionController { } try { mRemoteService.dismissSuggestion(suggestion); } catch (RemoteException e) { } catch (RemoteException | RuntimeException e) { Log.w(TAG, "Error when calling dismissSuggestion()", e); } } Loading @@ -133,7 +133,7 @@ public class SuggestionController { try { mRemoteService.launchSuggestion(suggestion); } catch (RemoteException e) { } catch (RemoteException | RuntimeException e) { Log.w(TAG, "Error when calling launchSuggestion()", e); } } Loading