From 70dfbbce29d771d58f61d1deec04310e88682ebd Mon Sep 17 00:00:00 2001 From: Amit Mahajan Date: Tue, 5 Jun 2018 16:40:07 -0700 Subject: [PATCH] Update comments for TelephonyManager.getUiccSlotsInfo() Test: treehugger Bug: 109757298 Change-Id: I737c8349bb27c4bbbdb1a37bb147249fe30ffa7f --- telephony/java/android/telephony/TelephonyManager.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 9de135501b3a..e0b465d26a4a 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -2697,7 +2697,8 @@ public class TelephonyManager { } /** - * Gets all the UICC slots. + * Gets all the UICC slots. The objects in the array can be null if the slot info is not + * available, which is possible between phone process starting and getting slot info from modem. * * @return UiccSlotInfo array. * -- 2.11.0