Searched refs:mEndTime (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | AbstractTestListActivity.java | 41 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/ |
D | NetworkUsageStatsTest.java | 166 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/ |
D | ItsTestActivity.java | 251 mEndTime = sceneResult.getLong("end"); in onReceive()
|