Searched refs:api_level (Results 1 – 7 of 7) sorted by relevance
54 uint64_t api_level = GetUintProperty<uint64_t>("ro.board.api_level", 0); in GetBoardApiLevel() local55 if (api_level != 0) { in GetBoardApiLevel()56 return api_level; in GetBoardApiLevel()58 api_level = GetUintProperty<uint64_t>("ro.board.first_api_level", 0); in GetBoardApiLevel()59 if (api_level != 0) { in GetBoardApiLevel()60 return api_level; in GetBoardApiLevel()62 api_level = GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in GetBoardApiLevel()63 if (api_level != 0) { in GetBoardApiLevel()64 return api_level; in GetBoardApiLevel()
36 api_level = dut.getLaunchApiLevel(strict=False)37 if not api_level:41 if api_level <= api.PLATFORM_API_LEVEL_O_MR1:
25 api_level = dut.getLaunchApiLevel(strict=False)
140 self.api_level = dut.getLaunchApiLevel(strict=False)
450 if self.api_level > api.PLATFORM_API_LEVEL_Q:
148 int api_level = Integer.parseInt(first_api_level); in testFirstApiLevel() local149 assertTrue(api_level >= PLATFORM_API_LEVEL_R); in testFirstApiLevel()
84 optional bytes api_level = 31; field