Home
last modified time | relevance | path

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

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java44 public static final String MSG_NAV_LOGTIME = "logtime"; field in PowerTestActivity
98 logTime = msg.getData().getBoolean(MSG_NAV_LOGTIME); in onCreate()
DPowerMeasurement.java55 msg.getData().putBoolean(PowerTestActivity.MSG_NAV_LOGTIME, true); in testPageLoadStaticNYTimes()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DReliabilityTestActivity.java49 public static final String MSG_NAV_LOGTIME = "logtime"; field in ReliabilityTestActivity
102 logTime = msg.getData().getBoolean(MSG_NAV_LOGTIME); in onCreate()