Searched refs:mOpl (Results 1 – 3 of 3) sorted by relevance
42 private final String[] mOpl; field in CarrierConfigEfData53 mOpl = config.getStringArray(CarrierConfigManager.KEY_OPL_OVERRIDE_STRING_ARRAY); in CarrierConfigEfData()98 if (mOpl != null) { in getOperatorPlmnList()99 oplList = new ArrayList<>(mOpl.length); in getOperatorPlmnList()100 for (String oplStr : mOpl) { in getOperatorPlmnList()
177 protected OperatorPlmnInfo[] mOpl; field in IccRecords749 return mOpl; in getOpl()
245 mOpl = null; in resetRecords()2065 mOpl = tmpOpl.toArray(new OperatorPlmnInfo[0]); in parseEfOpl()