Searched refs:ENCODED_LENGTH (Results 1 – 1 of 1) sorted by relevance
51 public static final int ENCODED_LENGTH = 5; field in PlmnActRecord79 byte[] ret = new byte[ENCODED_LENGTH]; in getBytes()127 || recordBytes.length % ENCODED_LENGTH != 0) { in getRecords()132 int numRecords = recordBytes.length / ENCODED_LENGTH; in getRecords()138 records[i] = new PlmnActRecord(recordBytes, i * ENCODED_LENGTH); in getRecords()