Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DAutomator.java77 public static final int MSG_ON_POST_INTERACTION = 2; field in Automator.AutomatorHandler
126 case MSG_ON_POST_INTERACTION: in handleMessage()
241 Message m = mHandler.obtainMessage(AutomatorHandler.MSG_ON_POST_INTERACTION, stats); in onPostInteraction()