HomeSort by relevance Sort by last modified time
    Searched refs:transferResponse (Results 1 - 6 of 6) sorted by null

  /packages/apps/Messaging/src/android/support/v7/mms/
DownloadRequest.java 53 protected boolean transferResponse(Context context, Intent fillIn, byte[] response) {
SendRequest.java 63 protected boolean transferResponse(final Context context, final Intent fillIn,
MmsRequest.java 65 protected abstract boolean transferResponse(Context context, Intent fillIn, byte[] response);
266 if (!transferResponse(context, fillIn, response)) {
  /packages/services/Mms/src/com/android/mms/service/
MmsRequest.java 223 succeeded = transferResponse(fillIn, response);
331 protected abstract boolean transferResponse(Intent fillIn, byte[] response);
DownloadRequest.java 242 protected boolean transferResponse(Intent fillIn, final byte[] response) {
SendRequest.java 331 protected boolean transferResponse(Intent fillIn, byte[] response) {

Completed in 66 milliseconds