/frameworks/base/core/java/android/content/pm/ |
D | AppSearchShortcutInfo.java | 408 final Person[] persons = parsePerson(getPropertyDocumentArray(KEY_PERSON)); in toShortcutInfo() local 426 disabledReason, persons, locusId, null); in toShortcutInfo() 644 public Builder setPersons(@Nullable final Person[] persons) { in setPersons() argument 645 if (persons == null || persons.length == 0) { in setPersons() 648 final GenericDocument[] documents = new GenericDocument[persons.length]; in setPersons() 649 for (int i = 0; i < persons.length; i++) { in setPersons() 650 final Person person = persons[i]; in setPersons() 924 private static Person[] parsePerson(@Nullable final GenericDocument[] persons) { in parsePerson() argument 925 if (persons == null) return new Person[0]; in parsePerson() 926 final Person[] ret = new Person[persons.length]; in parsePerson() [all …]
|
D | ShortcutInfo.java | 547 private static Person[] clonePersons(Person[] persons) { in clonePersons() argument 548 if (persons == null) { in clonePersons() 551 final Person[] ret = new Person[persons.length]; in clonePersons() 553 if (persons[i] != null) { in clonePersons() 555 ret[i] = persons[i].toBuilder().setIcon(null).build(); in clonePersons() 1340 public Builder setPersons(@NonNull Person[] persons) { in setPersons() argument 1341 Objects.requireNonNull(persons, "persons cannot be null"); in setPersons() 1342 Objects.requireNonNull(persons.length, "persons cannot be empty"); in setPersons() 1343 for (Person person : persons) { in setPersons() 1346 mPersons = clonePersons(persons); in setPersons() [all …]
|
/frameworks/wilhelm/include/OMXAL/ |
D | NOTICE | 8 permit persons to whom the Materials are furnished to do so, subject to
|
/frameworks/native/opengl/include/KHR/ |
D | NOTICE | 8 permit persons to whom the Materials are furnished to do so, subject to
|
/frameworks/native/opengl/include/EGL/ |
D | NOTICE | 8 permit persons to whom the Materials are furnished to do so, subject to
|
/frameworks/wilhelm/include/SLES/ |
D | NOTICE | 7 sell copies of the Materials, and to permit persons to whom the Materials are
|
/frameworks/native/opengl/include/GLES2/ |
D | NOTICE | 22 permit persons to whom the Materials are furnished to do so, subject to
|
/frameworks/native/opengl/include/GLES/ |
D | NOTICE | 22 permit persons to whom the Materials are furnished to do so, subject to
|
/frameworks/native/opengl/include/GLES3/ |
D | NOTICE | 25 permit persons to whom the Materials are furnished to do so, subject to
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 20 of the Software, and to permit persons to whom the Software is furnished to do
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutPackage.java | 1859 final Person[] persons = si.getPersons(); in saveShortcut() local 1860 if (!ArrayUtils.isEmpty(persons)) { in saveShortcut() 1861 for (int i = 0; i < persons.length; i++) { in saveShortcut() 1862 final Person p = persons[i]; in saveShortcut() 2016 ArrayList<Person> persons = new ArrayList<>(); in parseShortcut() local 2072 persons.add(parsePerson(parser)); in parseShortcut() 2119 disabledReason, persons.toArray(new Person[persons.size()]), locusId, in parseShortcut()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1462 private boolean isOnlyBots(Person[] persons) { in isOnlyBots() argument 1464 if (persons == null || persons.length == 0) { in isOnlyBots() 1468 for (Person person : persons) { in isOnlyBots()
|
/frameworks/compile/slang/ |
D | NOTICE | 222 of the Software, and to permit persons to whom the Software is furnished to do 292 of the Software, and to permit persons to whom the Software is furnished to do
|
/frameworks/av/media/ndk/ |
D | NOTICE | 303 and to permit persons to whom the Data Files or Software are furnished to
|
/frameworks/compile/libbcc/ |
D | NOTICE | 222 of the Software, and to permit persons to whom the Software is furnished to do
|
/frameworks/av/ |
D | NOTICE | 303 and to permit persons to whom the Data Files or Software are furnished to
|
/frameworks/av/camera/ndk/ |
D | NOTICE | 303 and to permit persons to whom the Data Files or Software are furnished to
|
/frameworks/native/ |
D | NOTICE | 303 and to permit persons to whom the Data Files or Software are furnished to
|
/frameworks/base/ |
D | NOTICE | 314 and to permit persons to whom the Data Files or Software are furnished to
|