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 | 233 @Nullable CellIdentity cellIdentity, boolean cssSupported, in NetworkRegistrationInfo() argument 239 mVoiceSpecificInfo = new VoiceSpecificRegistrationInfo(cssSupported, roamingIndicator, in NetworkRegistrationInfo()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 106 boolean cssSupported = true; in testGetNetworkRegistrationInfo() 122 mSimulatedCommands.mCssSupported = cssSupported; in testGetNetworkRegistrationInfo() 142 false, availableServices, null, cssSupported, in testGetNetworkRegistrationInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 225 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState() 236 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState() 248 boolean cssSupported = voiceRegState.cssSupported; in createRegistrationStateFromVoiceRegState() 259 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl, in createRegistrationStateFromVoiceRegState()
|
D | ServiceStateTracker.java | 2030 int cssIndicator = voiceSpecificStates.cssSupported ? 1 : 0; in handlePollStateResultMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 977 ret.cssSupported = mCssSupported; in getVoiceRegistrationState()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 74764 Landroid/telephony/VoiceSpecificRegistrationStates;->cssSupported:Z
|