Searched refs:mMockDisplayInterface (Results 1 – 2 of 2) sorted by relevance
88 private final MockDisplayInterface mMockDisplayInterface = new MockDisplayInterface(); field in CarPowerManagementTest95 return builder.withDisplayInterface(mMockDisplayInterface) in getSystemInterfaceBuilder()339 mMockDisplayInterface.waitForAllDisplayState(false); in testSleepEntry()344 mMockDisplayInterface.waitForAllDisplayState(true); in testSleepEntry()353 mMockDisplayInterface.waitForAllDisplayState(false); in testSleepEntry()355 mMockDisplayInterface.waitForAllDisplayState(false); in testSleepEntry()359 mMockDisplayInterface.waitForAllDisplayState(false); in testSleepEntry()367 mMockDisplayInterface.waitForAllDisplayState(false); in testSleepImmediateEntry()372 mMockDisplayInterface.waitForAllDisplayState(true); in testSleepImmediateEntry()407 mMockDisplayInterface.waitForAllDisplayState(true); in testUnallowedPowerStateEventAtSuspend()
96 @Mock private DisplayInterface mMockDisplayInterface; field in ICarImplTest153 .withDisplayInterface(mMockDisplayInterface) in setUp()