Searched defs:License (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/about/
H A DLicense.java4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
11 * distributed under the License is distributed on an "AS IS" BASIS,
13 * See the License for the specific language governing permissions and
14 * limitations under the License
25 public final class License implements Comparable<License>, Parcelable { class in inherits:Comparable,Parcelable
37 static License creat
76 private License(String libraryName, long licenseOffset, int licenseLength) { method in class:License
82 private License(Parcel in) { method in class:License
[all...]
/packages/apps/TV/src/com/android/tv/license/
H A DLicense.java4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
11 * distributed under the License is distributed on an "AS IS" BASIS,
13 * See the License for the specific language governing permissions and
14 * limitations under the License
25 public final class License implements Comparable<License>, Parcelable { class in inherits:Comparable,Parcelable
43 static License creat
83 private License(String libraryName, long licenseOffset, int licenseLength, String path) { method in class:License
90 private License(Parcel in) { method in class:License
[all...]

Completed in 40 milliseconds