Home
last modified time | relevance | path

Searched defs:parentGroup (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/
DItemGroupTest.java105 ItemGroup parentGroup = new ItemGroup(); in testNestedGroup() local
137 ItemGroup parentGroup = new ItemGroup(); in testNestedGroupClearNotification() local
159 ItemGroup parentGroup = new ItemGroup(); in testNestedGroupRemoveNotification() local
183 ItemGroup parentGroup = new ItemGroup(); in testNestedGroupClear() local
203 ItemGroup parentGroup = new ItemGroup(); in testNestedGroupRemoveLastChild() local
228 ItemGroup parentGroup = new ItemGroup(); in testNestedGroupClearOnlyChild() local
256 ItemGroup parentGroup = new ItemGroup(); in testEmptyChildGroup() local
/frameworks/base/core/java/android/preference/
DPreference.java1379 void assignParent(@Nullable PreferenceGroup parentGroup) { in assignParent()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1179 ViewGroup parentGroup = (ViewGroup) parent; in prefetchSiblingsOfRealNode() local