Searched refs:mockLayoutInflater (Results 1 – 3 of 3) sorted by relevance
50 private lateinit var mockLayoutInflater: LayoutInflater variable in com.android.wm.shell.windowdecor.additionalviewcontainer.AdditionalSystemViewContainerTest62 .LAYOUT_INFLATER_SERVICE)).thenReturn(mockLayoutInflater) in setUp()63 whenever(mockLayoutInflater.inflate( in setUp()
210 mockLayoutInflater() in testPanelCallsTaskViewFactoryCreate()230 mockLayoutInflater() in testSingleAppHeaderIsNotClickable()252 mockLayoutInflater() in testMultipleAppHeaderIsClickable()281 mockLayoutInflater() in testPanelControllerStartActivityWithCorrectArguments()319 mockLayoutInflater() in testPanelControllerStartActivityWithHomePanelDreamEnabled()356 mockLayoutInflater() in testPendingIntentExtrasAreModified()538 mockLayoutInflater() in testOnRotationWithPanelUpdateBoundsCalled()616 private fun mockLayoutInflater() { in mockLayoutInflater() method in com.android.systemui.controls.ui.ControlsUiControllerImplTest
320 LayoutInflater mockLayoutInflater = mock(LayoutInflater.class); in testSetContentLayoutWhenViewStubIsNull() local322 when(spyBaseCompatActivity.getLayoutInflater()).thenReturn(mockLayoutInflater); in testSetContentLayoutWhenViewStubIsNull()326 verify(mockLayoutInflater, times(1)) in testSetContentLayoutWhenViewStubIsNull()