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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java314 tracker.onFailed(mContext, RESULT_ERROR_LIMIT_EXCEEDED, 0/*errorCode*/);
660 tracker.onFailed(mContext, getNotInServiceError(ss), 0/*errorCode*/);
685 tracker.onFailed(mContext, error, errorCode);
957 tracker.onFailed(mContext, RESULT_ERROR_NO_SERVICE, 0/*errorCode*/);
963 tracker.onFailed(mContext, RESULT_ERROR_NULL_PDU, 0/*errorCode*/);
974 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/);
985 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/);
1095 tracker.onFailed(mContext, RESULT_ERROR_LIMIT_EXCEEDED, 0/*errorCode*/);
1487 public void onFailed(Context context, int error, int errorCode) { method in class:SMSDispatcher.SmsTracker
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1863 public abstract void onFailed(int reason); method in class:WifiManager.WpsCallback
1955 ((WpsCallback) listener).onFailed(message.arg1);
1965 ((WpsCallback) listener).onFailed(message.arg1);

Completed in 71 milliseconds