Home
last modified time | relevance | path

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

/art/test/596-app-images/src-art/
DMain.java95 Class<?> staticInternString = loader.loadClass("StaticInternString"); in testReloadInternedString() local
97 checkAppImageContains(staticInternString)); in testReloadInternedString()
99 Method getIntent = staticInternString.getDeclaredMethod("getIntent"); in testReloadInternedString()
101 StaticInternString.getIntent(), getIntent.invoke(staticInternString)); in testReloadInternedString()