HomeSort by relevance Sort by last modified time
    Searched refs:fileSuffix (Results 1 - 24 of 24) sorted by null

  /frameworks/base/drm/java/android/drm/
DrmSupportInfo.java 55 * @param fileSuffix File suffix that can be handled by this DRM plug-in.
59 public void addFileSuffix(String fileSuffix) {
60 if (fileSuffix == "") {
61 throw new IllegalArgumentException("fileSuffix is an empty string");
64 mFileSuffixList.add(fileSuffix);
181 * @param fileSuffix File suffix.
184 /* package */ boolean isSupportedFileSuffix(String fileSuffix) {
185 return mFileSuffixList.contains(fileSuffix);
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 107 private static void checkAddInvalidFileSuffix(String fileSuffix) throws Exception {
110 info.addFileSuffix(fileSuffix);
112 fail("File suffix '" + fileSuffix + "' was accepted for DrmSupportInfo");
118 private static void checkAddValidFileSuffix(String fileSuffix) throws Exception {
120 info.addFileSuffix(fileSuffix);
124 assertEquals(suffix, fileSuffix);
  /frameworks/av/drm/common/
DrmSupportInfo.cpp 91 status_t DrmSupportInfo::addFileSuffix(const String8& fileSuffix) {
92 mFileSuffixVector.push(fileSuffix);
  /frameworks/av/include/drm/
DrmSupportInfo.h 139 * Adds the filesuffix to the list of supported file types
141 * @param[in] filesuffix file suffix to be added
144 status_t addFileSuffix(const String8& fileSuffix);
  /tools/tradefederation/core/src/com/android/tradefed/log/
FileLogger.java 86 * @param fileSuffix the extension of the file where to log.
88 protected void init(String logPrefix, String fileSuffix) {
90 new SizeLimitedOutputStream(mMaxLogSizeMbytes * 1024 * 1024, logPrefix, fileSuffix);
  /frameworks/av/drm/drmserver/
DrmManager.cpp 577 const String8 fileSuffix = path.getPathExtension();
582 if (drmSupportInfo.isSupportedFileSuffix(fileSuffix)) {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 315 milliseconds