Searched refs:SYSPROP_DEV_BOOTCOMPLETE (Results 1 – 4 of 4) sorted by relevance
109 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_startFramework()179 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_isBootCompleted_true()182 verify(mockDevice, times(1)).getProperty(eq(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE)); in test_isBootCompleted_true()193 doReturn("0").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_isBootCompleted_false1()205 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_isBootCompleted_false2()217 doReturn("0").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_isBootCompleted_false3()229 doReturn(null).when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_isBootCompleted_null1()241 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_isBootCompleted_null2()253 doReturn(null).when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_isBootCompleted_null3()265 doReturn("1").when(mockDevice).getProperty(VtsDevicePreparer.SYSPROP_DEV_BOOTCOMPLETE); in test_isFrameworkRunning_true()[all …]
26 SYSPROP_DEV_BOOTCOMPLETE = "dev.bootcomplete" variable108 self._GetProp(SYSPROP_DEV_BOOTCOMPLETE) == '1'):
101 static final String SYSPROP_DEV_BOOTCOMPLETE = "dev.bootcomplete"; field in VtsDevicePreparer478 String devBootCompleted = mDevice.getProperty(SYSPROP_DEV_BOOTCOMPLETE); in isBootCompleted()
75 SYSPROP_DEV_BOOTCOMPLETE = "dev.bootcomplete" variable892 self.getProp(SYSPROP_DEV_BOOTCOMPLETE) == '1'):