Searched refs:CurrentApiHelper (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.cts.managedprofile.CurrentApiHelper.getPublicApis;20 import static com.android.cts.managedprofile.CurrentApiHelper.instantiate;
97 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME); in testParentProfileApiDisabled()113 params[i] = CurrentApiHelper.instantiate(paramTypes[i]); in testParentProfileApiDisabled()
37 public class CurrentApiHelper { class