OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protectedmethod
(Results
1 - 7
of
7
) sorted by null
/external/apache-harmony/support/src/test/resources/tests/resources/
hyts_security.jar
/libcore/support/src/test/java/tests/resources/
hyts_security.jar
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Parent.java
12
protected void
protectedMethod
() { throw new RuntimeException("Stub!"); }
/build/tools/droiddoc/test/stubs/src/com/android/stubs/
Parent.java
50
protected void
protectedMethod
() {
/libcore/benchmarks/src/benchmarks/
MethodInvocationBenchmark.java
105
protected void
protectedMethod
() { ++i; }
121
inner.
protectedMethod
();
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/
NormalClass.java
39
protected String
protectedMethod
() { return null; }
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
JDiffClassDescriptionTest.java
167
JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("
protectedMethod
", Modifier.PROTECTED, "java.lang.String");
170
assertEquals(method.toSignatureString(), "protected java.lang.String
protectedMethod
()");
Completed in 102 milliseconds