Searched refs:times_contacted (Results 1 – 7 of 7) sorted by relevance
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | expected_contacts.txt | 6 6 times_contacted=0 21 21 times_contacted=0 36 36 times_contacted=0 51 51 times_contacted=0 66 66 times_contacted=0 81 81 times_contacted=0 96 96 times_contacted=0 111 111 times_contacted=0 126 126 times_contacted=0 141 141 times_contacted=0 [all …]
|
D | legacy_contacts.sql | 43 …ark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT N… field 170 …OF last_time_contacted ON people BEGIN UPDATE people SET times_contacted = (new.times_contacted + …
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | expected_contacts.txt | 6 6 times_contacted=0 21 21 times_contacted=0 36 36 times_contacted=0 51 51 times_contacted=0 66 66 times_contacted=0
|
D | legacy_contacts.sql | 33 …ark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT N… field 114 …OF last_time_contacted ON people BEGIN UPDATE people SET times_contacted = (new.times_contacted + …
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
D | expected_contacts.txt | 6 6 times_contacted=0 21 21 times_contacted=1 36 36 times_contacted=0 51 51 times_contacted=0
|
D | legacy_contacts.sql | 53 …ark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT N… field 146 …OF last_time_contacted ON people BEGIN UPDATE people SET times_contacted = (new.times_contacted + …
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 15 …d),custom_ringtone TEXT,send_to_voicemail INTEGER NOT NULL DEFAULT 0,times_contacted INTEGER NOT N… field 17 … 1,custom_ringtone TEXT,send_to_voicemail INTEGER NOT NULL DEFAULT 0,times_contacted INTEGER NOT N… field 139 …ntacts.last_time_contacted AS last_time_contacted,contacts.times_contacted AS times_contacted,cont… 140 …_user_profile, custom_ringtone,send_to_voicemail,last_time_contacted,times_contacted,starred,pinne… 141 …ts.starred AS starred, contacts.pinned AS pinned, contacts.times_contacted AS times_contacted, (CA… 143 …ts.starred AS starred, contacts.pinned AS pinned, contacts.times_contacted AS times_contacted, (CA… 155 …accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS times_contacted, raw… 157 …accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS times_contacted, raw… 158 …accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS times_contacted, raw…
|