Home
last modified time | relevance | path

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

/art/test/617-clinit-oome/src/
DOther.java18 public static final String string1 = "ABCDEFG1"; field in Other
/art/test/046-reflect/
Dexpected.txt36 Field name is string1
40 string1 value is 'hey'
42 string1 value is now 'a new string'
/art/test/046-reflect/src/
DMain.java811 public String string1 = "hey"; field in Target