Home
last modified time | relevance | path

Searched refs:kFcm2ApiLevelMap (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
DDeviceManifestTest.cpp49 ASSERT_GE(shipping_api_level, kFcm2ApiLevelMap.begin()->first /* 25 */) in TEST_F()
52 auto it = kFcm2ApiLevelMap.find(shipping_api_level); in TEST_F()
53 ASSERT_TRUE(it != kFcm2ApiLevelMap.end()) in TEST_F()
80 const Level q_fcm_version = kFcm2ApiLevelMap.at(29 /* Q API level */); in TEST_F()
Dutils.cpp68 kFcm2ApiLevelMap{{// N. The test runs on devices that launch with N and variable
Dutils.h82 kFcm2ApiLevelMap;