summaryrefslogtreecommitdiffstats
path: root/tests/assets/expected_contacts.txt
blob: 255d89668ff9698d38ce1193d8fd0b487cfa009e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
1 0 {
2    _id=1
3    display_name=Test Android
4    photo_id=null
5    times_contacted=0
6    last_time_contacted=0
7    custom_ringtone=null
8    send_to_voicemail=0
9    starred=0
10    in_visible_group=0
11    has_phone_number=0
12 }
13 1 {
14    _id=2
15    display_name=Jane Doe
16    photo_id=32
17    times_contacted=1
18    last_time_contacted=1249177384979
19    custom_ringtone=null
20    send_to_voicemail=0
21    starred=1
22    in_visible_group=1
23    has_phone_number=1
24 }
25 2 {
26    _id=3
27    display_name=John Doe
28    photo_id=33
29    times_contacted=0
30    last_time_contacted=0
31    custom_ringtone=content://media/internal/audio/media/80
32    send_to_voicemail=1
33    starred=1
34    in_visible_group=1
35    has_phone_number=1
36 }
37 3 {
38    _id=11
39    display_name=Added On Android
40    photo_id=null
41    times_contacted=0
42    last_time_contacted=0
43    custom_ringtone=null
44    send_to_voicemail=0
45    starred=0
46    in_visible_group=1
47    has_phone_number=1
48 }