Home
last modified time | relevance | path

Searched refs:cssSupported (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DVoiceSpecificRegistrationInfo.java37 public final boolean cssSupported; field in VoiceSpecificRegistrationInfo
60 VoiceSpecificRegistrationInfo(boolean cssSupported, int roamingIndicator, int systemIsInPrl, in VoiceSpecificRegistrationInfo() argument
62 this.cssSupported = cssSupported; in VoiceSpecificRegistrationInfo()
75 cssSupported = vsri.cssSupported; in VoiceSpecificRegistrationInfo()
82 this.cssSupported = source.readBoolean(); in VoiceSpecificRegistrationInfo()
90 dest.writeBoolean(cssSupported); in writeToParcel()
104 + " mCssSupported=" + cssSupported in toString()
112 return Objects.hash(cssSupported, roamingIndicator, systemIsInPrl, in hashCode()
125 return this.cssSupported == other.cssSupported in equals()
DNetworkRegistrationInfo.java276 boolean cssSupported, int roamingIndicator, int systemIsInPrl, in NetworkRegistrationInfo() argument
281 mVoiceSpecificInfo = new VoiceSpecificRegistrationInfo(cssSupported, roamingIndicator, in NetworkRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java233 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState()
244 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
253 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState()
264 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
379 boolean cssSupported = false; in getNetworkRegistrationInfo()
396 cssSupported = cdmaInfo.cssSupported; in getNetworkRegistrationInfo()
424 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfo()
DServiceStateTracker.java2128 int cssIndicator = voiceSpecificStates.cssSupported ? 1 : 0; in handlePollStateResultMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java107 boolean cssSupported = true; in testGetNetworkRegistrationInfo()
123 mSimulatedCommands.mCssSupported = cssSupported; in testGetNetworkRegistrationInfo()
141 false, availableServices, null, "", cssSupported, in testGetNetworkRegistrationInfo()
DSimulatedCommands.java1002 ret.cssSupported = mCssSupported; in getVoiceRegistrationState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69764 Landroid/telephony/VoiceSpecificRegistrationStates;->cssSupported:Z