Home
last modified time | relevance | path

Searched refs:systemIsInPrl (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DVoiceSpecificRegistrationInfo.java51 public final int systemIsInPrl; field in VoiceSpecificRegistrationInfo
60 VoiceSpecificRegistrationInfo(boolean cssSupported, int roamingIndicator, int systemIsInPrl, in VoiceSpecificRegistrationInfo() argument
64 this.systemIsInPrl = systemIsInPrl; in VoiceSpecificRegistrationInfo()
77 systemIsInPrl = vsri.systemIsInPrl; in VoiceSpecificRegistrationInfo()
84 this.systemIsInPrl = source.readInt(); in VoiceSpecificRegistrationInfo()
92 dest.writeInt(systemIsInPrl); in writeToParcel()
106 + " mSystemIsInPrl=" + systemIsInPrl in toString()
112 return Objects.hash(cssSupported, roamingIndicator, systemIsInPrl, in hashCode()
127 && this.systemIsInPrl == other.systemIsInPrl in equals()
DNetworkRegistrationInfo.java273 boolean cssSupported, int roamingIndicator, int systemIsInPrl, in NetworkRegistrationInfo() argument
279 systemIsInPrl, defaultRoamingIndicator); in NetworkRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java238 int systemIsInPrl = voiceRegState.systemIsInPrl; in createRegistrationStateFromVoiceRegState() local
247 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
261 int systemIsInPrl = voiceRegState.systemIsInPrl; in createRegistrationStateFromVoiceRegState() local
270 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
399 int systemIsInPrl = 0; in getNetworkRegistrationInfo() local
416 systemIsInPrl = cdmaInfo.systemIsInPrl; in getNetworkRegistrationInfo()
442 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfo()
DServiceStateTracker.java2137 int systemIsInPrl = voiceSpecificStates.systemIsInPrl; in handlePollStateResultMessage() local
2151 mIsInPrl = (systemIsInPrl == 0) ? false : true; in handlePollStateResultMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java109 int systemIsInPrl = 2; in testGetNetworkRegistrationInfo() local
125 mSimulatedCommands.mSystemIsInPrl = systemIsInPrl; in testGetNetworkRegistrationInfo()
142 roamingIndicator, systemIsInPrl, defaultRoamingIndicator); in testGetNetworkRegistrationInfo()