Home
last modified time | relevance | path

Searched refs:testMap (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestScene.cpp26 std::map<std::string, TestScene::Info>& TestScene::testMap() { in testMap() function in android::uirenderer::test::TestScene
27 static std::map<std::string, TestScene::Info> testMap; in testMap() local
28 return testMap; in testMap()
32 testMap()[info.name] = info; in registerScene()
H A DTestScene.h73 static std::map<std::string, Info>& testMap();
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/credentials/
H A DMetricUtilitiesTest.java115 Map<String, ProviderSession> testMap = new HashMap<>(); in logApiCalledCandidate_invalidProvidersCandidatePositiveSequence_success() local
116 testMap.put("s", null); in logApiCalledCandidate_invalidProvidersCandidatePositiveSequence_success()
117 MetricUtilities.logApiCalledCandidatePhase(testMap, 1, in logApiCalledCandidate_invalidProvidersCandidatePositiveSequence_success()
128 Map<String, ProviderSession> testMap = new HashMap<>(); in logApiCalledCandidateGet_invalidProvidersCandidatePositiveSequence_success() local
129 testMap.put("s", null); in logApiCalledCandidateGet_invalidProvidersCandidatePositiveSequence_success()
130 MetricUtilities.logApiCalledCandidateGetMetric(testMap, 1); in logApiCalledCandidateGet_invalidProvidersCandidatePositiveSequence_success()
/aosp14/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp80 for (auto&& test : TestScene::testMap()) { in listTests()
334 for (auto& iter : TestScene::testMap()) { in parseOptions()
340 auto pos = TestScene::testMap().find(test); in parseOptions()
341 if (pos == TestScene::testMap().end()) { in parseOptions()
350 for (auto& iter : TestScene::testMap()) { in parseOptions()
/aosp14/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/
H A DEfficientCollectionsCheckerTest.java37 public void testMap() { in testMap() method in EfficientCollectionsCheckerTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerDataTest.java376 HashMap<String, MobileIconGroup> testMap = new HashMap<>(); in networkTypeIcon_hasCarrierIdOverride() local
377 testMap.put(testDataString, NR_5G_PLUS); in networkTypeIcon_hasCarrierIdOverride()
385 mMobileMappingsProxy.setIconMap(testMap); in networkTypeIcon_hasCarrierIdOverride()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayDeviceConfigTest.java370 SparseArray<SurfaceControl.RefreshRateRange> testMap = in testThermalRefreshRateThrottlingFromDisplayConfig() local
372 assertNotNull(testMap); in testThermalRefreshRateThrottlingFromDisplayConfig()
373 assertEquals(1, testMap.size()); in testThermalRefreshRateThrottlingFromDisplayConfig()
374 assertEquals(60, testMap.get(Temperature.THROTTLING_EMERGENCY).min, SMALL_DELTA); in testThermalRefreshRateThrottlingFromDisplayConfig()
375 assertEquals(90, testMap.get(Temperature.THROTTLING_EMERGENCY).max, SMALL_DELTA); in testThermalRefreshRateThrottlingFromDisplayConfig()