Home | History | Annotate | Download | only in cts

Lines Matching refs:supportedSchemes

469                 List<UUID> supportedSchemes = drmInfo.getSupportedSchemes();
470 if (supportedSchemes.isEmpty()) {
471 Log.e(TAG, "preparePlayerAndDrm_V3: onDrmInfo: No supportedSchemes");
480 // instead of supportedSchemes[0] in GTS
683 List<UUID> supportedSchemes = drmInfo.getSupportedSchemes();
684 if (supportedSchemes.isEmpty()) {
685 fail("setupDrm: No supportedSchemes");
688 // instead of supportedSchemes[0] in GTS
782 List<UUID> supportedSchemes = drmInfo.getSupportedSchemes();
783 if (supportedSchemes.isEmpty()) {
784 fail("setupDrmRestore: No supportedSchemes");
787 // instead of supportedSchemes[0] in GTS