Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1038 final String homeNumeric = getHomeOperatorNumeric(); in inSameCountry() local
1039 if (TextUtils.isEmpty(homeNumeric) || (homeNumeric.length() < 5)) { in inSameCountry()
1045 final String homeMCC = homeNumeric.substring(0, 3); in inSameCountry()