Searched refs:sessionInfo (Results 1 – 3 of 3) sorted by relevance
227 private boolean isReadyNotApplied(String sessionInfo) { in isReadyNotApplied() argument228 boolean isReady = mIsSessionReadyPattern.matcher(sessionInfo).find(); in isReadyNotApplied()229 boolean isApplied = mIsSessionAppliedPattern.matcher(sessionInfo).find(); in isReadyNotApplied()
126 String sessionInfo = device.executeShellCommand("cmd -w apexservice getStagedSessionInfo " in testAutomaticBootLoopRecovery() local128 assertThat(sessionInfo).contains("revertReason: zygote"); in testAutomaticBootLoopRecovery()
301 ApexSessionInfo sessionInfo; in getSessions() local302 convertToApexSessionInfo(session, &sessionInfo); in getSessions()303 aidl_return->push_back(sessionInfo); in getSessions()