Searched refs:presentInProfile (Results 1 – 2 of 2) sorted by relevance
53 if (!presentInProfile(file.getPath(), appMethod)) { in main()73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() method in Main
63 if (!presentInProfile(file.getPath(), m)) { in testAddMethodToProfile()73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() method in Main