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/protectedaudience/src/com/android/adservices/service/stats/
DDestinationRegisteredBeaconsReportedStatsTest.java32 Set<String> testKeySet = in testGetInteractionKeySizeRangeTypeList_SuccessCorrectInput() local
39 testKeySet, maxInteractionKeySize); in testGetInteractionKeySizeRangeTypeList_SuccessCorrectInput()
74 Set<String> testKeySet = new HashSet<>(Arrays.asList("abcde", "ab")); in testGetInteractionKeySizeRangeTypeList_negativeMaxKeySize() local
79 testKeySet, maxInteractionKeySize)) in testGetInteractionKeySizeRangeTypeList_negativeMaxKeySize()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DSetMultimapTest.java135 public void testKeySet() { in testKeySet() method in SetMultimapTest