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

Commit 2d021290 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Update 1 min timeout to 10 min."

am: bf673d01

Change-Id: I66f4f62784577cfd09b67e5e58196c6cb0562fc3
parents a547a7d9 bf673d01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ public class CarrierServicesSmsFilter {
    public static final int EVENT_ON_FILTER_COMPLETE_NOT_CALLED = 1;

    /** onFilterComplete timeout. */
    public static final int FILTER_COMPLETE_TIMEOUT_MS = 60000; //10 minutes
    public static final int FILTER_COMPLETE_TIMEOUT_MS = 10 * 60 * 1000; //10 minutes

    private final Context mContext;
    private final Phone mPhone;