Home
last modified time | relevance | path

Searched refs:account_name (Results 1 – 12 of 12) sorted by relevance

/packages/providers/ContactsProvider/tests/assets/testSynced/
Dexpected_raw_contacts.txt3 3 account_name=non_syncable
21 21 account_name=lemmytest@gmail.com
39 39 account_name=lemmytest@gmail.com
57 57 account_name=lemmytest@gmail.com
75 75 account_name=lemmytest@gmail.com
93 93 account_name=lemmytest@gmail.com
111 111 account_name=lemmytest@gmail.com
129 129 account_name=lemmytest@gmail.com
147 147 account_name=lemmytest@gmail.com
165 165 account_name=lemmytest@gmail.com
[all …]
Dexpected_groups.txt3 3 account_name=lemmytest@gmail.com
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
Dcontacts2_1108.sql3 …ync_state (_id INTEGER PRIMARY KEY,account_name TEXT NOT NULL,account_type TEXT NOT NULL,data TEXT… field
14 CREATE TABLE accounts (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_name TEXT, account_type TEXT, … field
42 CREATE TABLE settings (account_name STRING NOT NULL,account_type STRING NOT NULL,data_set STRING,un… field
139 …ts.contact_id AS contact_id, raw_contacts.account_id,accounts.account_name AS account_name,account…
140 …es_contacted,starred,pinned, raw_contacts.account_id,accounts.account_name AS account_name,account…
142 …nc2, data_sync3, data_sync4, raw_contacts.account_id,accounts.account_name AS account_name,account…
143 …nc2, data_sync3, data_sync4, raw_contacts.account_id,accounts.account_name AS account_name,account…
145 …ntacts._id AS contact_id, contacts.lookup AS contact_lookup, accounts.account_name, accounts.accou…
146 CREATE VIEW view_metadata_sync AS SELECT metadata_sync._id, raw_contact_backup_id, account_name, ac…
147 CREATE VIEW view_metadata_sync_state AS SELECT metadata_sync_state._id, account_name, account_type,…
[all …]
/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dexpected_raw_contacts.txt3 3 account_name=null
21 21 account_name=null
39 39 account_name=null
57 57 account_name=null
75 75 account_name=null
Dexpected_groups.txt3 3 account_name=null
/packages/providers/ContactsProvider/tests/assets/test1/
Dexpected_raw_contacts.txt3 3 account_name=non_syncable
21 21 account_name=android.contacts.test.eclair@gmail.com
39 39 account_name=android.contacts.test.eclair@gmail.com
57 57 account_name=android.contacts.test.eclair@gmail.com
75 75 account_name=android.contacts.test.eclair@gmail.com
Dexpected_groups.txt3 3 account_name=android.contacts.test.eclair@gmail.com
20 20 account_name=android.contacts.test.eclair@gmail.com
37 37 account_name=android.contacts.test.eclair@gmail.com
54 54 account_name=android.contacts.test.eclair@gmail.com
DtestFileDeviceContactMetadataJSON.txt5 "account_name": "android-test",
20 "account_name": "android-test2",
26 "account_name": "android-test3",
/packages/apps/Contacts/src/com/android/contacts/editor/
DAccountHeaderPresenter.java80 mAccountHeaderName = (TextView) container.findViewById(R.id.account_name); in AccountHeaderPresenter()
DPickRawContactDialogFragment.java91 holder.accountName = (TextView) view.findViewById(R.id.account_name); in getView()
DRawContactEditorView.java256 mAccountHeaderSecondaryText = (TextView) findViewById(R.id.account_name); in onFinishInflate()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/proto/
Dcalendar.proto42 string account_name = 5; field