Searched refs:hasNextButton (Results 1 – 4 of 4) sorted by relevance
25 public boolean hasNextButton(); in hasNextButton() method
744 protected boolean hasNextButton() { in hasNextButton() method in SettingsPreferenceFragment745 return ((ButtonBarHandler) getActivity()).hasNextButton(); in hasNextButton()
878 public boolean hasNextButton() { in hasNextButton() method in SettingsActivity
1313 if (mEnableNextOnConnection && hasNextButton()) { in changeNextButtonState()