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

Commit 105d14fc authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Merge "Update 1 min timeout to 10 min." am: bf673d01 am: 2d021290" into pi-dev-plus-aosp

am: 93b1d54c

Change-Id: I1080ded23e7f57c51bc05e968627339e13edb564
parents 7af6719b 93b1d54c
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;