Searched refs:thread (Results 1 – 10 of 10) sorted by relevance
137 Thread thread = Thread.currentThread(); in decodeFileDescriptor() local138 if (!canThreadDecoding(thread)) { in decodeFileDescriptor()139 Log.d(TAG, "Thread " + thread + " is not allowed to decode."); in decodeFileDescriptor()143 setDecodingOptions(thread, options); in decodeFileDescriptor()146 removeDecodingOptions(thread); in decodeFileDescriptor()
104 Thread thread = new Thread(mRunnable); in runTask() local105 thread.start(); in runTask()107 thread.join(); in runTask()
67 final Thread thread = new SuggestionThread(69 return thread;
282 ImportAllSimContactsThread thread = new ImportAllSimContactsThread(); in onOptionsItemSelected() local289 getString(R.string.cancel), thread); in onOptionsItemSelected()294 thread.start(); in onOptionsItemSelected()
458 HandlerThread thread = new HandlerThread("AlertService", in onCreate() local460 thread.start(); in onCreate()462 mServiceLooper = thread.getLooper(); in onCreate()
110 HandlerThread thread = new HandlerThread(TAG, Process.THREAD_PRIORITY_BACKGROUND); in onCreate() local111 thread.start(); in onCreate()113 mServiceLooper = thread.getLooper(); in onCreate()
162 HandlerThread thread = new HandlerThread("TransactionService"); in onCreate() local163 thread.start(); in onCreate()165 mServiceLooper = thread.getLooper(); in onCreate()
987 Thread thread = svc.mThread; in reloadFolderList() local988 thread.setName(thread.getName() + " (Stopped)"); in reloadFolderList()989 thread.interrupt(); in reloadFolderList()1284 Thread thread = new Thread(service, mailboxName + "(" + accountName + ")"); in startService() local1286 thread.start(); in startService()1596 Thread thread = service.mThread; in checkMailboxes() local1598 if (thread != null && !thread.isAlive() && !mSyncErrorMap.containsKey(mid)) { in checkMailboxes()
335 Thread thread = new TimezoneCheckerThread(); in updateTimezoneDependentFields() local336 thread.start(); in updateTimezoneDependentFields()3390 Thread thread = new AlarmScheduler(removeAlarms); in scheduleNextAlarm() local3391 thread.start(); in scheduleNextAlarm()