diff options
| author | 2020-01-30 17:10:38 -0800 | |
|---|---|---|
| committer | 2020-01-30 17:25:28 -0800 | |
| commit | a42253be8cbe015395eca1277a053942617a1792 (patch) | |
| tree | 82692575ad6f2afe30dee1ab3b01473753468325 | |
| parent | 0b242c8d77c329e1c3bc28475e86120026212b99 (diff) | |
Comments for getNetworkRegistrationInfo with multiple domains
Bug: 147917681
Test: make
Change-Id: Icba1814ceba1ef87c1c2710fe5fef65e00a1cec1
| -rw-r--r-- | telephony/java/android/telephony/ServiceState.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/ServiceState.java b/telephony/java/android/telephony/ServiceState.java index ed003ed81ddc..2fe49d443f7e 100644 --- a/telephony/java/android/telephony/ServiceState.java +++ b/telephony/java/android/telephony/ServiceState.java @@ -1899,6 +1899,8 @@ public class ServiceState implements Parcelable { /** * Get the network registration state for the transport type and network domain. + * If multiple domains are in the input bitmask, only the first one from + * networkRegistrationInfo.getDomain() will be returned. * * @param domain The network {@link NetworkRegistrationInfo.Domain domain} * @param transportType The transport type |