Searched refs:areaIdList (Results 1 – 2 of 2) sorted by relevance
41 int[] areaIdList = {1, 2}; in testGetDispatchList() local43 expectedList.add(mHalServiceBase.addAidlHalPropValue(propList[0], areaIdList[0])); in testGetDispatchList()44 expectedList.add(mHalServiceBase.addHidlHalPropValue(propList[1], areaIdList[1])); in testGetDispatchList()
808 List<Integer> areaIdList = new ArrayList<>(); in filterAreaIdsWithSameRateInfo() local839 areaIdList.add(areaIds[i]); in filterAreaIdsWithSameRateInfo()842 return CarServiceUtils.toIntArray(areaIdList); in filterAreaIdsWithSameRateInfo()