Home
last modified time | relevance | path

Searched defs:testMap (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/data/
DUxStatesManagerTest.java99 Map<String, Boolean> testMap = new HashMap<>(); in setUpTestMap() local
217 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_gaNoticeDisplayed() local
231 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_betaNoticeDisplayed() local
249 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_noNoticeDisplayed() local
263 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_supervisedAccount() local
288 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_supervisedAccount_initial() local
311 Map<String, Boolean> testMap = new HashMap<String, Boolean>(); in isEnrolledUserTest_supervisedAccountFlagDisabled() local
/packages/modules/Connectivity/staticlibs/native/bpf_headers/
DBpfMapTest.cpp116 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local
131 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local
172 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local
191 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local
212 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local
243 BpfMap<uint32_t, uint32_t> testMap; in TEST_F() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/profile/
DProfileManagerTest.java112 Map<UUID, ServiceProfileInfo> testMap = new HashMap<>(); in testLoadServiceProfile() local
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DCollectionUtilsTest.kt137 fun testMap() { in testMap() method