Searched refs:threadName (Results 1 – 5 of 5) sorted by relevance
31 public Handler create(Lifetime lifetime, String threadName) { in create() argument32 final HandlerThread thread = new HandlerThread(threadName); in create()51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { in create() argument52 final HandlerThread thread = new HandlerThread(threadName); in create()
74 String threadName = currentThread.getName(); in loop() local82 currentThread.setName(threadName + " " + task.getName()); in loop()
1406 public WatchDogThread(String threadName, int timeout) { in WatchDogThread() argument1407 super(threadName); in WatchDogThread()
511 String threadName = c.getString(fi.mMessageColThreadName); in setThreadName() local512 e.setThreadName(threadName); in setThreadName()513 if (V) Log.d(TAG, "setThreadName: " + threadName + "\n"); in setThreadName()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...