Home
last modified time | relevance | path

Searched refs:addAppId (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelperTest.java57 .addAppId("appId1") in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
63 .addAppId("appId2") in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
196 .addAppId("appId1") in testFingerprintGeneration_forEachPropertyType_DocumentArray()
202 .addAppId("appId2") in testFingerprintGeneration_forEachPropertyType_DocumentArray()
208 .addAppId("appId2") in testFingerprintGeneration_forEachPropertyType_DocumentArray()
257 .addAppId("appId1") in testScore_setCorrectly()
263 .addAppId("appId2") in testScore_setCorrectly()
269 .addAppId("appId3") in testScore_setCorrectly()
306 .addAppId("appId1") in testGenerateFingerprintStringForPerson()
313 .addAppId("appId2") in testGenerateFingerprintStringForPerson()
[all …]
DEnterpriseContactsTest.java205 .addAppId("appId1") in setUpEnterpriseContacts()
214 .addAppId("appId2") in setUpEnterpriseContacts()
223 .addAppId("appId3") in setUpEnterpriseContacts()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPersonTest.java53 .addAppId("appId1") in testBuilder()
59 .addAppId("appId2") in testBuilder()
65 .addAppId("appId3") in testBuilder()
DContactPointTest.java50 contactPointBuilder.addAppId(appId); in testBuilder()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DContactPoint.java170 public Builder addAppId(@NonNull String appId) { in addAppId() method in ContactPoint.Builder
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelper.java188 .addAppId(Objects.requireNonNull(appId)); in addAppIdToPerson()