Searched refs:isBootCompleted (Results 1 – 4 of 4) sorted by relevance
93 while not self.isBootCompleted():100 def isBootCompleted(self): member in AndroidDevice124 if not self.isBootCompleted():127 return self.isBootCompleted()
181 assertTrue(mPreparer.isBootCompleted()); in test_isBootCompleted_true()195 assertTrue(!mPreparer.isBootCompleted()); in test_isBootCompleted_false1()207 assertTrue(!mPreparer.isBootCompleted()); in test_isBootCompleted_false2()219 assertTrue(!mPreparer.isBootCompleted()); in test_isBootCompleted_false3()231 assertTrue(!mPreparer.isBootCompleted()); in test_isBootCompleted_null1()243 assertTrue(!mPreparer.isBootCompleted()); in test_isBootCompleted_null2()255 assertTrue(!mPreparer.isBootCompleted()); in test_isBootCompleted_null3()
476 boolean isBootCompleted() throws DeviceNotAvailableException { in isBootCompleted() method in VtsDevicePreparer491 if (!isBootCompleted()) { in isFrameworkRunning()
867 while not self.isBootCompleted():882 return self.isBootCompleted()884 def isBootCompleted(self): member in AndroidDevice928 if check_boot_completion and not self.isBootCompleted():