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