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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java317 tracker.onFailed(mContext, RESULT_ERROR_LIMIT_EXCEEDED, 0/*errorCode*/);
653 tracker.onFailed(mContext, getNotInServiceError(ss), 0/*errorCode*/);
678 tracker.onFailed(mContext, error, errorCode);
944 tracker.onFailed(mContext, RESULT_ERROR_NO_SERVICE, 0/*errorCode*/);
950 tracker.onFailed(mContext, RESULT_ERROR_NULL_PDU, 0/*errorCode*/);
961 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/);
972 tracker.onFailed(mContext, RESULT_ERROR_GENERIC_FAILURE, 0/*errorCode*/);
1072 tracker.onFailed(mContext, RESULT_ERROR_LIMIT_EXCEEDED, 0/*errorCode*/);
1457 public void onFailed(Context context, int error, int errorCode) { method in class:SMSDispatcher.SmsTracker
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1713 public abstract void onFailed(int reason); method in class:WifiManager.WpsCallback
1796 ((WpsCallback) listener).onFailed(message.arg1);
1806 ((WpsCallback) listener).onFailed(message.arg1);

Completed in 65 milliseconds