Searched refs:lastLocation (Results 1 – 1 of 1) sorted by relevance
77 Object lastLocation = mFlowStack.isEmpty() ? null : mFlowStack.peek(); in onBackPressed() local79 if (lastLocation instanceof FormPage && !mFormPages.contains(lastLocation)) { in onBackPressed()