Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelperTest.java19 import static com.android.cts.managedprofile.CurrentApiHelper.getPublicApis;
20 import static com.android.cts.managedprofile.CurrentApiHelper.instantiate;
DParentProfileTest.java97 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME); in testParentProfileApiDisabled()
113 params[i] = CurrentApiHelper.instantiate(paramTypes[i]); in testParentProfileApiDisabled()
DCurrentApiHelper.java37 public class CurrentApiHelper { class