diff options
author | Chiachang Wang <chiachangwang@google.com> | 2020-10-27 02:53:59 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-27 02:53:59 +0000 |
commit | f177ac1348e7f11ebbb12f48cf254a4cb97c1551 (patch) | |
tree | 50c9f2a447d714dc77a46911f75d289a932de31f /api | |
parent | 8dddad53d52010a0847f6c8669b6d065a4e4efdd (diff) | |
parent | d32aa193fdee6c2be5e5e4cb67e80f57299f1c04 (diff) |
Merge "Expose NetworkRegistrationInfo.getNrState() as public API"
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 99d59d224945..19c31380a935 100644 --- a/api/current.txt +++ b/api/current.txt @@ -47671,6 +47671,7 @@ package android.telephony { method @NonNull public java.util.List<java.lang.Integer> getAvailableServices(); method @Nullable public android.telephony.CellIdentity getCellIdentity(); method public int getDomain(); + method public int getNrState(); method @Nullable public String getRegisteredPlmn(); method public int getTransportType(); method public boolean isRegistered(); |