Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/additionalviewcontainer/
DAdditionalSystemViewContainerTest.kt50 private lateinit var mockLayoutInflater: LayoutInflater variable in com.android.wm.shell.windowdecor.additionalviewcontainer.AdditionalSystemViewContainerTest
62 .LAYOUT_INFLATER_SERVICE)).thenReturn(mockLayoutInflater) in setUp()
63 whenever(mockLayoutInflater.inflate( in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlsUiControllerImplTest.kt210 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
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
DBaseCompatActivityTest.java320 LayoutInflater mockLayoutInflater = mock(LayoutInflater.class); in testSetContentLayoutWhenViewStubIsNull() local
322 when(spyBaseCompatActivity.getLayoutInflater()).thenReturn(mockLayoutInflater); in testSetContentLayoutWhenViewStubIsNull()
326 verify(mockLayoutInflater, times(1)) in testSetContentLayoutWhenViewStubIsNull()