Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DTabControl.java340 final long oldcurrent = inState.getLong(CURRENT); in canRestoreState() local
342 …if (restoreIncognitoTabs || (hasState(oldcurrent, inState) && !isIncognito(oldcurrent, inState))) { in canRestoreState()
343 current = oldcurrent; in canRestoreState()