Searched refs:mFplmns (Results 1 – 2 of 2) sorted by relevance
243 mFplmns = null; in resetRecords()1211 mFplmns = parseBcdPlmnList(data, "Forbidden"); in handleMessage()1219 if (ar.exception == null && data != null && mFplmns != null) { in handleMessage()1220 AsyncResult.forMessage(response, Arrays.copyOf(mFplmns, in handleMessage()1221 mFplmns.length), null); in handleMessage()1278 mFplmns = ((List<String>) transaction.second).toArray(new String[0]); in handleMessage()1280 AsyncResult.forMessage(response, mFplmns.length, null); in handleMessage()2135 pw.println(" mFplmns[]=" + Arrays.toString(mFplmns)); in dump()
174 protected String[] mFplmns; field in IccRecords