Home
last modified time | relevance | path

Searched refs:MSG_NAV_LOGTIME (Results 1 – 2 of 2) 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()