Searched refs:hasState (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DTabControl.java342 if (restoreIncognitoTabs || (hasState(oldcurrent, inState) && !isIncognito(oldcurrent, inState))) {
347 if (hasState(id, inState) && !isIncognito(id, inState)) {
356 private boolean hasState(long id, Bundle state) { method in class:TabControl

Completed in 181 milliseconds