HomeSort by relevance Sort by last modified time
    Searched defs:cssSupported (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/
VoiceSpecificRegistrationStates.java 20 public final boolean cssSupported;
43 VoiceSpecificRegistrationStates(boolean cssSupported, int roamingIndicator, int systemIsInPrl,
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...]
  /hardware/ril/include/telephony/
ril.h     [all...]

Completed in 640 milliseconds