Home
last modified time | relevance | path

Searched refs:person (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/app/
DPerson.java178 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/
DActionsSuggestionsHelper.java217 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/
DContacts.java571 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/
DNotificationDataTest.java353 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/
DValidateNotificationPeople.java298 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/
DNOTICE3 Permission is hereby granted, free of charge, to any person obtaining a copy of
/frameworks/native/opengl/include/EGL/
DNOTICE3 Permission is hereby granted, free of charge, to any person obtaining a
/frameworks/native/opengl/include/KHR/
DNOTICE3 Permission is hereby granted, free of charge, to any person obtaining a
/frameworks/wilhelm/include/OMXAL/
DNOTICE3 Permission is hereby granted, free of charge, to any person obtaining
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4530 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/
DNOTICE17 Permission is hereby granted, free of charge, to any person obtaining a
/frameworks/native/opengl/include/GLES/
DNOTICE17 Permission is hereby granted, free of charge, to any person obtaining a
/frameworks/native/vulkan/api/
Dplatform.api3 // Permission is hereby granted, free of charge, to any person obtaining a
/frameworks/native/opengl/include/GLES3/
DNOTICE20 Permission is hereby granted, free of charge, to any person obtaining a
/frameworks/compile/mclinker/
DLICENSE.TXT16 Permission is hereby granted, free of charge, to any person obtaining a copy of
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1258 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/
Dvulkan_h.tmpl22 ** Permission is hereby granted, free of charge, to any person obtaining a
Dvk_xml.tmpl17 Permission is hereby granted, free of charge, to any person obtaining a
/frameworks/compile/slang/
DNOTICE218 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/
DNotificationListenerService.java1255 Person person = people.get(i); in maybePopulatePeople() local
1256 peopleArray[i] = person.resolveToLegacyUri(); in maybePopulatePeople()
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto101 NS_T_RP = 17; // Responsible person.
/frameworks/compile/libbcc/
DNOTICE218 Permission is hereby granted, free of charge, to any person obtaining a copy of
/frameworks/av/
DNOTICE297 Permission is hereby granted, free of charge, to any person obtaining
/frameworks/base/
DNOTICE308 Permission is hereby granted, free of charge, to any person obtaining
/frameworks/av/camera/ndk/
DNOTICE297 Permission is hereby granted, free of charge, to any person obtaining

12