Home
last modified time | relevance | path

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

/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
DLockHook.java160 private static final int MSG_WTF = 1; field in LockHook.WtfHandler
170 obtainMessage(MSG_WTF, args).sendToTarget(); in wtf()
177 case MSG_WTF: in handleMessage()