Home | History | Annotate | Download | only in notification

Lines Matching defs:person

31 import android.app.Person;
1205 ArrayList<Person> people = notification.extras.getParcelableArrayList(
1211 Person person = people.get(i);
1212 peopleArray[i] = person.resolveToLegacyUri();