Searched refs:mPageSummary (Results 1 – 1 of 1) sorted by relevance
70 private HashMap<Integer, CharSequence> mPageSummary = new HashMap<>(); field in AdvancedOptionsFlowInfo79 mPageSummary.put(page, info); in put()90 if (!mPageSummary.containsKey(page)) { in choiceChosen()93 return TextUtils.equals(choice, mPageSummary.get(page)); in choiceChosen()103 return mPageSummary.containsKey(page); in containsPage()113 if (!mPageSummary.containsKey(page)) { in get()116 return mPageSummary.get(page).toString(); in get()125 mPageSummary.remove(page); in remove()