Searched refs:encodeFplmns (Results 1 – 4 of 4) sorted by relevance
41 public void encodeFplmns() { in encodeFplmns() method in IccUtilsTest42 byte[] encodedFplmns = IccUtils.encodeFplmns(FPLMNS_SAMPLE, DATA_LENGTH); in encodeFplmns()
123 byte[] encodedFplmn = IccUtils.encodeFplmns(SHORT_FPLMNS_LIST, EF_SIZE); in testSetForbiddenPlmnsPad()138 byte[] encodedFplmn = IccUtils.encodeFplmns(LONG_FPLMNS_LIST, EF_SIZE); in testSetForbiddenPlmnsTruncate()153 byte[] encodedFplmn = IccUtils.encodeFplmns(EMPTY_FPLMN_LIST, EF_SIZE); in testSetForbiddenPlmnsClear()187 byte[] encodedFplmn = IccUtils.encodeFplmns(SHORT_FPLMNS_LIST, EF_SIZE); in testGetForbiddenPlmns()255 byte[] encodedFplmn = IccUtils.encodeFplmns(EMPTY_FPLMN_LIST, EF_SIZE); in testGetForbiddenPlmnsEmptyList()
951 public static byte[] encodeFplmns(List<String> fplmns, int dataLength) { in encodeFplmns() method in IccUtils
1261 byte[] encodededFplmns = IccUtils.encodeFplmns(fplmns, dataLength); in handleMessage()