Searched refs:runnable (Results 1 – 11 of 11) sorted by relevance
52 final Runnable runnable = new Runnable() { in onCreate() local57 view.post(runnable); in onCreate()58 view.post(runnable); in onCreate()59 view.post(runnable); in onCreate()60 view.post(runnable); in onCreate()61 view.removeCallbacks(runnable); in onCreate()
39 private void proxy(Runnable runnable) { in proxy() argument43 new Thread(runnable, "SipSessionCallbackThread").start(); in proxy()
1785 private void proxy(Runnable runnable) {1789 new Thread(runnable, "SIP-KeepAliveProcessCallbackThread").start();
428 public static void execute(Runnable runnable) { in execute() argument429 sDefaultExecutor.execute(runnable); in execute()
175 Runnable runnable = new Runnable() { in systemReady() local180 new Thread(null, runnable, "UsbService host thread").start(); in systemReady()
573 public static void execute(Runnable runnable) { in execute() argument574 sDefaultExecutor.execute(runnable); in execute()
452 SensorThreadRunnable runnable = new SensorThreadRunnable(); in startLocked() local453 Thread thread = new Thread(runnable, SensorThread.class.getName()); in startLocked()455 synchronized (runnable) { in startLocked()457 runnable.wait(); in startLocked()
305 Runnable runnable = new Runnable() { in enqueueSpeechItem() local313 Message msg = Message.obtain(this, runnable); in enqueueSpeechItem()
1433 protected void postRunnableToHandler(Runnable runnable) {1435 handler.post(runnable);
2578 Runnable runnable = new Runnable() { in reboot() local2587 mHandler.post(runnable); in reboot()2590 synchronized (runnable) { in reboot()2593 runnable.wait(); in reboot()
615 // Create runnable for posting