Searched refs:IntToString (Results 1 – 4 of 4) sorted by relevance
11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") }; in mapping()
77 @IntToString(from = 0, to = "NORMAL_FOCUS"),78 @IntToString(from = 2, to = "WEAK_FOCUS")122 final IntToString[] mapping; in testArrayProblem()
9 public @interface IntToString { annotation
4 mapping is class [Landroid.test.anno.IntToString;5 0='@android.test.anno.IntToString(from=0, to=NORMAL_FOCUS)'6 1='@android.test.anno.IntToString(from=2, to=WEAK_FOCUS)'