Home | History | Annotate | Download | only in browser

Lines Matching full:instate

341     long canRestoreState(Bundle inState, boolean restoreIncognitoTabs) {
342 final long[] ids = (inState == null) ? null : inState.getLongArray(POSITIONS);
346 final long oldcurrent = inState.getLong(CURRENT);
348 if (restoreIncognitoTabs || (hasState(oldcurrent, inState) && !isIncognito(oldcurrent, inState))) {
353 if (hasState(id, inState) && !isIncognito(id, inState)) {
379 * @param inState The saved state of all the tabs.
384 void restoreState(Bundle inState, long currentId,
389 long[] ids = inState.getLongArray(POSITIONS);
397 Bundle state = inState.getBundle(idkey);
440 final Bundle b = inState.getBundle(Long.toString(id));