Home
last modified time | relevance | path

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

/art/test/595-profile-saving/src/
DMain.java58 if (!presentInProfile(file.getPath(), m)) { in testAddMethodToProfile()
68 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() method in Main