Home | History | Annotate | Download | only in server

Lines Matching refs:mArgs

4715         private InstallArgs mArgs;
4834 mArgs = createInstallArgs(this);
4838 ret = mArgs.copyApk(mContainerService, true);
4845 // If mArgs is null, then MCS couldn't be reached. When it
4848 if (mArgs != null) {
4849 processPendingInstall(mArgs, mRet);
4855 mArgs = createInstallArgs(this);