Home
last modified time | relevance | path

Searched refs:systemIsInPrl (Results 1 – 7 of 7) 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.java276 boolean cssSupported, int roamingIndicator, int systemIsInPrl, in NetworkRegistrationInfo() argument
282 systemIsInPrl, defaultRoamingIndicator); in NetworkRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java235 int systemIsInPrl = voiceRegState.systemIsInPrl; in createRegistrationStateFromVoiceRegState() local
244 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
255 int systemIsInPrl = voiceRegState.systemIsInPrl; in createRegistrationStateFromVoiceRegState() local
264 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
381 int systemIsInPrl = 0; in getNetworkRegistrationInfo() local
398 systemIsInPrl = cdmaInfo.systemIsInPrl; in getNetworkRegistrationInfo()
424 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfo()
DServiceStateTracker.java2148 int systemIsInPrl = voiceSpecificStates.systemIsInPrl; in handlePollStateResultMessage() local
2162 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()
DSimulatedCommands.java1004 ret.systemIsInPrl = mSystemIsInPrl; in getVoiceRegistrationState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69767 Landroid/telephony/VoiceSpecificRegistrationStates;->systemIsInPrl:I