Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DPersonTest.java45 Person person = in testPerson_builder() local
55 assertEquals(TEST_NAME, person.getName()); in testPerson_builder()
56 assertEquals(testIcon, person.getIcon()); in testPerson_builder()
57 assertEquals(TEST_URI, person.getUri()); in testPerson_builder()
58 assertEquals(TEST_KEY, person.getKey()); in testPerson_builder()
59 assertTrue(person.isBot()); in testPerson_builder()
60 assertTrue(person.isImportant()); in testPerson_builder()
65 Person person = new Person.Builder().build(); in testPerson_builder_defaults() local
66 assertFalse(person.isBot()); in testPerson_builder_defaults()
67 assertFalse(person.isImportant()); in testPerson_builder_defaults()
[all …]
DBaseNotificationManagerTest.java230 Person person = new Person.Builder() in createDynamicShortcut() local
246 .setPerson(person) in createDynamicShortcut()
266 Person person = new Person.Builder() in getConversationNotification() local
272 .setStyle(new Notification.MessagingStyle(person) in getConversationNotification()
275 SystemClock.currentThreadTimeMillis() - 300000, person) in getConversationNotification()
277 SystemClock.currentThreadTimeMillis(), person) in getConversationNotification()
283 Person person = new Person.Builder().setName("Test name").build(); in getCallStyleNotification() local
286 CallStyle cs = CallStyle.forIncomingCall(person, pendingIntent, pendingIntent); in getCallStyleNotification()
DPeopleManagerTest.java140 Person person = new Person.Builder() in createDynamicShortcut() local
156 .setPerson(person) in createDynamicShortcut()
165 .setPerson(person) in createDynamicShortcut()
179 Person person = new Person.Builder() in getConversationNotification() local
185 .setStyle(new Notification.MessagingStyle(person) in getConversationNotification()
188 SystemClock.currentThreadTimeMillis() - 300000, person) in getConversationNotification()
190 SystemClock.currentThreadTimeMillis(), person) in getConversationNotification()
DNotificationTemplateTest.kt768 val person = Person.Builder().setName("Person").build() in <lambda>() constant
773 .forIncomingCall(person, pendingIntent, pendingIntent) in <lambda>()
793 val person = Person.Builder().setName("Person").build() in <lambda>() constant
798 .forIncomingCall(person, pendingIntent, pendingIntent) in <lambda>()
833 val person = Person.Builder().setName("Person").build() in <lambda>() constant
839 .forIncomingCall(person, pendingIntent, pendingIntent) in <lambda>()
865 val person = Person.Builder().setName("Person").build() in <lambda>() constant
872 .forIncomingCall(person, pendingIntent, pendingIntent) in <lambda>()
DNotificationTest.java350 Person person = new Person.Builder()
359 .addPerson(person)
1067 Person person = new Person.Builder().setName("Test name").build(); in testCallStyle_setsChronometerExtra() local
1070 CallStyle cs = CallStyle.forIncomingCall(person, pendingIntent, pendingIntent); in testCallStyle_setsChronometerExtra()
1082 Person person = new Person.Builder().setName("Test name").build(); in testCallStyle_setsCallTypeExtra() local
1085 CallStyle cs = CallStyle.forIncomingCall(person, pendingIntent, pendingIntent); in testCallStyle_setsCallTypeExtra()
1093 cs = CallStyle.forOngoingCall(person, pendingIntent); in testCallStyle_setsCallTypeExtra()
1101 cs = CallStyle.forScreeningCall(person, pendingIntent, pendingIntent); in testCallStyle_setsCallTypeExtra()
/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.java102 Person person = new Person.Builder() in sendBubble() local
110 .setStyle(new Notification.MessagingStyle(person) in sendBubble()
113 SystemClock.currentThreadTimeMillis() - 300000, person) in sendBubble()
115 SystemClock.currentThreadTimeMillis(), person) in sendBubble()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DNotificationUtils.java39 Person person = new Person.Builder().setName(callerName).setImportant(true).build(); in createCallStyleNotification() local
44 .setStyle(getCallStyle(isOutgoing, person, fullScreenIntent)) in createCallStyleNotification()
52 Person person, in getCallStyle() argument
56 person, in getCallStyle()
60 person, in getCallStyle()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/
DDeviceTest.java81 Person person = in testPocCVE_2023_21144() local
84 new Message(context.getString(R.string.message), 0L /* timestamp */, person) in testPocCVE_2023_21144()
88 MessagingStyle messagingStyle = new MessagingStyle(person).addMessage(message); in testPocCVE_2023_21144()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/
DDeviceTest.java104 Person person = in testCallStyleNotification() local
113 Notification.CallStyle.forOngoingCall(person, pendingIntent); in testCallStyleNotification()
/cts/hostsidetests/gputools/layers/
DLICENSE_MIT1 Permission is hereby granted, free of charge, to any person obtaining a copy
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationHidingVerifierActivity.kt190 val person = Person.Builder() in <lambda>() constant
219 Notification.MessagingStyle(person) in <lambda>()
224 person in <lambda>()
DBubblesVerifierActivity.java1030 Person person = new Person.Builder() in createShortcuts() local
1041 .setPerson(person) in createShortcuts()
1089 Person person = new Person.Builder() in getConversationNotif() local
1109 .setStyle(new Notification.MessagingStyle(person) in getConversationNotif()
1112 SystemClock.currentThreadTimeMillis(), person) in getConversationNotif()
DNotificationListenerVerifierActivity.java1810 Person person = in createDynamicShortcut() local
1828 .setPerson(person) in createDynamicShortcut()
1842 Person person = new Person.Builder().setName("Person A").build(); in sendNotifications() local
1852 new Notification.MessagingStyle(person) in sendNotifications()
1857 person) in sendNotifications()
1861 person)) in sendNotifications()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallStreamingTest.java195 Person person = new Person.Builder().setName("Max Powers").build(); in postCallNotification() local
200 .setStyle(Notification.CallStyle.forOngoingCall(person, pendingIntent)) in postCallNotification()
DTransactionalApisTest.java1490 Person person = new Person.Builder().setName(TEST_NAME_1).build(); in postCallNotification() local
1495 .setStyle(Notification.CallStyle.forOngoingCall(person, pendingIntent)) in postCallNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java685 Person person = new Person.Builder() in sendConversationNotification() local
692 .setStyle(new Notification.MessagingStyle(person) in sendConversationNotification()
695 SystemClock.currentThreadTimeMillis() - 300000, person) in sendConversationNotification()
697 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/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java480 GenericDocument person = in testSetSchema_addIndexedNestedDocumentProperty() local
494 .addGenericDocuments(person) in testSetSchema_addIndexedNestedDocumentProperty()
503 assertThat(outDocuments).containsExactly(person); in testSetSchema_addIndexedNestedDocumentProperty()
514 assertThat(outDocuments).containsExactly(person); in testSetSchema_addIndexedNestedDocumentProperty()
556 assertThat(outDocuments).containsExactly(person); in testSetSchema_addIndexedNestedDocumentProperty()
568 assertThat(outDocuments).containsExactly(person); in testSetSchema_addIndexedNestedDocumentProperty()
627 GenericDocument person = in testSetSchemaWithValidCycle_allowCircularReferences() local
635 .setPropertyDocument("funder", person) in testSetSchemaWithValidCycle_allowCircularReferences()
647 .addGenericDocuments(person, org, person2) in testSetSchemaWithValidCycle_allowCircularReferences()
659 assertThat(outDocuments).containsExactly(person, person2, org); in testSetSchemaWithValidCycle_allowCircularReferences()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt35851 field @Deprecated public static final String PERSON_ID = "person";
35881 field @Deprecated public static final String DEFAULT_SORT_ORDER = "person, name ASC";
35882 field @Deprecated public static final String PERSON_ID = "person";
35900 field @Deprecated public static final String PERSON_ID = "person";
35982 field @Deprecated public static final String PERSON_ID = "person";
36008 … field @Deprecated public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/person";
36009 field @Deprecated public static final String CONTENT_TYPE = "vnd.android.cursor.dir/person";
36026 field @Deprecated public static final String PERSON_ID = "person";
36055 field @Deprecated public static final String PERSON_ID = "person";
36077 field @Deprecated public static final String DEFAULT_SORT_ORDER = "person ASC";
[all …]