Searched refs:mAnotherPartMock (Results 1 – 1 of 1) sorted by relevance
89 private DozeMachine.Part mAnotherPartMock; field in DozeMachineTest113 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()