Searched refs:TYPE_ARRAY (Results 1 – 3 of 3) sorted by relevance
50 public static final char TYPE_ARRAY = '['; field in ClassUtils76 if (name.charAt(i) == TYPE_ARRAY) { in getCanonicalName()
273 } else if (t.getType().charAt(0) == ClassUtils.TYPE_ARRAY) { in isInternal()
68 private static final String[] TYPE_ARRAY = new String[0]; field in ContentResolverWrapTest141 doReturn(TYPE_ARRAY).when(mProvider).getStreamTypes(URI, TYPE); in testStreamTypes()142 assertEquals(TYPE_ARRAY, mResolver.getStreamTypes(URI, TYPE)); in testStreamTypes()