Home
last modified time | relevance | path

Searched defs:mockParent (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DSingleFieldBuilderV3Test.java50 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testBasicUseAndInvalidations() local
74 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testSetMessage() local
96 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testClear() local
112 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testMerge() local
H A DRepeatedFieldBuilderV3Test.java53 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testBasicUse() local
75 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testGoingBackAndForth() local
105 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testVariousMethods() local
147 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testLists() local
H A DGeneratedMessageTest.java1186 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testInvalidations() local
1241 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testInvalidations_Extensions() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DSingleFieldBuilderV3Test.java50 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testBasicUseAndInvalidations() local
74 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testSetMessage() local
96 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testClear() local
112 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testMerge() local
H A DRepeatedFieldBuilderV3Test.java53 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testBasicUse() local
75 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testGoingBackAndForth() local
105 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testVariousMethods() local
147 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testLists() local
H A DGeneratedMessageTest.java1186 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testInvalidations() local
1241 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent(); in testInvalidations_Extensions() local
/aosp_15_r20/build/soong/android/
H A Dvisibility_test.go2155 type mockParent struct { struct
2156 ModuleBase
2157 DefaultableModuleBase
2158 properties mockParentProperties
2161 func (p *mockParent) GenerateAndroidBuildActions(ModuleContext) {
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/accessibility/
DFolderAccessibilityHelperTest.kt43 @Mock private lateinit var mockParent: FolderPagedView variable in com.android.launcher3.accessibility.FolderAccessibilityHelperTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImplTest.kt448 val mockParent: ViewGroup = mock() in testRemoveViewsOnlyForParentPassedInHide() constant
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskFragmentOrganizerControllerTest.java2135 private static void setupMockParent(TaskFragment taskFragment, Task mockParent) { in setupMockParent()