Searched refs:SYSPROP_SYS_BOOT_COMPLETED (Results 1 – 3 of 3) sorted by relevance
110 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED); in test_startFramework()132 eq("setprop " + VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED + " 0")); in test_stopFramework()180 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED); in test_isBootCompleted_true()183 verify(mockDevice, times(1)).getProperty(eq(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED)); in test_isBootCompleted_true()194 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED); in test_isBootCompleted_false1()206 doReturn("0").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED); in test_isBootCompleted_false2()218 doReturn("0").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED); in test_isBootCompleted_false3()230 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED); in test_isBootCompleted_null1()242 doReturn(null).when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED); in test_isBootCompleted_null2()254 doReturn(null).when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_SYS_BOOT_COMPLETED); in test_isBootCompleted_null3()[all …]
102 static final String SYSPROP_SYS_BOOT_COMPLETED = "sys.boot_completed"; field in VtsDevicePreparer429 this.setProperty(SYSPROP_SYS_BOOT_COMPLETED, "0"); in stopFramework()477 String sysBootCompleted = mDevice.getProperty(SYSPROP_SYS_BOOT_COMPLETED); in isBootCompleted()
73 SYSPROP_SYS_BOOT_COMPLETED = "sys.boot_completed" variable868 if (self.getProp(SYSPROP_SYS_BOOT_COMPLETED) == '1' and960 self.setProp(SYSPROP_SYS_BOOT_COMPLETED, 0)