Searched refs:mCarStatsService (Results 1 – 2 of 2) sorted by relevance
61 private CarStatsService mCarStatsService; field in CarStatsServiceTest71 mCarStatsService = new CarStatsService(mContext); in setUp()78 mCarStatsService.dump(mDumpsysWriter); in testEmptyStats()88 mCarStatsService.getVmsClientLogger(CLIENT_UID) in testLogConnectionState_Connecting()95 mCarStatsService.getVmsClientLogger(CLIENT_UID) in testLogConnectionState_Connected()102 mCarStatsService.getVmsClientLogger(CLIENT_UID) in testLogConnectionState_Disconnected()109 mCarStatsService.getVmsClientLogger(CLIENT_UID) in testLogConnectionState_Terminated()116 mCarStatsService.getVmsClientLogger(CLIENT_UID) in testLogConnectionState_ConnectionError()123 mCarStatsService.getVmsClientLogger(-1) in testLogConnectionState_UnknownUID()130 mCarStatsService.getVmsClientLogger(CLIENT_UID) in testLogConnectionState_MultipleClients_MultipleStates()[all …]
168 private final CarStatsService mCarStatsService; field in ICarImpl362 mCarStatsService = constructWithTrace(t, CarStatsService.class, in ICarImpl()367 () -> new VmsBrokerService(mContext, mCarStatsService), allServices); in ICarImpl()796 mCarStatsService.dump(writer); in dumpIndenting()