Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DPersonTest.java33 Person person = in testPerson_builder() local
43 assertEquals(TEST_NAME, person.getName()); in testPerson_builder()
44 assertEquals(testIcon, person.getIcon()); in testPerson_builder()
45 assertEquals(TEST_URI, person.getUri()); in testPerson_builder()
46 assertEquals(TEST_KEY, person.getKey()); in testPerson_builder()
47 assertTrue(person.isBot()); in testPerson_builder()
48 assertTrue(person.isImportant()); in testPerson_builder()
52 Person person = new Person.Builder().build(); in testPerson_builder_defaults() local
53 assertFalse(person.isBot()); in testPerson_builder_defaults()
54 assertFalse(person.isImportant()); in testPerson_builder_defaults()
[all …]
DNotificationTemplateTest.kt657 val person = Person.Builder().setName("Person").build() in <lambda>() constant
661 .forIncomingCall(person, pendingIntent, pendingIntent)) in <lambda>()
679 val person = Person.Builder().setName("Person").build() in <lambda>() constant
683 .forIncomingCall(person, pendingIntent, pendingIntent) in <lambda>()
709 val person = Person.Builder().setName("Person").build() in <lambda>() constant
714 .forIncomingCall(person, pendingIntent, pendingIntent) in <lambda>()
734 val person = Person.Builder().setName("Person").build() in <lambda>() constant
740 .forIncomingCall(person, pendingIntent, pendingIntent) in <lambda>()
DNotificationTest.java312 Person person = new Person.Builder()
321 .addPerson(person)
DNotificationManagerTest.java832 Person person = new Person.Builder() in createDynamicShortcut() local
848 .setPerson(person) in createDynamicShortcut()
870 Person person = new Person.Builder() in getConversationNotification() local
876 .setStyle(new Notification.MessagingStyle(person) in getConversationNotification()
879 SystemClock.currentThreadTimeMillis() - 300000, person) in getConversationNotification()
881 SystemClock.currentThreadTimeMillis(), person) in getConversationNotification()
/cts/tests/app/app/src/android/app/stubs/
DBubblesTestService.java63 Person person = new Person.Builder() in getNotificationForTest() local
71 .setStyle(new Notification.MessagingStyle(person) in getNotificationForTest()
74 SystemClock.currentThreadTimeMillis() - 300000, person) in getNotificationForTest()
76 SystemClock.currentThreadTimeMillis(), person)); in getNotificationForTest()
DSendBubbleActivity.java121 Person person = new Person.Builder() in sendBubble() local
129 .setStyle(new Notification.MessagingStyle(person) in sendBubble()
132 SystemClock.currentThreadTimeMillis() - 300000, person) in sendBubble()
134 SystemClock.currentThreadTimeMillis(), person) in sendBubble()
/cts/tests/app/src/android/app/people/cts/
DPeopleManagerTest.java112 Person person = new Person.Builder() in createDynamicShortcut() local
128 .setPerson(person) in createDynamicShortcut()
137 .setPerson(person) in createDynamicShortcut()
151 Person person = new Person.Builder() in getConversationNotification() local
157 .setStyle(new Notification.MessagingStyle(person) in getConversationNotification()
160 SystemClock.currentThreadTimeMillis() - 300000, person) in getConversationNotification()
162 SystemClock.currentThreadTimeMillis(), person) in getConversationNotification()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java977 Person person = new Person.Builder() in createShortcuts() local
988 .setPerson(person) in createShortcuts()
1036 Person person = new Person.Builder() in getConversationNotif() local
1055 .setStyle(new Notification.MessagingStyle(person) in getConversationNotif()
1058 SystemClock.currentThreadTimeMillis(), person) in getConversationNotif()
DNotificationListenerVerifierActivity.java1640 Person person = new Person.Builder() in createDynamicShortcut() local
1657 .setPerson(person) in createDynamicShortcut()
1671 Person person = new Person.Builder() in sendNotifications() local
1680 .setStyle(new Notification.MessagingStyle(person) in sendNotifications()
1683 SystemClock.currentThreadTimeMillis() - 300000, person) in sendNotifications()
1685 SystemClock.currentThreadTimeMillis(), person) in sendNotifications()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java744 Person person = new Person.Builder() in sendConversationNotification() local
750 .setStyle(new Notification.MessagingStyle(person) in sendConversationNotification()
753 SystemClock.currentThreadTimeMillis() - 300000, person) in sendConversationNotification()
755 SystemClock.currentThreadTimeMillis(), person) in sendConversationNotification()
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT18 Permission is hereby granted, free of charge, to any person obtaining a copy of
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile282 # user ID of the relevant person
/cts/apps/CtsVerifier/
DNOTICE.txt40 Permission is hereby granted, free of charge, to any person obtaining a copy
2564 Permission is hereby granted, free of charge, to any person obtaining a copy
2802 Permission is hereby granted, free of charge, to any person obtaining a copy of
3646 Permission is hereby granted, free of charge, to any person obtaining a copy of
4163 Permission is hereby granted, free of charge, to any person obtaining
4211 Permission is hereby granted, free of charge, to any person obtaining a copy of
4708 Permission is hereby granted, free of charge, to any person obtaining a copy of
4739 Permission is hereby granted, free of charge, to any person obtaining a copy
5102 Permission is hereby granted, free of charge, to any person obtaining
5146 Permission is hereby granted, free of charge, to any person obtaining
[all …]