Searched refs:typeArray (Results 1 – 2 of 2) sorted by relevance
428 private static boolean containsTypeVariable(Type[] typeArray) { in containsTypeVariable() argument429 if (typeArray == null) { in containsTypeVariable()433 for (Type type : typeArray) { in containsTypeVariable()
1010 String[] typeArray; in fromString() local1027 typeArray = new String[a.length - 13]; in fromString()1028 System.arraycopy(a, 13, typeArray, 0, a.length - 13); in fromString()1036 typeArray = a[13].split("\\s*\\|\\s*"); in fromString()1089 getApnTypesBitmaskFromString(TextUtils.join(",", typeArray)), in fromString()