Home | History | Annotate | Download | only in functional

Lines Matching full:supported

247         printSkipped("Program list not supported");
307 * - AM/FM regional configuration is either set at startup or not supported at all by the hardware;
315 bool supported = getAmFmRegionConfig(false, &config);
316 if (!supported) {
317 printSkipped("AM/FM not supported");
340 * - AM/FM regional capabilities are either available or not supported at all by the hardware;
341 * - there is at least one AM/FM range supported;
342 * - there is at least one de-emphasis filter mode supported for FM-capable radio;
348 bool supported = getAmFmRegionConfig(true, &config);
349 if (!supported) {
350 printSkipped("AM/FM not supported");
370 * - DAB regional configuration is either set at startup or not supported at all by the hardware;
385 printSkipped("DAB not supported");
410 * - if AM/FM selector is not supported, the method returns NOT_SUPPORTED;
411 * - if it is supported, the method succeeds;
439 // expect a failure if it's not supported
460 * - if the selector is not supported, it's ignored;
461 * - if it is supported, an invalid value results with INVALID_ARGUMENTS;
545 printSkipped("step not supported");
806 printSkipped("Announcements not supported");