Searched defs:cssSupported (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DVoiceSpecificRegistrationStates.java20 public final boolean cssSupported; field in class:VoiceSpecificRegistrationStates
43 VoiceSpecificRegistrationStates(boolean cssSupported, int roamingIndicator, int systemIsInPrl, argument
45 this.cssSupported = cssSupported;
52 this.cssSupported = source.readBoolean();
60 dest.writeBoolean(cssSupported);
74 + " mCssSupported=" + cssSupported
82 return Objects.hash(cssSupported, roamingIndicator, systemIsInPrl,
95 return this.cssSupported == other.cssSupported
[all...]
H A DNetworkRegistrationState.java140 int[] availableServices, @Nullable CellIdentity cellIdentity, boolean cssSupported,
145 mVoiceSpecificStates = new VoiceSpecificRegistrationStates(cssSupported, roamingIndicator,
138 NetworkRegistrationState(int transportType, int domain, int regState, int accessNetworkTechnology, int reasonForDenial, boolean emergencyOnly, int[] availableServices, @Nullable CellIdentity cellIdentity, boolean cssSupported, int roamingIndicator, int systemIsInPrl, int defaultRoamingIndicator) argument

Completed in 44 milliseconds