Home
last modified time | relevance | path

Searched defs:person (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
DNotificationController.java539 final Person person = new Person.Builder().setName(personName + "_" + i).build(); in postGroupNotificationWithMessagingStyle() local
591 final Person person = new Person.Builder().setName(personName + "_" + i).build(); in postGroupNotificationWithConversationStyle() local
891 android.app.Person person = new android.app.Person.Builder().setName(personName).build(); in postMessagingStyleNotification() local
937 final Person person = new Person.Builder().setName(personName).build(); in postMessagingStyleNotification() local
991 Person person = new Person.Builder().setName(personName).build(); in postConversationNotification() local
1041 final Person person = new Person.Builder().setName(personName).build(); in postConversationNotification() local
1082 Person person = new Person.Builder().setName(senderName).build(); in createBubbleNotificationPostBuilder() local
1183 Person person = new Person.Builder().setName(senderName).build(); in updateBubbleNotification() local
1330 Person person = new Person.Builder().setName("Marvelous user").build(); in postNotifications() local
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java138 Person person = new Person.Builder().setName("Marvelous user").build(); in postNotifications() local