Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DTestTaskQueue.java35 public TestTaskQueue(String threadName) { in TestTaskQueue()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java87 ImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, int threadId, in ImeEvent()
96 private ImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, in ImeEvent()
166 final String threadName = bundle.getString("mThreadName"); in fromBundle() local
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTest.java53 void onTraceEntry(String threadName, int pid, int tid, String eventType, String args); in onTraceEntry()