Home | History | Annotate | Download | only in tests

Lines Matching defs:listener

110     public void run(ITestInvocationListener listener) throws DeviceNotAvailableException {
112 listener.testRunStarted(FASTBOOT_TEST, 1);
115 testFastboot(listener);
119 listener.testRunEnded(
126 * @param listener
129 private void testFastboot(ITestInvocationListener listener) throws DeviceNotAvailableException {
134 listener.testStarted(firstBootTestId);
166 listener.testFailed(firstBootTestId,
196 listener.testRunFailed("Device not online after flashing");
212 listener.testFailed(firstBootTestId, "Device not available after flashing");
229 listener.testFailed(firstBootTestId, "Reading of battery level is wrong.");
236 listener.testFailed(firstBootTestId, "Failed to query battery level.");
252 listener.testEnded(firstBootTestId, result);