Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java155 paramTypes[i] = getClassByName(typeName); in getParamTypes()
163 private static Class getClassByName(String typeName) throws ClassNotFoundException { in getClassByName() method in CurrentApiHelper