Searched defs:stringList (Results 1 – 9 of 9) sorted by relevance
135 List<String> stringList = Arrays.asList("123", "456"); in testAddStringListValue() local147 List<String> stringList = Arrays.asList("123", "456"); in testIsEmpty_lookbackWindowFilterEnabled_notEmpty() local159 List<String> stringList = Arrays.asList("123", "456"); in testIsEmpty_lookbackWindowFilterEnabled_empty() local168 List<String> stringList = Arrays.asList("123", "456"); in testIsEmpty_lookbackWindowFilterDisabled_notEmpty() local177 List<String> stringList = Arrays.asList("123", "456"); in testIsEmpty_lookbackWindowFilterDisabled_empty() local
83 String[] stringList = new String[list.size()]; in getImapSequenceValues() local119 String[] stringList = new String[list.size()]; in getImapRangeValues() local
175 public static String serializeStringList(@Nullable List<String> stringList) { in serializeStringList()187 public static List<String> deserializeStringList(@Nullable String stringList) { in deserializeStringList()
42 public static FilterValue ofStringList(List<String> stringList) { in ofStringList()
268 final String stringList = cursor.getString(cursor.getColumnIndex(columnName)); in getCursorIntegerList() local280 final String stringList = cursor.getString(cursor.getColumnIndex(columnName)); in getCursorLongList() local
259 public static AppSearchResultParcel<List<String>> fromStringList(List<String> stringList) { in fromStringList()
116 public List<String> stringList; field in TestSafeParcelableV2
481 private int getReceivedPacketsCount(List<String> stringList) { in getReceivedPacketsCount()
713 private static List<MacAddress> covertStringListToMacAddressList(List<String> stringList) { in covertStringListToMacAddressList()