Home
last modified time | relevance | path

Searched refs:tlog (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java69 tlog(lr.toString()); in dumpLogRecs()
75 tlog("size=" + size); in dumpLogRecs()
77 tlog(lr.toString()); in dumpLogRecs()
161 tlog("onQuitting"); in onQuitting()
172 tlog("S1.exit"); in exit()
262 tlog("onQuitting"); in onQuitting()
275 tlog("S1.exit"); in exit()
364 tlog("onQuitting"); in onQuitting()
1809 tlog("ctor E"); in Hsm1()
1819 tlog("ctor X"); in Hsm1()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A DStateMachineTest.java73 tlog(lr.toString()); in dumpLogRecs()
79 tlog("size=" + size); in dumpLogRecs()
81 tlog(lr.toString()); in dumpLogRecs()
165 tlog("onQuitting"); in onQuitting()
176 tlog("S1.exit"); in exit()
266 tlog("onQuitting"); in onQuitting()
279 tlog("S1.exit"); in exit()
368 tlog("onQuitting"); in onQuitting()
1780 tlog("ctor E"); in Hsm1()
1790 tlog("ctor X"); in Hsm1()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarUxRestrictionsManagerService.java706 for (Utils.TransitionLog tlog : mTransitionLogs) { in dump()
707 writer.println(tlog); in dump()