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

Commit 7cd9793a 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

am: 2d021290

Change-Id: I6f66661bc3c45605b85ed67ef87675ddad4a98ac
parents a1e10494 2d021290
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;