/frameworks/base/core/java/android/app/ |
D | Person.java | 178 private Builder(Person person) { in Builder() argument 179 mName = person.mName; in Builder() 180 mIcon = person.mIcon; in Builder() 181 mUri = person.mUri; in Builder() 182 mKey = person.mKey; in Builder() 183 mIsBot = person.mIsBot; in Builder() 184 mIsImportant = person.mIsImportant; in Builder()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | ActionsSuggestionsHelper.java | 217 private int encode(Person person) { 218 if (ConversationActions.Message.PERSON_USER_SELF.equals(person)) { 221 Integer result = mMapping.get(person); 223 mMapping.put(person, mNextUserId);
|
/frameworks/base/core/java/android/provider/ |
D | Contacts.java | 571 public static Cursor queryGroups(ContentResolver resolver, long person) { in queryGroups() argument 573 new String[]{String.valueOf(person)}, Groups.DEFAULT_SORT_ORDER); in queryGroups() 584 public static void setPhotoData(ContentResolver cr, Uri person, byte[] data) { in setPhotoData() argument 585 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY); in setPhotoData() 598 public static InputStream openContactPhotoInputStream(ContentResolver cr, Uri person) { in openContactPhotoInputStream() argument 599 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY); in openContactPhotoInputStream() 626 public static Bitmap loadContactPhoto(Context context, Uri person, in loadContactPhoto() argument 628 if (person == null) { in loadContactPhoto() 632 InputStream stream = openContactPhotoInputStream(context.getContentResolver(), person); in loadContactPhoto()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 353 Person.Builder person = new Person.Builder() in notificationDataEntry_testIsLastMessageFromReply() local 361 bundle.putParcelable(Notification.EXTRA_MESSAGING_PERSON, person.build()); in notificationDataEntry_testIsLastMessageFromReply() 363 "text", 0, person.build()).toBundle() }; in notificationDataEntry_testIsLastMessageFromReply() 380 Person person = new Person.Builder() in personHighPriority() local 388 .addPerson(person) in personHighPriority() 442 Person person = new Person.Builder() in userChangeTrumpsHighPriorityCharacteristics() local 450 .addPerson(person) in userChangeTrumpsHighPriorityCharacteristics()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ValidateNotificationPeople.java | 298 for (String person: first) { in combineLists() 299 people.add(person); in combineLists() 301 for (String person: second) { in combineLists() 302 people.add(person); in combineLists()
|
/frameworks/wilhelm/include/SLES/ |
D | NOTICE | 3 Permission is hereby granted, free of charge, to any person obtaining a copy of
|
/frameworks/native/opengl/include/EGL/ |
D | NOTICE | 3 Permission is hereby granted, free of charge, to any person obtaining a
|
/frameworks/native/opengl/include/KHR/ |
D | NOTICE | 3 Permission is hereby granted, free of charge, to any person obtaining a
|
/frameworks/wilhelm/include/OMXAL/ |
D | NOTICE | 3 Permission is hereby granted, free of charge, to any person obtaining
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 4530 Person person = new Person.Builder() in testFlagBubbleNotifs_flag_messaging() local 4545 .setStyle(new Notification.MessagingStyle(person) in testFlagBubbleNotifs_flag_messaging() 4548 SystemClock.currentThreadTimeMillis() - 300000, person) in testFlagBubbleNotifs_flag_messaging() 4550 SystemClock.currentThreadTimeMillis(), person) in testFlagBubbleNotifs_flag_messaging() 4576 Person person = new Person.Builder() in testFlagBubbleNotifs_flag_phonecall() local 4583 .addPerson(person) in testFlagBubbleNotifs_flag_phonecall() 4611 Person person = new Person.Builder() in testFlagBubbleNotifs_noFlag_phonecall_noForegroundService() local 4618 .addPerson(person) in testFlagBubbleNotifs_noFlag_phonecall_noForegroundService() 4674 Person person = new Person.Builder() in testFlagBubbleNotifs_noFlag_phonecall_noCategory() local 4680 .addPerson(person) in testFlagBubbleNotifs_noFlag_phonecall_noCategory() [all …]
|
/frameworks/native/opengl/include/GLES2/ |
D | NOTICE | 17 Permission is hereby granted, free of charge, to any person obtaining a
|
/frameworks/native/opengl/include/GLES/ |
D | NOTICE | 17 Permission is hereby granted, free of charge, to any person obtaining a
|
/frameworks/native/vulkan/api/ |
D | platform.api | 3 // Permission is hereby granted, free of charge, to any person obtaining a
|
/frameworks/native/opengl/include/GLES3/ |
D | NOTICE | 20 Permission is hereby granted, free of charge, to any person obtaining a
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 16 Permission is hereby granted, free of charge, to any person obtaining a copy of
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 1258 public Builder setPerson(@NonNull Person person) { in setPerson() argument 1259 return setPersons(new Person[]{person}); in setPerson() 1272 for (Person person : persons) { in setPersons() 1273 Preconditions.checkNotNull(person, "persons cannot contain null"); in setPersons()
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_h.tmpl | 22 ** Permission is hereby granted, free of charge, to any person obtaining a
|
D | vk_xml.tmpl | 17 Permission is hereby granted, free of charge, to any person obtaining a
|
/frameworks/compile/slang/ |
D | NOTICE | 218 Permission is hereby granted, free of charge, to any person obtaining a copy of 288 Permission is hereby granted, free of charge, to any person obtaining a copy of
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1255 Person person = people.get(i); in maybePopulatePeople() local 1256 peopleArray[i] = person.resolveToLegacyUri(); in maybePopulatePeople()
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 101 NS_T_RP = 17; // Responsible person.
|
/frameworks/compile/libbcc/ |
D | NOTICE | 218 Permission is hereby granted, free of charge, to any person obtaining a copy of
|
/frameworks/av/ |
D | NOTICE | 297 Permission is hereby granted, free of charge, to any person obtaining
|
/frameworks/base/ |
D | NOTICE | 308 Permission is hereby granted, free of charge, to any person obtaining
|
/frameworks/av/camera/ndk/ |
D | NOTICE | 297 Permission is hereby granted, free of charge, to any person obtaining
|