Searched refs:coreId (Results 1 – 2 of 2) sorted by relevance
96 int coreId = v.get(VmsStartSessionMessageIntegerValuesIndex.SERVICE_ID); in setUpVms() local97 assertTrue(coreId > 0); in setUpVms()103 coreId, in setUpVms()
410 int coreId = message.get(VmsStartSessionMessageIntegerValuesIndex.SERVICE_ID); in handleStartSessionEvent() local412 Log.i(TAG, "Starting new session with coreId: " + coreId + " client: " + clientId); in handleStartSessionEvent()414 if (coreId != mCoreId) { in handleStartSessionEvent()708 private static VehiclePropValue createStartSessionMessage(int coreId, int clientId) { in createStartSessionMessage() argument714 message.add(coreId); in createStartSessionMessage()