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

  /external/quake/quake/src/WinQuake/
net_dgrm.cpp 232 sock->sendNext = false;
265 sock->sendNext = false;
278 if (sock->sendNext)
419 sock->sendNext = true;
461 if (sock->sendNext)
    [all...]
net.h 128 qboolean sendNext;
net_main.cpp 135 sock->sendNext = false;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 452 Intent sendNext = new Intent();
453 sendNext.putExtra(SEND_NEXT_MSG_EXTRA, true);
454 sentIntent.send(mContext, Activity.RESULT_OK, sendNext);
    [all...]

Completed in 38 milliseconds