Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DCameraStartUp.java46 long startupTime = 0; in launchCamera() local
57 startupTime = cameraStarted - beforeStart; in launchCamera()
64 return startupTime; in launchCamera()
68 long startupTime = 0; in launchVideo() local
88 return startupTime; in launchVideo()
119 long startupTime = 0; in testLaunchVideo() local
126 startupTime = launchVideo(); in testLaunchVideo()
127 totalStartupTime += startupTime; in testLaunchVideo()
139 long startupTime = 0; in testLaunchCamera() local
146 startupTime = launchCamera(); in testLaunchCamera()
[all …]
/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DCameraStartUp.java47 long startupTime = 0; in launchCamera() local
57 startupTime = cameraStarted - beforeStart; in launchCamera()
64 return startupTime; in launchCamera()
68 long startupTime = 0; in launchVideo() local
88 return startupTime; in launchVideo()
120 long startupTime = 0; in testLaunchVideo() local
127 startupTime = launchVideo(); in testLaunchVideo()
128 totalStartupTime += startupTime; in testLaunchVideo()
141 long startupTime = 0; in testLaunchCamera() local
148 startupTime = launchCamera(); in testLaunchCamera()
[all …]