Searched refs:componentHierarchy (Results 1 – 14 of 14) sorted by relevance
70 assertThat(activity.componentHierarchy) in componentStructureFollowsControllerStructure()75 assertThat(parentFragment.componentHierarchy) in componentStructureFollowsControllerStructure()82 assertThat(childFragment.componentHierarchy) in componentStructureFollowsControllerStructure()91 assertThat(dialogFragment.componentHierarchy) in componentStructureFollowsControllerStructure()99 assertThat(service.componentHierarchy) in componentStructureFollowsControllerStructure()104 assertThat(intentService.componentHierarchy) in componentStructureFollowsControllerStructure()110 assertThat(broadcastReceiver.componentHierarchy) in componentStructureFollowsControllerStructure()116 assertThat(contentProvider.componentHierarchy) in componentStructureFollowsControllerStructure()126 assertThat(innerClassActivity.componentHierarchy) in componentStructureFollowsControllerStructure()136 assertThat(activity.componentHierarchy) in allControllersAreDirectChildrenOfApplication()[all …]
24 @Inject Set<Class<?>> componentHierarchy; field in TestBroadcastReceiver
24 @Inject Set<Class<?>> componentHierarchy; field in TestChildFragment
24 @Inject Set<Class<?>> componentHierarchy; field in TestDialogFragment
26 Set<Class<?>> componentHierarchy; field in OuterClass.TestInnerClassActivity
25 @Inject Set<Class<?>> componentHierarchy; field in TestIntentService
25 @Inject Set<Class<?>> componentHierarchy; field in TestParentFragment
25 @Inject Set<Class<?>> componentHierarchy; field in TestActivity
29 Set<Class<?>> componentHierarchy; field in TestContentProvider
30 @Inject Set<Class<?>> componentHierarchy; field in TestService
44 Set<Class<?>> componentHierarchy(); in componentHierarchy() method54 Set<Class<?>> componentHierarchy(); in componentHierarchy() method89 return childABuilder.build().componentHierarchy(); in fromChildA()
44 assertThat(childB.componentHierarchy()) in subcomponentAddedInParent_onlyUsedInSibling()
50 ListenableFuture<Set<Class<?>>> componentHierarchy(); in componentHierarchy() method60 ListenableFuture<Set<Class<?>>> componentHierarchy(); in componentHierarchy() method95 return childABuilder.build().componentHierarchy().get(); in fromChildA()
45 assertThat(childB.componentHierarchy().get()) in subcomponentAddedInParent_onlyUsedInSibling()