Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DAbstractTestListActivity.java41 protected long mEndTime; field in AbstractTestListActivity
92 if (mEndTime == 0) { in handleLaunchTestResult()
93 mEndTime = System.currentTimeMillis(); in handleLaunchTestResult()
97 testResult.getName(), mStartTime, mEndTime, mIsAutomated); in handleLaunchTestResult() local
101 mEndTime = 0; in handleLaunchTestResult()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java166 private long mEndTime; field in NetworkUsageStatsTest
309 mEndTime = System.currentTimeMillis() + mTolerance; in onAvailable()
378 mStartTime, mEndTime); in testDeviceSummary()
392 mStartTime, mEndTime); in testDeviceSummary()
413 mStartTime, mEndTime); in testUserSummary()
427 mStartTime, mEndTime); in testUserSummary()
453 mStartTime, mEndTime); in testAppSummary()
497 mStartTime, mEndTime); in testAppSummary()
519 mStartTime, mEndTime); in testAppDetails()
525 mStartTime, mEndTime); in testAppDetails()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java251 mEndTime = sceneResult.getLong("end"); in onReceive()