Home
last modified time | relevance | path

Searched refs:setOperatorAlphaLong (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentity.java171 public void setOperatorAlphaLong(String alphaLong) { in setOperatorAlphaLong() method in CellIdentity
H A DServiceState.java1349 public void setOperatorAlphaLong(@Nullable String longName) { in setOperatorAlphaLong() method in ServiceState
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTest.java198 ss.setOperatorAlphaLong("abc"); in testOperatorName()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java3111 if (eriText != null) mSS.setOperatorAlphaLong(eriText); in updateSpnDisplayLegacy()
5942 mNewSS.setOperatorAlphaLong(operator); in processIwlanRegistrationInfo()
6121 cellIdentity.setOperatorAlphaLong( in updateOperatorNameForCellIdentity()