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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1586 public WatchDogThread(String threadName, int timeout) { argument
1587 super(threadName);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java4713 public IntentProcessor(String threadName) { argument
4714 super("IntentProcessor-" + threadName);

Completed in 124 milliseconds