Searched refs:account_type (Results 1 – 15 of 15) sorted by relevance
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 3 …R PRIMARY KEY,account_name TEXT NOT NULL,account_type TEXT NOT NULL,data TEXT,UNIQUE(account_name,… 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 …s.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL … 140 …s.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL … 142 …s.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL … 143 …s.account_type AS account_type,accounts.data_set AS data_set,(CASE WHEN accounts.data_set IS NULL … 145 …d, contacts.lookup AS contact_lookup, accounts.account_name, accounts.account_type, accounts.data_… 146 …ync AS SELECT metadata_sync._id, raw_contact_backup_id, account_name, account_type, data_set, data… 147 CREATE VIEW view_metadata_sync_state AS SELECT metadata_sync_state._id, account_name, account_type,… [all …]
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | expected_raw_contacts.txt | 4 4 account_type=com.google 22 22 account_type=com.google 40 40 account_type=com.google 58 58 account_type=com.google 76 76 account_type=com.google 94 94 account_type=com.google 112 112 account_type=com.google 130 130 account_type=com.google 148 148 account_type=com.google 166 166 account_type=com.google [all …]
|
D | expected_groups.txt | 4 4 account_type=com.google
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | expected_raw_contacts.txt | 4 4 account_type=null 22 22 account_type=null 40 40 account_type=null 58 58 account_type=null 76 76 account_type=null
|
D | expected_groups.txt | 4 4 account_type=null
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
D | expected_raw_contacts.txt | 4 4 account_type=com.google 22 22 account_type=com.google 40 40 account_type=com.google 58 58 account_type=com.google 76 76 account_type=com.google
|
D | expected_groups.txt | 4 4 account_type=com.google 21 21 account_type=com.google 38 38 account_type=com.google 55 55 account_type=com.google
|
D | testFileDeviceContactMetadataJSON.txt | 3 "account_type": "CUSTOM_ACCOUNT", 19 "account_type": "GOOGLE_ACCOUNT", 25 "account_type": "GOOGLE_ACCOUNT",
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | MasterClearTest.java | 349 when(mMockActivity.getString(R.string.account_type)).thenReturn(TEST_ACCOUNT_TYPE); in testGetAccountConfirmationIntent_no_relevant_accounts() 364 when(mMockActivity.getString(R.string.account_type)).thenReturn(TEST_ACCOUNT_TYPE); in testGetAccountConfirmationIntent_unresolved() 382 when(mMockActivity.getString(R.string.account_type)).thenReturn(TEST_ACCOUNT_TYPE); in testTryShowAccountConfirmation_ok()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSetupTypeFragment.java | 65 inflater.inflate(R.layout.account_type, parent); in onCreateView()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | AccountHeaderPresenter.java | 79 mAccountHeaderType = (TextView) container.findViewById(R.id.account_type); in AccountHeaderPresenter()
|
D | KindSectionView.java | 345 nameView.findViewById(R.id.account_type); in addNameEditorViews()
|
D | RawContactEditorView.java | 255 mAccountHeaderPrimaryText = (TextView) findViewById(R.id.account_type); in onFinishInflate()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | MasterClear.java | 203 final String accountType = context.getString(R.string.account_type); in getAccountConfirmationIntent()
|
/packages/apps/Settings/src/com/android/settings/ |
D | MasterClear.java | 202 final String accountType = context.getString(R.string.account_type); in getAccountConfirmationIntent()
|