Home
last modified time | relevance | path

Searched refs:PRIMITIVE_ENCODINGS (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java50 private static final ImmutableMap<String, String> PRIMITIVE_ENCODINGS = field in CurrentApiHelper
187 return Class.forName(prefix + PRIMITIVE_ENCODINGS.get(typeName)); in getClassByName()