aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNeharika Jali <neharikajali@google.com>2021-07-15 12:18:41 +0000
committerNeharika Jali <neharikajali@google.com>2021-07-16 05:41:29 +0000
commite2e3083963e7bbb3aa45952e1de06606e803b5b3 (patch)
tree39ce5a3b953cbd5ccfb5aea5f1865be083669f20 /tests
parented6610f85cab4131f8453c8452da751942dc08f4 (diff)
downloadContactsProvider-e2e3083963e7bbb3aa45952e1de06606e803b5b3.tar.gz
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 162536543 Test: build Change-Id: I146a0d664407ce35b0dfc3a64f99087df8334156
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/providers/contacts/aggregation/ContactAggregatorTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/providers/contacts/aggregation/ContactAggregatorTest.java b/tests/src/com/android/providers/contacts/aggregation/ContactAggregatorTest.java
index 56f08835..37e3184c 100644
--- a/tests/src/com/android/providers/contacts/aggregation/ContactAggregatorTest.java
+++ b/tests/src/com/android/providers/contacts/aggregation/ContactAggregatorTest.java
@@ -1396,7 +1396,7 @@ public class ContactAggregatorTest extends BaseContactsProvider2Test {
// Action: make raw contact 2's name super primary
storeValue(nameUri2, Data.IS_SUPER_PRIMARY, 1);
- // Sanity check.
+ // Initial check.
assertStoredValue(nameUri1, Data.IS_SUPER_PRIMARY, 0);
assertStoredValue(nameUri2, Data.IS_SUPER_PRIMARY, 1);
@@ -1750,7 +1750,7 @@ public class ContactAggregatorTest extends BaseContactsProvider2Test {
final Uri uri = DataUtil.insertStructuredName(mResolver, rawContactId1, "name1",
null, null, /* isSuperPrimary = */ true);
- // Sanity check.
+ // Initial check.
assertStoredValue(uri, Data.IS_SUPER_PRIMARY, 1);
// Action: aggregate