summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Zoey Chen <zoeychen@google.com> 2021-04-16 11:13:39 +0800
committer Zoey Chen <zoeychen@google.com> 2021-04-16 04:20:35 +0000
commita2fee1cbcb9414e396c1a3e6f40a1c70712b983c (patch)
treeee0fb5b25ca0ca24223f29e6cc10d63fc48eadf3
parent41b21288eb73ef30b3e2fdffb6e2d849ba7e7e6c (diff)
[Telephony] Describe the failure case in doc
Bug: 167347923 Test: make Change-Id: Ifd7f234b358ba400ee67500567cacd3da3916646
-rw-r--r--telephony/java/android/telephony/TelephonyManager.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java
index f0771bedc838..c8e5e56031bc 100644
--- a/telephony/java/android/telephony/TelephonyManager.java
+++ b/telephony/java/android/telephony/TelephonyManager.java
@@ -4885,8 +4885,9 @@ public class TelephonyManager {
* Return the set of IMSIs that should be considered "merged together" for data usage
* purposes. This API merges IMSIs based on subscription grouping: IMSI of those in the same
* group will all be returned.
- * Return the current IMSI if there is no subscription group. See
- * {@link SubscriptionManager#createSubscriptionGroup(List)} for the definition of a group.
+ * Return the current IMSI if there is no subscription group, see
+ * {@link SubscriptionManager#createSubscriptionGroup(List)} for the definition of a group,
+ * otherwise return an empty array if there is a failure.
*
* @hide
*/