Searched defs:people (Results 1 – 11 of 11) sorted by relevance
57 ArrayList<String> people = new ArrayList<>(); in testExtractsAdjustment() local85 ArrayList<String> people = new ArrayList<>(); in testExtractsAdjustments() local
342 ArrayList<String> people = new ArrayList<>(); in getPeople() local
28 data class PeopleHubViewModel(val people: Sequence<PersonViewModel>, val isVisible: Boolean) constant in com.android.systemui.statusbar.notification.people.PeopleHubViewModel42 data class PeopleHubModel(val people: Collection<PersonModel>) constant in com.android.systemui.statusbar.notification.people.PeopleHubModel
244 final Set<String> people = new ArraySet<>(peopleOverride); in validatePeople() local303 ArraySet<String> people = new ArraySet<>(first.length + second.length); in combineLists() local315 Object people = extras.get(key); in getExtraPeopleForKey() local
648 final ArrayList<String> people = in applyAdjustments() local1126 protected void setPeopleOverride(ArrayList<String> people) { in setPeopleOverride()
378 ArrayList<Person> people = extras.getParcelableArrayList( in getNumPeople() local
118 val people = viewModel.people.toList() in testViewModelDataSourceTransformsModel() constant
167 ArrayList<Person> people = sbn.getNotification().extras.getParcelableArrayList( in getContactUri() local
475 ArrayList<Person> people = getNotification().extras.getParcelableArrayList( in getLogMaker() local
1369 ArrayList<Person> people = notification.extras.getParcelableArrayList( in maybePopulatePeople() local
2791 ArrayList<Person> people = extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in visitUris() local3831 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in Builder() local