Home
last modified time | relevance | path

Searched refs:getPrimitiveTypes (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();
194 private static ImmutableMap<String, Class> getPrimitiveTypes() { in getPrimitiveTypes() method in CurrentApiHelper