Searched refs:typeArray (Results 1 – 2 of 2) sorted by relevance
429 private static boolean containsTypeVariable(Type[] typeArray) { in containsTypeVariable() argument430 if (typeArray == null) { in containsTypeVariable()434 for (Type type : typeArray) { in containsTypeVariable()
1135 String[] typeArray; in fromString() local1152 typeArray = new String[a.length - 13]; in fromString()1153 System.arraycopy(a, 13, typeArray, 0, a.length - 13); in fromString()1161 typeArray = a[13].split("\\s*\\|\\s*"); in fromString()1214 getApnTypesBitmaskFromString(TextUtils.join(",", typeArray)), in fromString()