Searched refs:getPageSummary (Results 1 – 6 of 6) sorted by relevance
93 assertNull(mUserChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD)); in testForward_clearPassword_ssidNotMatch()106 assertNull(mUserChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD)); in testForward_clearPassword_ssidIsNull()
87 public CharSequence getPageSummary(@PAGE int page) { in getPageSummary() method in UserChoiceInfo
58 if (mUserChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD) != null in processForward()
116 CharSequence prevSsid = mUserChoiceInfo.getPageSummary(UserChoiceInfo.SSID); in onCreateActions()
148 CharSequence prevPassword = mUserChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD); in onCreateActions()
214 CharSequence title = mUserChoiceInfo.getPageSummary(UserChoiceInfo.SELECT_WIFI); in onViewCreated()