diff options
| author | 2020-01-31 21:08:15 +0000 | |
|---|---|---|
| committer | 2020-01-31 21:08:15 +0000 | |
| commit | 66100a20fdad3be42ffd4ba0701d76a35f1e106f (patch) | |
| tree | 7ac9e95f9e6d48369ec72ca7e7653229b49031ca | |
| parent | b937e7973c754d2f85247e16ae1998f80479de76 (diff) | |
| parent | 4be4487a0321461a3f61641b6e19ada980407b61 (diff) | |
Merge "Comments for getNetworkRegistrationInfo with multiple domains" am: 62eb925376 am: 4be4487a03
Change-Id: I008b30cb893088cf62c4993871938a845e56ccd4
| -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 9e10f0c73d56..9ef361d82d19 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 |