Home
last modified time | relevance | path

Searched refs:TID (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnectionTest.java153 private static final long TID = Process.myTid(); field in AbstractAccessibilityServiceConnectionTest
468 VIEW_TEXT, INTERACTION_ID, mMockCallback, TID); in findAccessibilityNodeInfosByText_withPipWindow_shouldReplaceCallback()
482 INTERACTION_ID, mMockCallback, 0, TID, null); in findAccessibilityNodeInfoByAccessibilityId_withPipWindow_shouldReplaceCallback()
496 mMockCallback, TID); in findFocus_withPipWindow_shouldReplaceCallback()
510 mMockCallback, TID); in focusSearch_withPipWindow_shouldReplaceCallback()
528 anyInt(), eq(PID), eq(TID)); in performAccessibilityAction_withPipWindow_invokeGetPipReplacingConnection()
536 ACTION_CLICK, null, INTERACTION_ID, mMockCallback, TID); in performAccessibilityAction_withClick_shouldNotifyOutsideTouch()
797 mMockCallback, TID), in initTestFunctions()
806 INTERACTION_ID, mMockCallback, TID), in initTestFunctions()
809 INTERACTION_ID, mMockCallback, TID) in initTestFunctions()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/
H A DHintManagerServiceTest.java72 private static final int TID = Process.myPid(); field in HintManagerServiceTest
73 private static final int TGID = Process.getThreadGroupLeader(TID);
74 private static final int[] SESSION_TIDS_A = new int[] {TID};
75 private static final int[] SESSION_TIDS_B = new int[] {TID};
126 new int[]{TID, 1}, DEFAULT_TARGET_DURATION)); in testCreateHintSessionInvalidPid()
/aosp14/frameworks/base/cmds/incident_helper/testdata/
H A Dcpuinfo.txt9 PID TID USER PR NI[%CPU]S VIRT RES PCY CMD NAME
H A Dps.txt1 LABEL USER PID TID PPID VSZ RSS WCHAN ADDR …
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
H A DPersistLogSection.java202 mProto.write(TextLogEntry.TID, parseInt(line, start, end)); in parseLine()
/aosp14/frameworks/base/cmds/incidentd/src/
H A DSection.cpp633 proto.write(BinaryLogEntry::TID, (int32_t)msg.entry.tid); in BlockingCall()
697 proto.write(TextLogEntry::TID, entry.tid); in BlockingCall()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35698 Landroid/os/CpuInfoProto$Task;->TID:J
38386 Landroid/os/PsProto$Process;->TID:J
57591 Landroid/util/BinaryLogEntry;->TID:J
58359 Landroid/util/TextLogEntry;->TID:J