Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeMachineTest.java89 private DozeMachine.Part mAnotherPartMock; field in DozeMachineTest
113 new DozeMachine.Part[]{mPartMock, mAnotherPartMock}, in setUp()
572 verify(mAnotherPartMock).onUiModeTypeChanged(UI_MODE_TYPE_CAR); in testOnConfigurationChanged_propagatesUiModeTypeToParts()
583 verify(mAnotherPartMock, times(1)).onUiModeTypeChanged(UI_MODE_TYPE_CAR); in testOnConfigurationChanged_propagatesOnlyUiModeChangesToParts()