Searched refs:getInstalledPackageNames (Results 1 – 10 of 10) sorted by relevance
243 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupSuccess_removeExistingStagedApexSuccess()268 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupSuccess_noDataUnderApexDataDirs()300 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupSuccess_getActivatedPackageSuccess()330 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(new HashSet<>()); in testSetupFail_getActivatedPackageSuccessThrowModuleNotPreloaded()357 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupFail_getActivatedPackageFail()398 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupFail_apexActivationFailPackageNameWrong()440 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupFail_apexActivationFailVersionWrong()482 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupFail_apexActivationFailSourceDirWrong()522 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupSuccess_activatedSuccessOnQ()559 EasyMock.expect(mMockDevice.getInstalledPackageNames()).andReturn(installableModules); in testSetupAndTearDown_SingleApk()[all …]
992 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException { in getInstalledPackageNames() method in TestDevice993 return getInstalledPackageNames(null, null); in getInstalledPackageNames()999 return getInstalledPackageNames(packageName, null).contains(packageName); in isPackageInstalled()1006 return getInstalledPackageNames(packageName, userId).contains(packageName); in isPackageInstalled()1108 private Set<String> getInstalledPackageNames(String packageNameSearched, String userId) in getInstalledPackageNames() method in TestDevice
3871 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException { in getInstalledPackageNames() method in NativeDevice
582 public Set<String> getInstalledPackageNames() throws DeviceNotAvailableException; in getInstalledPackageNames() method
173 assertFalse(mTestDevice.getInstalledPackageNames().contains( in assertWifiApkInstall()176 assertTrue(mTestDevice.getInstalledPackageNames().contains( in assertWifiApkInstall()
2198 Set<String> actualPkgs = mTestDevice.getInstalledPackageNames(); in testGetInstalledPackageNames()2239 Set<String> actualPkgs = mTestDevice.getInstalledPackageNames(); in testGetInstalledPackageNamesForBadOutput()
235 mTestDevice.getInstalledPackageNames(); in testGetInstalledPackageNames_exception()
861 for (String installedPackage : device.getInstalledPackageNames()) { in isPackageInstalled()
266 Set<String> installedPackages = new HashSet<>(device.getInstalledPackageNames()); in getModulesToInstall()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...