Home | History | Annotate | Download | only in pm

Lines Matching refs:installer

61  * is created, the installer can stream one or more APKs into place until it
86 * This should always be scoped to the installer package that owns the
270 public PackageInstaller(Context context, PackageManager pm, IPackageInstaller installer,
274 mInstaller = installer;
393 * Return list of all known install sessions, regardless of the installer.
423 * method is only available to the current "installer of record" for the
448 * <li>An installer creates a session to indicate pending app delivery. All
450 * <li>The installer opens the session to deliver APK data. Note that a
452 * changes. The installer may deliver periodic progress updates.
453 * <li>The installer commits or abandons the session, resulting in the
474 * progress being made, such as the installer holding an open
479 * If the installer closes the {@link Session} without committing, the
480 * session is considered inactive until the installer opens the session
1156 * progress being made, such as the installer holding an open
1161 * If the installer closes the {@link Session} without committing, the
1162 * session is considered inactive until the installer opens the session