Home
last modified time | relevance | path

Searched defs:TestContext (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/tests/
Dattestation_record_test.cpp38 class TestContext : public SoftAttestationContext { class
40 TestContext(KmVersion version) : SoftAttestationContext(version) {} in TestContext() function in keymaster::test::TestContext
/system/tools/aidl/build/
Daidl_test.go214 func assertModulesExists(t *testing.T, ctx *android.TestContext, names ...string) {
2012 func FindModule(ctx *android.TestContext, name, variant, dir string) android.Module {