HomeSort by relevance Sort by last modified time
    Searched refs:SystemStateInterface (Results 1 - 7 of 7) sorted by null

  /packages/services/Car/service/src/com/android/car/systeminterface/
SystemInterface.java 38 StorageMonitoringInterface, SystemStateInterface, TimeInterface,
43 private final SystemStateInterface mSystemStateInterface;
50 SystemStateInterface systemStateInterface,
56 mSystemStateInterface = systemStateInterface;
63 public SystemStateInterface getSystemStateInterface() { return mSystemStateInterface; }
179 private SystemStateInterface mSystemStateInterface;
197 builder.withSystemStateInterface(new SystemStateInterface.DefaultImpl(context));
227 public Builder withSystemStateInterface(SystemStateInterface systemStateInterface) {
    [all...]
SystemStateInterface.java 43 public interface SystemStateInterface {
44 static final String TAG = SystemStateInterface.class.getSimpleName();
70 class DefaultImpl implements SystemStateInterface {
  /packages/services/Car/service/src/com/android/car/storagemonitoring/
IoStatsTracker.java 23 import com.android.car.systeminterface.SystemStateInterface;
42 private final SystemStateInterface mSystemStateInterface;
47 long sampleWindowMs, SystemStateInterface systemStateInterface) {
52 mSystemStateInterface = systemStateInterface;
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
IoStatsTrackerTest.java 24 import com.android.car.systeminterface.SystemStateInterface;
293 private final class MockSystemStateInterface implements SystemStateInterface {
  /packages/services/Car/tests/carservice_test/src/com/android/car/
MockedCarTestBase.java 48 import com.android.car.systeminterface.SystemStateInterface;
409 static final class MockSystemStateInterface implements SystemStateInterface {
CarStorageMonitoringTest.java 55 import com.android.car.systeminterface.SystemStateInterface;
    [all...]
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarPowerManagementServiceTest.java 30 import com.android.car.systeminterface.SystemStateInterface;
273 private static final class MockSystemStateInterface implements SystemStateInterface {

Completed in 431 milliseconds