summaryrefslogtreecommitdiffstats
path: root/tests/assets
diff options
context:
space:
mode:
authorZheng Fu <zhengfu@google.com>2015-06-10 14:02:21 -0700
committerZheng Fu <zhengfu@google.com>2015-06-10 14:51:49 -0700
commit712533da14e5541b20097c8609905db1d52d0f10 (patch)
tree7406b3eff802465e69965255b238837bd49fb73d /tests/assets
parenta87f9f49c7f773d9ad0926de5017463d72938dab (diff)
downloadpackages_providers_ContactsProvider-712533da14e5541b20097c8609905db1d52d0f10.tar.gz
packages_providers_ContactsProvider-712533da14e5541b20097c8609905db1d52d0f10.tar.bz2
packages_providers_ContactsProvider-712533da14e5541b20097c8609905db1d52d0f10.zip
Revert metadata_sync table and related code from M
Bug:20553119 Change-Id: I89b48cc5a39a57ebeafe7821f07c410dac871258
Diffstat (limited to 'tests/assets')
-rw-r--r--tests/assets/test1/testFileDeviceContactMetadataJSON.txt69
1 files changed, 0 insertions, 69 deletions
diff --git a/tests/assets/test1/testFileDeviceContactMetadataJSON.txt b/tests/assets/test1/testFileDeviceContactMetadataJSON.txt
deleted file mode 100644
index 65e624d1..00000000
--- a/tests/assets/test1/testFileDeviceContactMetadataJSON.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "unique_contact_id": {
- "account_type": "CUSTOM_ACCOUNT",
- "custom_account_type": "facebook",
- "account_name": "android-test",
- "contact_id": "1111111",
- "data_set": "FOCUS"
- },
- "contact_prefs": {
- "send_to_voicemail": true,
- "starred": false,
- "pinned": 2
- },
- "aggregation_data": [
- {
- "type": "TOGETHER",
- "contact_ids": [
- {
- "account_type": "GOOGLE_ACCOUNT",
- "account_name": "android-test2",
- "contact_id": "2222222",
- "data_set": "GOOGLE_PLUS"
- },
- {
- "account_type": "GOOGLE_ACCOUNT",
- "account_name": "android-test3",
- "contact_id": "3333333",
- "data_set": "CUSTOM",
- "custom_data_set": "custom type"
- }
- ]
- }
- ],
- "field_data": [
- {
- "field_data_id": "1001",
- "field_data_prefs": {
- "is_primary": true,
- "is_super_primary": true
- },
- "usage_stats": [
- {
- "usage_type": "CALL",
- "last_time_used": 10000001,
- "usage_count": 10
- },
- {
- "usage_type": "SHORT_TEXT",
- "last_time_used": 20000002,
- "usage_count": 20
- }
- ]
- },
- {
- "field_data_id": "1002",
- "field_data_prefs": {
- "is_primary": false,
- "is_super_primary": false
- },
- "usage_stats": [
- {
- "usage_type": "LONG_TEXT",
- "last_time_used": 30000003,
- "usage_count": 30
- }
- ]
- }
- ]
-} \ No newline at end of file