Searched defs:cdmaRoaming (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1224 * Set roaming state when cdmaRoaming is true and ons is different from spn
1225 * @param cdmaRoaming TS 27.007 7.2 CREG registered roaming
1230 boolean isRoamingBetweenOperators(boolean cdmaRoaming, ServiceState s) { argument
1241 return cdmaRoaming && !(equalsOnsl || equalsOnss);

Completed in 10 milliseconds