Home
last modified time | relevance | path

Searched refs:persons (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutInfo.java408 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 …]
DShortcutInfo.java547 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/
DNOTICE8 permit persons to whom the Materials are furnished to do so, subject to
/frameworks/native/opengl/include/KHR/
DNOTICE8 permit persons to whom the Materials are furnished to do so, subject to
/frameworks/native/opengl/include/EGL/
DNOTICE8 permit persons to whom the Materials are furnished to do so, subject to
/frameworks/wilhelm/include/SLES/
DNOTICE7 sell copies of the Materials, and to permit persons to whom the Materials are
/frameworks/native/opengl/include/GLES2/
DNOTICE22 permit persons to whom the Materials are furnished to do so, subject to
/frameworks/native/opengl/include/GLES/
DNOTICE22 permit persons to whom the Materials are furnished to do so, subject to
/frameworks/native/opengl/include/GLES3/
DNOTICE25 permit persons to whom the Materials are furnished to do so, subject to
/frameworks/compile/mclinker/
DLICENSE.TXT20 of the Software, and to permit persons to whom the Software is furnished to do
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java1859 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/
DNotificationRecord.java1462 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/
DNOTICE222 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/
DNOTICE303 and to permit persons to whom the Data Files or Software are furnished to
/frameworks/compile/libbcc/
DNOTICE222 of the Software, and to permit persons to whom the Software is furnished to do
/frameworks/av/
DNOTICE303 and to permit persons to whom the Data Files or Software are furnished to
/frameworks/av/camera/ndk/
DNOTICE303 and to permit persons to whom the Data Files or Software are furnished to
/frameworks/native/
DNOTICE303 and to permit persons to whom the Data Files or Software are furnished to
/frameworks/base/
DNOTICE314 and to permit persons to whom the Data Files or Software are furnished to