Searched refs:encodeFplmns (Results 1 – 4 of 4) sorted by relevance
119 byte[] encodedFplmn = IccUtils.encodeFplmns(SHORT_FPLMNS_LIST, EF_SIZE); in testSetForbiddenPlmnsPad()134 byte[] encodedFplmn = IccUtils.encodeFplmns(LONG_FPLMNS_LIST, EF_SIZE); in testSetForbiddenPlmnsTruncate()149 byte[] encodedFplmn = IccUtils.encodeFplmns(EMPTY_FPLMN_LIST, EF_SIZE); in testSetForbiddenPlmnsClear()183 byte[] encodedFplmn = IccUtils.encodeFplmns(SHORT_FPLMNS_LIST, EF_SIZE); in testGetForbiddenPlmns()251 byte[] encodedFplmn = IccUtils.encodeFplmns(EMPTY_FPLMN_LIST, EF_SIZE); in testGetForbiddenPlmnsEmptyList()
33 byte[] encodedFplmns = IccUtils.encodeFplmns(FPLMNS_SAMPLE, DATA_LENGTH); in testEncodeFplmns()
913 public static byte[] encodeFplmns(List<String> fplmns, int dataLength) { in encodeFplmns() method in IccUtils
1250 byte[] encodededFplmns = IccUtils.encodeFplmns(fplmns, dataLength); in handleMessage()