Searched refs:expectedIdString (Results 1 – 1 of 1) sorted by relevance
170 val expectedIdString = IntArray().apply { add(1) }.toConcatString() in promiseIconAddedForId returns true if there is a promiseIcon with the session id() constant171 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() constant193 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() constant216 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() constant246 LauncherPrefs.get(sandboxContext).putSync(Pair(PROMISE_ICON_IDS, expectedIdString)) in verifySessionInfo is true if can verify given SessionInfo()