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

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPStackTimerTask.java 16 * override run(); instead they should override runTask().
23 protected abstract void runTask();
29 runTask();
SIPServerTransaction.java 225 protected void runTask() {
248 protected void runTask() {
301 protected void runTask() {
329 protected void runTask() {
362 protected void runTask() {
    [all...]
SIPDialog.java 375 protected void runTask() {
396 protected void runTask() {
472 protected void runTask() {
490 protected void runTask() {
    [all...]
SIPTransaction.java 284 protected void runTask() {
    [all...]
SIPTransactionStack.java 375 protected void runTask() {
406 protected void runTask() {
    [all...]
SIPClientTransaction.java 216 protected void runTask() {
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 134 threadPool.runTask(createTask1(i));
152 threadPool.runTask(createTask1(1));
153 threadPool.runTask(createTask2(2));
154 threadPool.runTask(createTask3(3));
172 threadPool.runTask(createTask4(id1));
175 threadPool.runTask(createTask5(id2));
179 threadPool.runTask(createTask6(oldID, newID));
247 threadPool.runTask(createTask7(id, field));
StressTest.java 149 threadPool.runTask(createTask(i));
234 threadPool.runTask(insertTask(numConnections, i));
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 44 public synchronized void runTask(Runnable task) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 67 protected void runTask() {
  /packages/apps/Email/src/com/android/email/service/
EmailServiceProxy.java 89 runTask();
105 private void runTask() {
  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java 443 threadPool.runTask(createTask1(id1, dbFile.getPath(), tracker));
447 .runTask(createTask2Interrupt(id2, dbFile.getPath(), tracker));
567 threadPool.runTask(createTask1(id1, dbFile.getPath(), tracker));
569 threadPool.runTask(createTask2(id2, dbFile.getPath(), tracker));
572 threadPool.runTask(createTask3(oldID, dbFile.getPath(), newID,
603 // threadPool.runTask(createTask1(id1, dbFile.getPath(), tracker));
604 // threadPool.runTask(createTask2(id2, dbFile.getPath(), tracker));
693 threadPool.runTask(createTask2(id1, dbFile.getPath(), tracker));
695 threadPool.runTask(createTask1(id2, dbFile.getPath(), tracker));
698 threadPool.runTask(createTask3(oldID, dbFile.getPath(), newID
    [all...]

Completed in 89 milliseconds