Searched defs:typeName (Results 1 – 12 of 12) sorted by relevance
139 private static TypeMirror typeForString(String typeName, Types types, Elements elements) { in typeForString()178 private static boolean isTypeAnnotatedWithTestApi(String typeName) { in isTypeAnnotatedWithTestApi()182 private static String proxyType(String typeName) { in proxyType()
159 String typeName = ((Element) nodes.item(i)).getAttribute(ATTRIBUTE_TYPE); in getParamTypes() local168 private static Class getClassByName(String typeName) throws ClassNotFoundException { in getClassByName()207 private static boolean isPrimitiveTypeName(String typeName) { in isPrimitiveTypeName()
51 final String typeName = res.getResourceTypeName(R.string.simple); in testGetResourceName() local
908 final String typeName = mResources.getResourceTypeName(R.string.simple); in testGetResourceName() local
96 String typeName = sDeviceTypeStrings.get(deviceType); in getDeviceTypeName() local105 String typeName = sDeviceTypeStrings.get(deviceType); in getShortDeviceTypeName() local
88 public UserBuilder type(String typeName) { in type()
233 public UserType supportedType(String typeName) { in supportedType()
90 String typeName = typeClass.getName(); in testGetType() local
114 static TypeMirror typeForString(String typeName, Types types, Elements elements) { in typeForString()
373 private static void logMarshalling(String operation, int index, String typeName, in logMarshalling()
378 private static String stripGenericsArgs(String typeName) { in stripGenericsArgs()
442 String typeName = typeToString(((GenericArrayType) type).getGenericComponentType()); in typeToString() local