Searched defs:onFailed (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java318 tracker.onFailed(mContext, RESULT_ERROR_LIMIT_EXCEEDED, 0/*errorCode*/);
664 tracker.onFailed(mContext, getNotInServiceError(ss), 0/*errorCode*/);
689 tracker.onFailed(mContext, error, errorCode);
961 tracker.onFailed(mContext, RESULT_ERROR_NO_SERVICE, 0/*errorCode*/);
967 tracker.onFailed(mContext, RESULT_ERROR_NULL_PDU, 0/*errorCode*/);
978 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/);
989 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/);
1089 tracker.onFailed(mContext, RESULT_ERROR_LIMIT_EXCEEDED, 0/*errorCode*/);
1477 public void onFailed(Context context, int error, int errorCode) { method in class:SMSDispatcher.SmsTracker
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1866 public abstract void onFailed(int reason); method in class:WifiManager.WpsCallback
1949 ((WpsCallback) listener).onFailed(message.arg1);
1959 ((WpsCallback) listener).onFailed(message.arg1);

Completed in 243 milliseconds