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

  /packages/services/Car/service/src/com/android/car/systeminterface/
SystemInterface.java 198 return builder.withTimeInterface(new TimeInterface.DefaultImpl());
207 .withTimeInterface(otherBuilder.mTimeInterface)
232 public Builder withTimeInterface(TimeInterface timeInterface) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/
MockedCarTestBase.java 115 .withTimeInterface(new MockTimeInterface())
CarStorageMonitoringTest.java 367 .withTimeInterface(mMockTimeInterface);
    [all...]

Completed in 462 milliseconds