Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneCapability.java63 public final boolean validationBeforeSwitchSupported; field in PhoneCapability
69 List<ModemInfo> logicalModemList, boolean validationBeforeSwitchSupported) { in PhoneCapability() argument
75 this.validationBeforeSwitchSupported = validationBeforeSwitchSupported; in PhoneCapability()
89 validationBeforeSwitchSupported = in.readBoolean(); in PhoneCapability()
97 validationBeforeSwitchSupported); in hashCode()
115 && validationBeforeSwitchSupported == s.validationBeforeSwitchSupported in equals()
133 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;