Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/tests/src/com/android/boot/
DBootTimeTestTest.java68 private static final String BOOT_COMPLETED_PROP = "getprop sys.boot_completed"; field in BootTimeTestTest
108 when(mMockDevice.executeShellCommand(BOOT_COMPLETED_PROP)).thenReturn("1"); in testAnalyzingCustomBootMetrics_normalLogcat()
156 when(mMockDevice.executeShellCommand(BOOT_COMPLETED_PROP)).thenReturn("1"); in testAnalyzingCustomBootMetrics_missingBootCompleteSignals()
198 when(mMockDevice.executeShellCommand(BOOT_COMPLETED_PROP)).thenReturn("1"); in testAnalyzingCustomBootMetrics_missingCustomMetrics()
233 when(mMockDevice.executeShellCommand(BOOT_COMPLETED_PROP)).thenReturn("1"); in testLogcatArtifactPerIteration_twoBootIterations()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java104 private static final String BOOT_COMPLETED_PROP = "getprop sys.boot_completed"; field in BootTimeTest
1280 getDevice().executeShellCommand(BOOT_COMPLETED_PROP).trim()); in isBootCompleted()