Lines Matching full:process
43 """Test that a killed Bluetooth process restarts
45 If the Bluetooth process is killed out of band with kill -9
46 the process should be automatically restarted by Android.
49 1. Verify Bluetooth process is running
50 2. Kill the Bluetooth process with kill -9
51 3. Verify the process is restarted
65 self.log.error("Failed to find Bluetooth process...")
68 #Give up to 5 seconds for the process to restart
73 "Bluetooth process is successfully running again")
76 #Try looking for the process after waiting an additional second
79 self.log.error("Bluetooth process did not restart")