Home
last modified time | relevance | path

Searched refs:getPublicApis (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;
45 mPublicApis = new HashSet<>(getPublicApis(testPackage, testClass)); in setUp()
DParentProfileTest.java96 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME); in testParentProfileApiDisabled()
DCurrentApiHelper.java77 public static ImmutableList<Method> getPublicApis(String packageName, String className) in getPublicApis() method in CurrentApiHelper