Searched refs:mNextInstallToken (Results 1 – 1 of 1) sorted by relevance
1667 int mNextInstallToken = 1; // nonzero; will be wrapped back to 1 when ++ overflows field in PackageManagerService17391 if (mNextInstallToken < 0) mNextInstallToken = 1; in restoreAndPostInstall()17392 token = mNextInstallToken++; in restoreAndPostInstall()