Searched refs:serviceThread (Results 1 – 2 of 2) sorted by relevance
324 Thread serviceThread = new Thread(null, this, "Stk App Service"); in onCreate() local325 serviceThread.start(); in onCreate()
6339 ServiceThread serviceThread = new ServiceThread(TAG,6341 serviceThread.start();6342 return serviceThread.getLooper();