Searched refs:mStaticPrivvy (Results 1 – 3 of 3) sorted by relevance
21 /* not private */ static String mStaticPrivvy = "stuff"; field in SemiPrivate
22 String shouldFail = SemiPrivate.mStaticPrivvy; in accessStaticField()
21 private static String mStaticPrivvy = "stuff"; field in SemiPrivate