Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccRulesAuthTable.java117 public static boolean match(String mccRule, String mcc) { in match() argument
118 if (mccRule.length() < mcc.length()) { in match()
121 for (int i = 0; i < mccRule.length(); i++) { in match()
123 if (mccRule.charAt(i) == 'E' in match()
124 || (i < mcc.length() && mccRule.charAt(i) == mcc.charAt(i))) { in match()