HomeSort by relevance Sort by last modified time
    Searched refs:cssSupported (Results 1 - 10 of 10) 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...]
NetworkRegistrationState.java 140 int[] availableServices, @Nullable CellIdentity cellIdentity, boolean cssSupported,
145 mVoiceSpecificStates = new VoiceSpecificRegistrationStates(cssSupported, roamingIndicator,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellularNetworkServiceTest.java 101 boolean cssSupported = true;
117 mSimulatedCommands.mCssSupported = cssSupported;
137 false, availableServices, null, cssSupported,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 222 boolean cssSupported = voiceRegState.cssSupported;
233 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl,
242 boolean cssSupported = voiceRegState.cssSupported;
253 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl,
ServiceStateTracker.java     [all...]
  /hardware/interfaces/radio/1.2/
types.hal 499 bool cssSupported;
  /hardware/ril/include/telephony/
ril.h     [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 967 ret.cssSupported = mCssSupported;
    [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]

Completed in 226 milliseconds