コード例 #1
0
ファイル: Device.py プロジェクト: spiricn/pyadb
    def restart(self):
        '''
        Issue DUT reboot request, and wait for it to come online
        '''

        ADB.reboot()

        sleep(3)

        self.waitUntilOnline()