Home
last modified time | relevance | path

Searched refs:foundSession (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/av/media/eco/
H A DECOService.cpp71 bool foundSession = false; in obtainSession() local
77 foundSession = true; in obtainSession()
82 if (foundSession) { in obtainSession()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageInstallerSessionTest.java284 boolean foundSession = false; in assertSessionsEquivalent()
288 assertFalse(foundSession); in assertSessionsEquivalent()
289 foundSession = true; in assertSessionsEquivalent()
293 assertTrue(foundSession); in assertSessionsEquivalent()