Searched refs:getPageSummary (Results 1 – 7 of 7) sorted by relevance
83 String savedSsid = userChoiceInfo.getPageSummary(UserChoiceInfo.SSID); in getSsid()105 if (userChoiceInfo.getPageSummary(UserChoiceInfo.SSID) != null) { in getConfig()107 userChoiceInfo.getPageSummary(UserChoiceInfo.SSID)); in getConfig()110 String password = userChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD); in getConfig()
92 assertNull(mUserChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD)); in testForward_clearPassword_ssidNotMatch()105 assertNull(mUserChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD)); in testForward_clearPassword_ssidIsNull()
57 if (mUserChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD) != null in processForward()
114 CharSequence prevSsid = mUserChoiceInfo.getPageSummary(UserChoiceInfo.SSID); in onCreateActions()
99 public String getPageSummary(@PAGE int page) { in getPageSummary() method in UserChoiceInfo
214 CharSequence title = mUserChoiceInfo.getPageSummary(UserChoiceInfo.SELECT_WIFI); in onViewCreated()
226 CharSequence prevPassword = mUserChoiceInfo.getPageSummary(UserChoiceInfo.PASSWORD); in onCreateActions()