Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DDestinationRegisteredBeaconsReportedStatsTest.java34 Set<String> testKeySet = new HashSet<>(Arrays.asList( in testGetInteractionKeySizeRangeTypeList_SuccessCorrectInput() local
40 .getInteractionKeySizeRangeTypeList(testKeySet, maxInteractionKeySize); in testGetInteractionKeySizeRangeTypeList_SuccessCorrectInput()
79 Set<String> testKeySet = new HashSet<>(Arrays.asList("abcde", "ab")); in testGetInteractionKeySizeRangeTypeList_negativeMaxKeySize() local
83 testKeySet, maxInteractionKeySize)).isEmpty(); in testGetInteractionKeySizeRangeTypeList_negativeMaxKeySize()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DSetMultimapTest.java135 public void testKeySet() { in testKeySet() method in SetMultimapTest