Searched refs:systemIsInPrl (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | VoiceSpecificRegistrationInfo.java | 51 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()
|
D | NetworkRegistrationInfo.java | 276 boolean cssSupported, int roamingIndicator, int systemIsInPrl, in NetworkRegistrationInfo() argument 282 systemIsInPrl, defaultRoamingIndicator); in NetworkRegistrationInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 235 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()
|
D | ServiceStateTracker.java | 2148 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/ |
D | CellularNetworkServiceTest.java | 109 int systemIsInPrl = 2; in testGetNetworkRegistrationInfo() local 125 mSimulatedCommands.mSystemIsInPrl = systemIsInPrl; in testGetNetworkRegistrationInfo() 142 roamingIndicator, systemIsInPrl, defaultRoamingIndicator); in testGetNetworkRegistrationInfo()
|
D | SimulatedCommands.java | 1004 ret.systemIsInPrl = mSystemIsInPrl; in getVoiceRegistrationState()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 69767 Landroid/telephony/VoiceSpecificRegistrationStates;->systemIsInPrl:I
|