Searched refs:cssSupported (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
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()
|
D | NetworkRegistrationInfo.java | 341 boolean cssSupported, int roamingIndicator, int systemIsInPrl, in NetworkRegistrationInfo() argument 345 new VoiceSpecificRegistrationInfo(cssSupported, roamingIndicator, in NetworkRegistrationInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 296 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState() 308 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState() 389 boolean cssSupported = false; in getNetworkRegistrationInfo() 406 cssSupported = cdmaInfo.cssSupported; in getNetworkRegistrationInfo() 434 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfo() 473 boolean cssSupported = false; in getNetworkRegistrationInfoAidl() 489 cssSupported = info.getCdmaInfo().cssSupported; in getNetworkRegistrationInfoAidl() 510 cssSupported = info.getGeranDtmSupported(); in getNetworkRegistrationInfoAidl() 522 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfoAidl() 578 boolean cssSupported = false; in getNetworkRegistrationInfo1_6() [all …]
|
D | ServiceStateTracker.java | 2221 int cssIndicator = voiceSpecificStates.cssSupported ? 1 : 0; in handlePollStateResultMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 121 boolean cssSupported = true; in testGetNetworkRegistrationInfo() 137 mSimulatedCommands.mCssSupported = cssSupported; in testGetNetworkRegistrationInfo() 155 false, availableServices, null, "", cssSupported, in testGetNetworkRegistrationInfo()
|
D | SimulatedCommands.java | 947 ((VoiceRegStateResult) ret).cssSupported = mCssSupported; in getVoiceRegistrationState()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55098 Landroid/telephony/VoiceSpecificRegistrationStates;->cssSupported:Z
|