Searched refs:getActiveApexes (Results 1 – 7 of 7) sorted by relevance
189 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex); in testSetupSuccess_removeExistingStagedApexSuccess()207 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex); in testSetupSuccess_noDataUnderApexDataDirs()232 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex); in testSetupSuccess_getActivatedPackageSuccess()256 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(new HashSet<ApexInfo>()); in testSetupFail_getActivatedPackageFail()290 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex); in testSetupFail_apexActivationFail()440 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex); in testSetupAndTearDown()485 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex); in testSetupAndTearDown_MultiInstall()575 EasyMock.expect(mMockDevice.getActiveApexes()).andReturn(activatedApex); in testInstallUsingBundletool()
590 public Set<ApexInfo> getActiveApexes() throws DeviceNotAvailableException; in getActiveApexes() method
932 public Set<ApexInfo> getActiveApexes() throws DeviceNotAvailableException { in getActiveApexes() method in TestDevice
3626 public Set<ApexInfo> getActiveApexes() throws DeviceNotAvailableException { in getActiveApexes() method in NativeDevice
108 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in setUp()
2203 Set<ApexInfo> actual = mTestDevice.getActiveApexes(); in testGetActiveApexes()2218 Set<ApexInfo> actual = mTestDevice.getActiveApexes(); in testGetActiveApexesForBadOutput()
244 mTestDevice.getActiveApexes(); in testGetActiveApexes_exception()