Home
last modified time | relevance | path

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

/aosp12/system/libvintf/test/
H A DRuntimeInfo-fake.cpp72 void MockRuntimeInfo::setNextFetchKernelLevel(Level level) { in setNextFetchKernelLevel() function in android::vintf::details::MockRuntimeInfo
H A Dutils-fake.h57 void setNextFetchKernelLevel(Level level);
H A Dvintf_object_tests.cpp625 runtimeInfoFactory().getInfo()->setNextFetchKernelLevel(Level{92}); in SetUp()