Home
last modified time | relevance | path

Searched refs:sessionInfo (Results 1 – 3 of 3) sorted by relevance

/system/apex/tests/util/com/android/tests/util/
DModuleTestUtils.java227 private boolean isReadyNotApplied(String sessionInfo) { in isReadyNotApplied() argument
228 boolean isReady = mIsSessionReadyPattern.matcher(sessionInfo).find(); in isReadyNotApplied()
229 boolean isApplied = mIsSessionAppliedPattern.matcher(sessionInfo).find(); in isReadyNotApplied()
/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java126 String sessionInfo = device.executeShellCommand("cmd -w apexservice getStagedSessionInfo " in testAutomaticBootLoopRecovery() local
128 assertThat(sessionInfo).contains("revertReason: zygote"); in testAutomaticBootLoopRecovery()
/system/apex/apexd/
Dapexservice.cpp301 ApexSessionInfo sessionInfo; in getSessions() local
302 convertToApexSessionInfo(session, &sessionInfo); in getSessions()
303 aidl_return->push_back(sessionInfo); in getSessions()