Home
last modified time | relevance | path

Searched refs:mFakeService (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DCarArgumentMatchersTest.java55 private FakeService mFakeService; field in CarArgumentMatchersTest
71 mFakeService = new FakeService(mUserManager, mIVehicle, mIntentFirer, mUserInfoCheck); in setUp()
79 mFakeService.setUserInfo(userInfoBuilder.build()); in testIsUserInfo()
89 assertThat(mFakeService.setUserHandle(UserHandle.SYSTEM)).isTrue(); in testIsUserHandle()
97 mFakeService.fireIntent(intent); in testIntentFor()
110 int actualStatusCode = mFakeService.setVehiclePropValue(prop); in testIsProperty()
125 int actualStatusCode = mFakeService.setVehiclePropValue(prop); in testIsPropertyWithValues()