Searched refs:BOOT_COMPLETED_PROP (Results 1 – 2 of 2) sorted by relevance
68 private static final String BOOT_COMPLETED_PROP = "getprop sys.boot_completed"; field in BootTimeTestTest108 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()
104 private static final String BOOT_COMPLETED_PROP = "getprop sys.boot_completed"; field in BootTimeTest1280 getDevice().executeShellCommand(BOOT_COMPLETED_PROP).trim()); in isBootCompleted()