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()
288 } else if (t.getType().charAt(0) == ClassUtils.TYPE_ARRAY) { in isInternal()
70 private static final String[] TYPE_ARRAY = new String[0]; field in ContentResolverWrapTest143 doReturn(TYPE_ARRAY).when(mProvider).getStreamTypes(URI, TYPE); in testStreamTypes()144 assertEquals(TYPE_ARRAY, mResolver.getStreamTypes(URI, TYPE)); in testStreamTypes()