Home
last modified time | relevance | path

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

/system/tools/aidl/
Doptions_unittest.cpp411 EXPECT_EQ(Options::CheckApiLevel::COMPATIBLE, options->GetCheckApiLevel()); in TEST()
423 EXPECT_EQ(Options::CheckApiLevel::COMPATIBLE, options->GetCheckApiLevel()); in TEST()
435 EXPECT_EQ(Options::CheckApiLevel::EQUAL, options->GetCheckApiLevel()); in TEST()
Doptions.h158 CheckApiLevel GetCheckApiLevel() const { return check_api_level_; } in GetCheckApiLevel() function
Daidl_checkapi.cpp433 const Options::CheckApiLevel level = options.GetCheckApiLevel(); in check_api()