Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java2132 ITestService testServiceProxy = transferAndStartVm(service, vmDesc, "vm_to_share"); in testShareVmWithAnotherApp() local
2134 int result = testServiceProxy.addInteger(37, 73); in testShareVmWithAnotherApp()
2183 ITestService testServiceProxy = transferAndStartVm(service, vmDesc, "vm_to_share"); in testShareVmWithAnotherApp_encryptedStorage() local
2184 String result = testServiceProxy.readFromFile("/mnt/encryptedstore/private.key"); in testShareVmWithAnotherApp_encryptedStorage()
2206 ITestService testServiceProxy = service.startVm(); in transferAndStartVm() local
2207 return testServiceProxy; in transferAndStartVm()