Searched refs:MSG_NAV_LOGTIME (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerMeasurement.java55 msg.getData().putBoolean(PowerTestActivity.MSG_NAV_LOGTIME, true);
H A DPowerTestActivity.java43 public static final String MSG_NAV_LOGTIME = "logtime"; field in class:PowerTestActivity
97 logTime = msg.getData().getBoolean(MSG_NAV_LOGTIME);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java48 public static final String MSG_NAV_LOGTIME = "logtime"; field in class:ReliabilityTestActivity
101 logTime = msg.getData().getBoolean(MSG_NAV_LOGTIME);
H A DReliabilityTest.java103 msg.getData().putBoolean(ReliabilityTestActivity.MSG_NAV_LOGTIME,

Completed in 120 milliseconds