Searched refs:hasState (Results 1 – 1 of 1) sorted by relevance
348 …if (restoreIncognitoTabs || (hasState(oldcurrent, inState) && !isIncognito(oldcurrent, inState))) { in canRestoreState()353 if (hasState(id, inState) && !isIncognito(id, inState)) { in canRestoreState()362 private boolean hasState(long id, Bundle state) { in hasState() method in TabControl