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

  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 77 protected int threadPoolSize;
169 if (sipStack.threadPoolSize != -1) {
170 for (int i = 0; i < sipStack.threadPoolSize; i++) {
231 if (sipStack.threadPoolSize != -1) {
UDPMessageChannel.java 257 if (sipStack.threadPoolSize != -1) {
304 if (sipStack.threadPoolSize == -1) {
    [all...]
SIPTransactionStack.java 245 protected int threadPoolSize;
427 this.threadPoolSize = -1;
    [all...]
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 94 * @param threadPoolSize Number of network dispatcher threads to create
97 public RequestQueue(Cache cache, Network network, int threadPoolSize,
101 mDispatchers = new NetworkDispatcher[threadPoolSize];
110 * @param threadPoolSize Number of network dispatcher threads to create
112 public RequestQueue(Cache cache, Network network, int threadPoolSize) {
113 this(cache, network, threadPoolSize,
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java     [all...]
  /prebuilts/sdk/tools/
jill.jar 

Completed in 84 milliseconds