Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVmsHalService.java142 this(context, vehicleHal, SystemClock::uptimeMillis, VmsHalService::initVmsClient, in VmsHalService()
148 BiFunction<Handler, VmsClientCallback, VmsClient> initVmsClient, in VmsHalService() argument
152 mInitVmsClient = initVmsClient; in VmsHalService()
369 private static VmsClient initVmsClient(Handler handler, VmsClientCallback callback) { in initVmsClient() method in VmsHalService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java109 this::initVmsClient, propagatePropertyException); in initHalService()
153 private VmsClient initVmsClient(Handler handler, VmsClientCallback callback) { in initVmsClient() method in VmsHalServiceTest
163 () -> (long) Integer.MAX_VALUE + CORE_ID, this::initVmsClient, true); in testCoreId_IntegerOverflow()