Searched refs:getPublicApis (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.cts.managedprofile.CurrentApiHelper.getPublicApis;45 mPublicApis = new HashSet<>(getPublicApis(testPackage, testClass)); in setUp()
96 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME); in testParentProfileApiDisabled()
77 public static ImmutableList<Method> getPublicApis(String packageName, String className) in getPublicApis() method in CurrentApiHelper