Searched refs:mMockSystemStateInterface (Results 1 – 3 of 3) sorted by relevance
302 private final MockSystemStateInterface mMockSystemStateInterface = field in CarStorageMonitoringTest319 return builder.withSystemStateInterface(mMockSystemStateInterface) in getSystemInterfaceBuilder()387 mMockSystemStateInterface.executeBootCompletedActions(); in setUp()486 mMockSystemStateInterface.addProcess(1, 1000); in testAggregateIoStats()501 mMockSystemStateInterface.addProcess(1, 2000); in testAggregateIoStats()623 mMockSystemStateInterface.addProcess(1, 0); in testEventDelivery()
99 @Mock private SystemStateInterface mMockSystemStateInterface; field in ICarImplTest151 .withSystemStateInterface(mMockSystemStateInterface) in setUp()
89 private final SystemStateInterfaceForSuspend mMockSystemStateInterface = field in CarPowerManagementTest96 .withSystemStateInterface(mMockSystemStateInterface); in getSystemInterfaceBuilder()409 mMockSystemStateInterface.setExpectedSuspendStatus(/* expectedStatus= */ false); in testUnallowedPowerStateEventAtSuspend()426 mMockSystemStateInterface.setExpectedSuspendStatus(/* expectedStatus= */ true); in testUnallowedPowerStateEventAtSuspend()