Searched refs:FPLMN_BYTE_SIZE (Results 1 – 3 of 3) sorted by relevance
45 String parsed = IccUtils.bcdPlmnToString(encodedFplmns, i * IccUtils.FPLMN_BYTE_SIZE); in encodeFplmns()
44 static final int FPLMN_BYTE_SIZE = 3; field in IccUtils957 offset += FPLMN_BYTE_SIZE; in encodeFplmns()
148 private static final int FPLMN_BYTE_SIZE = 3; field in SIMRecords1246 if (dataLength < 0 || dataLength % FPLMN_BYTE_SIZE != 0) { in handleMessage()1253 int maxWritebaleFplmns = dataLength / FPLMN_BYTE_SIZE; in handleMessage()