Searched refs:threadName (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEvent.java | 87 ImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, int threadId, in ImeEvent() argument 91 this(eventName, nestLevel, threadName, threadId, isMainThread, enterTimestamp, in ImeEvent() 96 private ImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, in ImeEvent() argument 103 mThreadName = threadName; in ImeEvent() 166 final String threadName = bundle.getString("mThreadName"); in fromBundle() local 205 return new ImeEvent(eventName, nestLevel, threadName, in fromBundle()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | TestTaskQueue.java | 35 public TestTaskQueue(String threadName) { in TestTaskQueue() argument 36 HandlerThread th = new HandlerThread(threadName); in TestTaskQueue()
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
D | AtraceHostTest.java | 53 void onTraceEntry(String threadName, int pid, int tid, String eventType, String args); in onTraceEntry() argument
|