Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java49 private static final ImmutableMap<String, Class> PRIMITIVE_TYPES = getPrimitiveTypes(); field in CurrentApiHelper
179 return PRIMITIVE_TYPES.get(typeName); in getClassByName()
203 return PRIMITIVE_TYPES.containsKey(typeName); in isPrimitiveTypeName()