Home
last modified time | relevance | path

Searched defs:license (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/license/
H A DLicenseSideFragment.java32 private final License license; field in LicenseSideFragment.LicenseActionItem
34 public LicenseActionItem(License license) { in LicenseActionItem()
H A DLicenseDialogFragment.java46 public static LicenseDialogFragment newInstance(License license) { in newInstance()
H A DLicenses.java82 public static String getLicenseText(Context context, License license) { in getLicenseText()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/protos/
H A DDeviceFiles.proto25 optional bytes license = 2; field
39 optional License license = 3; field
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDeviceFiles.cpp52 License* license = file.mutable_license(); in StoreLicense() local
131 License license = file.license(); in RetrieveLicense() local
164 std::string& license = licenses[i]; in ListLicenses() local
H A DDrmPlugin.cpp807 std::string license; in getOfflineLicenseState() local
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DTypes.java67 public void store(Message message, File outputFile, License license) throws IOException { in store()
113 private static void storeProtoAsText(Message message, File outputFile, License license) in storeProtoAsText()
238 ProtoStorageFormat storageFormat, License license) throws IOException { in store()
358 ProtoStorageFormat storageFormat, License license) throws IOException { in store()
482 ProtoStorageFormat storageFormat, License license) throws IOException { in store()
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/
H A DLicenseActivity.java35 License license = getIntent().getParcelableExtra(LicenseMenuActivity.ARGS_LICENSE); in onCreate() local
H A DLicenses.java64 public static String getLicenseText(Context context, License license) { in getLicenseText()
/aosp12/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py68 license = """/* variable
/aosp12/system/bpf/libbpf_android/
H A DLoader.cpp667 static int loadCodeSections(const char* elfPath, vector<codeSection>& cs, const string& license, in loadCodeSections()
763 vector<char> license; in loadProg() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbpf.h329 __aligned_u64 license; member