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

  /art/test/064-field-access/src/other/
ProtectedClass.java 77 protected static float otherProtectedClassProtectedFloatStaticField = 47.0f;
  /art/test/064-field-access/src/
Main.java 300 check(otherProtectedClassProtectedFloatStaticField == 47.0f);

Completed in 41 milliseconds