Home
last modified time | relevance | path

Searched refs:mMajorFaults (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java353 majorFaults.append(result.mMajorFaults); in testMeasureStartUpTime()
690 long mMajorFaults; field in AppLaunch.AppLaunchResult
695 mMajorFaults = -1L; in AppLaunchResult()
702 mMajorFaults = Long.parseLong(majorFaults, 10); in AppLaunchResult()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java485 majorFaults.append(result.mMajorFaults); in testMeasureStartUpTime()
1234 long mMajorFaults; field in AppLaunch.AppLaunchResult
1239 mMajorFaults = -1L; in AppLaunchResult()
1246 mMajorFaults = Long.parseLong(majorFaults, 10); in AppLaunchResult()