Searched defs:threadName (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/async/
H A DHandlerFactory.java28 * @param threadName The name to assign to the created thread.
31 public Handler create(Lifetime lifetime, String threadName) { argument
32 final HandlerThread thread = new HandlerThread(threadName);
47 * @param threadName The name to assign to the created thread.
51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { argument
52 final HandlerThread thread = new HandlerThread(threadName);
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1397 public WatchDogThread(String threadName, int timeout) { argument
1398 super(threadName);

Completed in 244 milliseconds