Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2745 public boolean supportsMicrodroid(boolean protectedVm) throws Exception { in supportsMicrodroid() argument
2757 if (protectedVm) { in supportsMicrodroid()
3343 public MicrodroidBuilder protectedVm(boolean isProtectedVm) { in protectedVm() method in TestDevice.MicrodroidBuilder