HomeSort by relevance Sort by last modified time
    Searched refs:otherProtectedClassProtectedIntStaticField (Results 1 - 2 of 2) sorted by null

  /art/test/064-field-access/src/other/
ProtectedClass.java 75 protected static int otherProtectedClassProtectedIntStaticField = 45;
  /art/test/064-field-access/src/
Main.java 298 check(otherProtectedClassProtectedIntStaticField == 45);

Completed in 41 milliseconds