Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src/
DParentClass.java88 protected int methodProtectedWhitelist() { return 413; } in methodProtectedWhitelist() method in ParentClass
174 public int callMethodProtectedWhitelist() { return methodProtectedWhitelist(); } in callMethodProtectedWhitelist()