Home
last modified time | relevance | path

Searched refs:validationBeforeSwitchSupported (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DPhoneCapability.java60 public final boolean validationBeforeSwitchSupported; field in PhoneCapability
66 List<ModemInfo> logicalModemList, boolean validationBeforeSwitchSupported) { in PhoneCapability() argument
72 this.validationBeforeSwitchSupported = validationBeforeSwitchSupported; in PhoneCapability()
86 validationBeforeSwitchSupported = in.readBoolean(); in PhoneCapability()
94 validationBeforeSwitchSupported); in hashCode()
112 && validationBeforeSwitchSupported == s.validationBeforeSwitchSupported in equals()
130 dest.writeBoolean(validationBeforeSwitchSupported); in writeToParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioConfigResponse.java124 boolean validationBeforeSwitchSupported = phoneCapability.isInternetLingeringSupported; in convertHalPhoneCapability()
133 validationBeforeSwitchSupported); in convertHalPhoneCapability()
DCellularNetworkValidator.java238 .validationBeforeSwitchSupported;