Searched refs:mStagedSessionId (Results 1 – 1 of 1) sorted by relevance
66 private int mStagedSessionId; field in InstallStaging103 if (mStagedSessionId > 0) { in onResume()105 mStagedSessionId); in onResume()111 mStagedSessionId = 0; in onResume()116 if (mStagedSessionId <= 0) { in onResume()124 mStagedSessionId = mInstaller.createSession(params); in onResume()143 outState.putInt(STAGED_SESSION_ID, mStagedSessionId); in onSaveInstanceState()207 if (mStagedSessionId > 0) { in cleanupStagingSession()209 mInstaller.abandonSession(mStagedSessionId); in cleanupStagingSession()213 mStagedSessionId = 0; in cleanupStagingSession()[all …]