/aosp12/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 | 276 boolean cssSupported, int roamingIndicator, int systemIsInPrl, in NetworkRegistrationInfo() argument 281 mVoiceSpecificInfo = new VoiceSpecificRegistrationInfo(cssSupported, roamingIndicator, in NetworkRegistrationInfo()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CellularNetworkService.java | 242 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState() 253 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState() 262 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState() 273 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState() 394 boolean cssSupported = false; in getNetworkRegistrationInfo() 411 cssSupported = cdmaInfo.cssSupported; in getNetworkRegistrationInfo() 439 cellIdentity, rplmn, cssSupported, roamingIndicator, systemIsInPrl, in getNetworkRegistrationInfo() 474 boolean cssSupported = false; in getNetworkRegistrationInfo1_6() 488 cssSupported = info.cdmaInfo().cssSupported; in getNetworkRegistrationInfo1_6() 507 cssSupported = info.geranDtmSupported(); in getNetworkRegistrationInfo1_6() [all …]
|
H A D | ServiceStateTracker.java | 2297 int cssIndicator = voiceSpecificStates.cssSupported ? 1 : 0; in handlePollStateResultMessage()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellularNetworkServiceTest.java | 109 boolean cssSupported = true; in testGetNetworkRegistrationInfo() 125 mSimulatedCommands.mCssSupported = cssSupported; in testGetNetworkRegistrationInfo() 143 false, availableServices, null, "", cssSupported, in testGetNetworkRegistrationInfo()
|
H A D | SimulatedCommands.java | 1016 ((VoiceRegStateResult) ret).cssSupported = mCssSupported; in getVoiceRegistrationState()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1554 int32_t cssSupported; // concurrent services support indicator. if member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 1554 int32_t cssSupported; // concurrent services support indicator. if member
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | types.hal | 530 bool cssSupported;
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | types.hal | 996 bool cssSupported;
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 3814 voiceRegResponse.cssSupported = ATOI_NULL_HANDLED_DEF(resp[7], 0); in getVoiceRegistrationStateResponse() 3832 voiceRegResponse.cssSupported = voiceRegState->cssSupported; in getVoiceRegistrationStateResponse()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 1661 bool cssSupported; // concurrent services support indicator. if
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59064 Landroid/telephony/VoiceSpecificRegistrationStates;->cssSupported:Z
|