Searched refs:mFplmns (Results 1 – 2 of 2) sorted by relevance
236 mFplmns = null; in resetRecords()1200 mFplmns = parseBcdPlmnList(data, "Forbidden"); in handleMessage()1208 if (ar.exception == null && data != null && mFplmns != null) { in handleMessage()1209 AsyncResult.forMessage(response, Arrays.copyOf(mFplmns, in handleMessage()1210 mFplmns.length), null); in handleMessage()1267 mFplmns = ((List<String>) transaction.second).toArray(new String[0]); in handleMessage()1269 AsyncResult.forMessage(response, mFplmns.length, null); in handleMessage()2039 pw.println(" mFplmns[]=" + Arrays.toString(mFplmns)); in dump()
159 protected String[] mFplmns; field in IccRecords