Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a01fbf8e authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "Adjust the bind timeout" into oc-dev

am: 9d9d31d6

Change-Id: I53b0afac3e8e8247a3bc2154a32f775dc707ef5c
parents 21967abb 9d9d31d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ final class EphemeralResolverConnection implements DeathRecipient {
        private final IRemoteCallback mCallback;

        public GetEphemeralResolveInfoCaller() {
            super(TimedRemoteCaller.DEFAULT_CALL_TIMEOUT_MILLIS);
            super(BIND_SERVICE_TIMEOUT_MS);
            mCallback = new IRemoteCallback.Stub() {
                    @Override
                    public void sendResult(Bundle data) throws RemoteException {