Searched refs:mFplmns (Results 1 – 2 of 2) sorted by relevance
251 mFplmns = null; in resetRecords()1257 mFplmns = parseBcdPlmnList(data, "Forbidden"); in handleMessage()1265 if (ar.exception == null && data != null && mFplmns != null) { in handleMessage()1266 AsyncResult.forMessage(response, Arrays.copyOf(mFplmns, in handleMessage()1267 mFplmns.length), null); in handleMessage()1324 mFplmns = ((List<String>) transaction.second).toArray(new String[0]); in handleMessage()1326 AsyncResult.forMessage(response, mFplmns.length, null); in handleMessage()2224 pw.println(" mFplmns[]=" + Arrays.toString(mFplmns)); in dump()
185 protected String[] mFplmns; field in IccRecords