Searched refs:getActiveApexes (Results 1 – 9 of 9) sorted by relevance
240 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(3); in testSetupSuccess_removeExistingStagedApexSuccess()265 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(3); in testSetupSuccess_noDataUnderApexDataDirs()297 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(3); in testSetupSuccess_getActivatedPackageSuccess()330 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(3); in testSetupSuccess_withAbsoluteTestFileName()362 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(2); in testSetupFail_getActivatedPackageSuccessThrowModuleNotPreloaded()387 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(new HashSet<ApexInfo>()).times(3); in testSetupFail_getActivatedPackageFail()428 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(3); in testSetupFail_apexActivationFailPackageNameWrong()470 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(3); in testSetupFail_apexActivationFailVersionWrong()512 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(3); in testSetupFail_apexActivationFailSourceDirWrong()552 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex).times(3); in testSetupSuccess_activatedSuccessOnQ()[all …]
104 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in setUp()139 activatedApexes = device.getActiveApexes(); in setUp()267 Set<ApexInfo> installedApexes = new HashSet<>(device.getActiveApexes()); in getModulesToInstall()
71 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(mFakeApexes); in testModuleExistsRun()87 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(mFakeApexes); in testModuleNotInstalledTestRun()
2252 Set<ApexInfo> actual = mTestDevice.getActiveApexes(); in testGetActiveApexesPlatformSupportsPath()2277 Set<ApexInfo> actual = mTestDevice.getActiveApexes(); in testGetActiveApexesPlatformDoesNotSupportPath()2304 Set<ApexInfo> actual = mTestDevice.getActiveApexes(); in testGetActiveApexesForBadOutput()
246 mTestDevice.getActiveApexes(); in testGetActiveApexes_exception()
67 mActiveApexes = device.getActiveApexes(); in shouldRun()
611 public Set<ApexInfo> getActiveApexes() throws DeviceNotAvailableException; in getActiveApexes() method
1011 public Set<ApexInfo> getActiveApexes() throws DeviceNotAvailableException { in getActiveApexes() method in TestDevice
3894 public Set<ApexInfo> getActiveApexes() throws DeviceNotAvailableException { in getActiveApexes() method in NativeDevice