Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsPublishersInfoTest.java39 int id = mVmsPublishersInfo.getIdForInfo(MOCK_INFO_1); in testSingleInfo()
51 int id1 = mVmsPublishersInfo.getIdForInfo(MOCK_INFO_1); in testTwoInfos()
52 int id2 = mVmsPublishersInfo.getIdForInfo(MOCK_INFO_2); in testTwoInfos()
61 int id = mVmsPublishersInfo.getIdForInfo(MOCK_INFO_1); in testSingleInfoInsertedTwice()
64 int sameId = mVmsPublishersInfo.getIdForInfo(SAME_MOCK_INFO_1); in testSingleInfoInsertedTwice()
/packages/services/Car/service/src/com/android/car/
DVmsPublishersInfo.java68 public int getIdForInfo(byte[] publisherInfo) { in getIdForInfo() method in VmsPublishersInfo
/packages/services/Car/service/src/com/android/car/vms/
DVmsBrokerService.java289 return mPublishersInfo.getIdForInfo(publisherInfo); in getPublisherId()