Searched refs:typeArray (Results 1 – 2 of 2) sorted by relevance
427 private static boolean containsTypeVariable(Type[] typeArray) { in containsTypeVariable() argument428 if (typeArray == null) { in containsTypeVariable()432 for (Type type : typeArray) { in containsTypeVariable()
905 String[] typeArray; in fromString() local922 typeArray = new String[a.length - 13]; in fromString()923 System.arraycopy(a, 13, typeArray, 0, a.length - 13); in fromString()931 typeArray = a[13].split("\\s*\\|\\s*"); in fromString()984 getApnTypesBitmaskFromString(TextUtils.join(",", typeArray)), in fromString()