Lines Matching refs:is

11  * distributed under the License is distributed on an "AS IS" BASIS,
53 * Indicates that an error occurred and the reason is not known.
276 * It is considered good practice to call this method when the {@link DrmManagerClient} object
277 * is no longer needed in your application. After release() is called,
278 * {@link DrmManagerClient} is no longer usable since it has lost all of its required resource.
302 * Registers an {@link DrmManagerClient.OnInfoListener} callback, which is invoked when the
315 * Registers an {@link DrmManagerClient.OnEventListener} callback, which is invoked when the
328 * Registers an {@link DrmManagerClient.OnErrorListener} callback, which is invoked when
370 throw new IllegalArgumentException("Given usage or path is invalid/null");
385 throw new IllegalArgumentException("Given path is invalid/null");
429 * @param contentPath File path where content is saved.
439 throw new IllegalArgumentException("Given drmRights or contentPath is not valid");
457 "Given engineFilePath: "+ engineFilePath + "is not valid");
500 throw new IllegalArgumentException("Given drmInfo is invalid/null");
520 throw new IllegalArgumentException("Given drmInfoRequest is invalid/null");
528 * This is a utility method that consists of an
582 // Even uri is invalid the mimetype shall be valid, so allow to proceed further.
602 FileInputStream is = null;
607 is = new FileInputStream(file);
608 fd = is.getFD();
613 if (is != null) {
615 is.close();
632 throw new IllegalArgumentException("Given uri is not valid");
657 throw new IllegalArgumentException("Given uri is not valid");
673 throw new IllegalArgumentException("Given path or action is not valid");
689 throw new IllegalArgumentException("Given uri is not valid");
717 throw new IllegalArgumentException("Given uri is not valid");
745 * @return A convert ID that is used used to maintain the conversion session.
755 * Converts the input data (content) that is part of a rights-protected file. The converted
756 * data and status is returned in a {@link DrmConvertedStatus} object. This method should be
757 * called each time there is a new block of data received by the application.
764 * ignore the offset because it is only relevant to the
775 * Informs the DRM plug-in (agent) that there is no more data to convert or that an error
778 * signature is necessary to protect the integrity of the converted file.
848 throw new IllegalArgumentException("Given Uri is not formatted in a way " +
856 throw new IllegalArgumentException("Given Uri scheme is not supported");