Searched refs:personList (Results 1 – 3 of 3) sorted by relevance
344 List<Person> personList = new ArrayList<>(); in initCustomizableMessageButton()347 personList.add(new Person.Builder() in initCustomizableMessageButton()355 new MessagingStyle(personList.get(0)) in initCustomizableMessageButton()357 if (personList.size() > 1) { in initCustomizableMessageButton()367 Person person = personList.get(personNum); in initCustomizableMessageButton()483 List<Person> personList = new ArrayList<>(); in initMessagingStyleButtonForMessageSameGroup() local485 personList.add(new Person.Builder() in initMessagingStyleButtonForMessageSameGroup()496 Person person = personList.get(mCurrentGroupNotificationCount % numOfPeople); in initMessagingStyleButtonForMessageSameGroup()
439 List<Person> personList = new ArrayList<>(); in generatePersonData() local441 personList.add( in generatePersonData()444 return personList; in generatePersonData()
672 ArrayList<Person> personList = new ArrayList<>(); in shouldRingForContact() local673 personList.add(new Person.Builder().setUri(contactUri.toString()).build()); in shouldRingForContact()674 peopleExtras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, personList); in shouldRingForContact()