Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/pm/
DInstallSessionHelperTest.kt170 val expectedIdString = IntArray().apply { add(1) }.toConcatString() in promiseIconAddedForId returns true if there is a promiseIcon with the session id() constant
171 LauncherPrefs.get(sandboxContext).putSync(Pair(PROMISE_ICON_IDS, expectedIdString)) in promiseIconAddedForId returns true if there is a promiseIcon with the session id()
192 val expectedIdString = IntArray().apply { add(1) }.toConcatString() in removePromiseIconId removes promiseIconId for given Session id() constant
193 LauncherPrefs.get(sandboxContext).putSync(Pair(PROMISE_ICON_IDS, expectedIdString)) in removePromiseIconId removes promiseIconId for given Session id()
215 val expectedIdString = IntArray().apply { add(1) }.toConcatString() in tryQueuePromiseAppIcon will update promise icon ids from eligible sessions() constant
216 LauncherPrefs.get(sandboxContext).putSync(Pair(PROMISE_ICON_IDS, expectedIdString)) in tryQueuePromiseAppIcon will update promise icon ids from eligible sessions()
239 assertThat(actualPromiseIconIds).isEqualTo(expectedIdString) in tryQueuePromiseAppIcon will update promise icon ids from eligible sessions()
245 val expectedIdString = IntArray().apply { add(1) }.toConcatString() in verifySessionInfo is true if can verify given SessionInfo() constant
246 LauncherPrefs.get(sandboxContext).putSync(Pair(PROMISE_ICON_IDS, expectedIdString)) in verifySessionInfo is true if can verify given SessionInfo()