Searched refs:notifyListener (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DConnectToWifiFragment.java119 fragment.notifyListener(RESULT_SUCCESS);
122 fragment.notifyListener(RESULT_TIMEOUT);
161 notifyListener(mWasHandshaking ? RESULT_BAD_AUTHENTICATION
167 notifyListener(RESULT_UNKNOWN_ERROR);
177 notifyListener(RESULT_REJECTED_BY_AP);
199 notifyListener(RESULT_SUCCESS);
206 notifyListener(RESULT_UNKNOWN_ERROR);
211 notifyListener(RESULT_UNKNOWN_ERROR);
216 notifyListener(RESULT_UNKNOWN_ERROR);
242 notifyListener(RESULT_SUCCES
246 private void notifyListener(int result) { method in class:ConnectToWifiFragment
[all...]
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DJoinContactsDialogFragment.java98 notifyListener();
101 private void notifyListener() { method in class:JoinContactsDialogFragment
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculatorText.java150 false /* notifyListener */);
171 private void setTextSizeInternal(int unit, float size, boolean notifyListener) { argument
174 if (notifyListener && mOnTextSizeChangeListener != null && getTextSize() != oldTextSize) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java265 public void setCurrentTab(int tab, boolean notifyListener) { argument
271 if (notifyListener && mListener != null) mListener.onSelectedTabChanged();

Completed in 1634 milliseconds