summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJiashen Wang <jiashenwang@google.com>2021-01-28 16:54:16 -0800
committerJiashen Wang <jiashenwang@google.com>2021-02-01 00:31:06 -0800
commitf3bed30575b3bf88db64145a89c6b4f3ae059fdf (patch)
tree4e88ec02890865bc0007123a4a3751a2d7f07c3a /core/java
parent77bb0b72919bb93d89095f2f78accac160633c02 (diff)
Change Settings to be able to receive timeout values from LPA
Bug: 171846124 Test: Tested manually Change-Id: Ib13aa832e186ae964069d888c1c4b8321a0f7fc1
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/Settings.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 79f055e882aa..c73f8d2c4cc5 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -13393,6 +13393,24 @@ public final class Settings {
"euicc_factory_reset_timeout_millis";
/**
+ * Flag to set the waiting time for euicc slot switch.
+ * Type: long
+ *
+ * @hide
+ */
+ public static final String EUICC_SWITCH_SLOT_TIMEOUT_MILLIS =
+ "euicc_switch_slot_timeout_millis";
+
+ /**
+ * Flag to set the waiting time for enabling multi SIM slot.
+ * Type: long
+ *
+ * @hide
+ */
+ public static final String ENABLE_MULTI_SLOT_TIMEOUT_MILLIS =
+ "enable_multi_slot_timeout_millis";
+
+ /**
* Flag to set the timeout for when to refresh the storage settings cached data.
* Type: long
*