Lines Matching refs:Installed
396 """Get the paths of the installed apks on the device for the given package.
411 # Don't verify an app that is not thought to be installed. We are
412 # concerned only with apps we think are installed having been
437 """Get the version name of a package installed on the device.
560 Noop if an identical APK is already installed.
586 Noop if all of the APK splits are already installed.
635 'Installing non-split APK when split APK was previously installed')
639 'Installing split APK when non-split APK was previously installed')
681 This is a no-op if the app is not already installed.
694 installed = self._GetApplicationPathsInternal(package_name)
695 if not installed:
1285 if not install_commands.Installed(self):