Searched defs:threadName (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | TestTaskQueue.java | 35 public TestTaskQueue(String threadName) { in TestTaskQueue()
|
/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/ |
D | MockA11yImeEvent.java | 101 MockA11yImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, in MockA11yImeEvent() 110 private MockA11yImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, in MockA11yImeEvent() 181 final String threadName = bundle.getString("mThreadName"); in fromBundle() local
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEvent.java | 102 ImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, int threadId, in ImeEvent() 111 private ImeEvent(@NonNull String eventName, int nestLevel, @NonNull String threadName, in ImeEvent() 190 final String threadName = bundle.getString("mThreadName"); in fromBundle() local
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
D | AtraceHostTest.java | 54 void onTraceEntry(String threadName, int pid, int tid, String eventType, String args); in onTraceEntry()
|