Home
last modified time | relevance | path

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

/aosp12/art/test/596-app-images/src-art/
H A DMain.java62 assertInitialized(StaticInternString.class); in testInitializedClasses()
80 StaticInternString.intent); in testInternedStrings()
85 Field f = StaticInternString.class.getDeclaredField("intent"); in testInternedStrings()
89 StaticInternString.getIntent(), StaticInternString2.getIntent()); in testInternedStrings()
101 StaticInternString.getIntent(), getIntent.invoke(staticInternString)); in testReloadInternedString()
174 class StaticInternString { class