Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/multipackage/b/
DBChild.java27 private APublicObject aChildMethod; field in BChild
30 protected void aChildMethod(APublicObject aChildMethod) { in aChildMethod() method in BChild
31 this.aChildMethod = aChildMethod; in aChildMethod()
44 public APublicObject aChildMethod() { in aChildMethod() method in BChild
45 return aChildMethod; in aChildMethod()
/external/dagger2/javatests/dagger/functional/multipackage/a/
DAGrandchild.java41 protected void aChildMethod(APublicObject aChildMethod) { in aChildMethod() argument
42 super.aChildMethod(aChildMethod); in aChildMethod()
/external/dagger2/javatests/dagger/functional/membersinject/
DMembersInjectTest.java73 assertThat(aChild.aChildMethod()).isNotNull(); in testMembersInject_overrides()
80 assertThat(aGrandchild.aChildMethod()).isNull(); in testMembersInject_overrides()