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