Loading core/java/android/view/autofill/AutofillManager.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -1794,6 +1794,9 @@ public final class AutofillManager { client.autofillClientResetableStateAvailable(); client.autofillClientResetableStateAvailable(); } catch (RemoteException e) { } catch (RemoteException e) { throw e.rethrowFromSystemServer(); throw e.rethrowFromSystemServer(); } catch (SyncResultReceiver.TimeoutException e) { // no-op, just log the error message. Log.w(TAG, "Exception getting result from SyncResultReceiver: " + e); } } } } Loading Loading
core/java/android/view/autofill/AutofillManager.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -1794,6 +1794,9 @@ public final class AutofillManager { client.autofillClientResetableStateAvailable(); client.autofillClientResetableStateAvailable(); } catch (RemoteException e) { } catch (RemoteException e) { throw e.rethrowFromSystemServer(); throw e.rethrowFromSystemServer(); } catch (SyncResultReceiver.TimeoutException e) { // no-op, just log the error message. Log.w(TAG, "Exception getting result from SyncResultReceiver: " + e); } } } } Loading