Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/pm/
DInstallSessionHelperTest.kt96 val expectedVerifiedSession = in getActiveSessionInfo fetches verified install sessions for given user and pkg() constant
103 .thenReturn(listOf(expectedVerifiedSession)) in getActiveSessionInfo fetches verified install sessions for given user and pkg()
108 assertThat(actualSession).isEqualTo(expectedVerifiedSession) in getActiveSessionInfo fetches verified install sessions for given user and pkg()