Searched refs:systemIsInPrl (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A 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()
|
H A D | NetworkRegistrationInfo.java | 332 boolean cssSupported, int roamingIndicator, int systemIsInPrl, in NetworkRegistrationInfo() argument 337 systemIsInPrl, defaultRoamingIndicator), null, false); in NetworkRegistrationInfo()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55744 Landroid/telephony/VoiceSpecificRegistrationStates;->systemIsInPrl:I
|