Searched refs:CL_STRING (Results 1 – 2 of 2) sorted by relevance
97 @android.compat.annotation.UnsupportedAppUsage private static final java.lang.Class[] CL_STRING; field in ProviderConfig100 CL_STRING = new java.lang.Class[0];
61 private final static Class[] CL_STRING = { String.class }; field in ProviderConfig257 Constructor<?> cons = provClass.getConstructor(CL_STRING);