Home
last modified time | relevance | path

Searched refs:ACCOUNT_NAME (Results 1 – 21 of 21) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_StreamItemsTest.java37 private static final String ACCOUNT_NAME = "ContactsContract_StreamItemsTest"; field in ContactsContract_StreamItemsTest
75 values.put(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME); in testContentDirectoryUri()
88 values.put(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME); in insertRawContact()
100 values.put(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME); in insertViaContentDirectoryUri()
117 .withValue(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME) in testContentUri()
123 .withValue(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME) in testContentUri()
149 .withValue(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME) in testContentUri()
DContactsContract_StructuredPhoneticName.java61 .with(RawContacts.ACCOUNT_NAME, "test_name") in testPhoneticStructuredName()
79 .with(RawContacts.ACCOUNT_NAME, "test_name") in testPhoneticStructuredName_phoneticPriority1()
89 .with(RawContacts.ACCOUNT_NAME, "test_name") in testPhoneticStructuredName_phoneticPriority1()
116 .with(RawContacts.ACCOUNT_NAME, "test_name") in testPhoneticStructuredName_phoneticPriority2()
126 .with(RawContacts.ACCOUNT_NAME, "test_name") in testPhoneticStructuredName_phoneticPriority2()
DContactsContract_GroupMembershipTest.java65 .with(RawContacts.ACCOUNT_NAME, "test_name") in testAddGroupMembershipWithGroupSourceId()
70 .with(Groups.ACCOUNT_NAME, "test_name") in testAddGroupMembershipWithGroupSourceId()
85 .with(RawContacts.ACCOUNT_NAME, "test_name") in testAddGroupMembershipWithUnknownGroupSourceId()
92 .with(Groups.ACCOUNT_NAME, "test_name") in testAddGroupMembershipWithUnknownGroupSourceId()
DContactsContract_ContactCountsTest.java119 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
129 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
139 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
149 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
159 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
169 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
DContactsContract_IsSuperPrimaryName.java74 .with(RawContacts.ACCOUNT_NAME, "test_name") in testInner_displayNameFromIsSuperPrimary()
85 .with(RawContacts.ACCOUNT_NAME, "test_name") in testInner_displayNameFromIsSuperPrimary()
135 .with(RawContacts.ACCOUNT_NAME, "test_name") in testIsSuperPrimaryName_mergeBothSuperPrimary()
146 .with(RawContacts.ACCOUNT_NAME, "test_name") in testIsSuperPrimaryName_mergeBothSuperPrimary()
DContactsContract_RawContactsTest.java61 RawContacts.ACCOUNT_NAME,
93 .with(RawContacts.ACCOUNT_NAME, "test_name") in testGetLookupUriBySourceId()
114 .with(RawContacts.ACCOUNT_NAME, "test_name") in testGetLookupUriByDisplayName()
228 .with(RawContacts.ACCOUNT_NAME, "test_name") in testProjection()
DContactsContract_DataTest.java95 RawContacts.ACCOUNT_NAME,
212 .with(RawContacts.ACCOUNT_NAME, "test_name") in testGetLookupUriBySourceId()
233 .with(RawContacts.ACCOUNT_NAME, "test_name") in testDataProjection()
249 .with(RawContacts.ACCOUNT_NAME, "test_name") in testRawContactsEntityProjection()
264 RawContacts.ACCOUNT_NAME, in testRawContactsEntityProjection()
309 .with(RawContacts.ACCOUNT_NAME, "test_name") in testEntityProjection()
357 RawContacts.ACCOUNT_NAME, in testEntityProjection()
411 .with(RawContacts.ACCOUNT_NAME, "test_name") in testGetLookupUriByDisplayName()
428 .with(RawContacts.ACCOUNT_NAME, "test_name") in testContactablesUri()
678 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupContactablesTestData()
[all …]
DContactsContract_AggregationSuggestionsTest.java163 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupThreeContacts()
173 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupThreeContacts()
183 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupThreeContacts()
DContactsContract_StatusUpdatesTest.java37 private static final String ACCOUNT_NAME = "ContactsContract_StatusUpdatesTest"; field in ContactsContract_StatusUpdatesTest
51 .withValue(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME) in setUp()
DContactsContract_SearchSnippetsTest.java219 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
233 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
252 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
DContactsContract_PhoneLookup.java66 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
80 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
DContactsContract_ProviderStatus.java61 .with(RawContacts.ACCOUNT_NAME, "test_name") in testProviderStatus_addedContacts()
DContactsContract_FrequentsStrequentsTest.java438 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
452 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
466 .with(RawContacts.ACCOUNT_NAME, "test_name") in setupTestData()
DCalendarTest.java88 Calendars.ACCOUNT_NAME,
145 values.put(Calendars.ACCOUNT_NAME, account); in getNewCalendarValues()
204 return resolver.delete(Calendars.CONTENT_URI, Calendars.ACCOUNT_NAME + "=?", in deleteCalendarByAccount()
212 selection += " AND " + Calendars.ACCOUNT_NAME + "=?"; in getCalendarsByAccount()
231 SyncState.ACCOUNT_NAME,
248 values.put(SyncState.ACCOUNT_NAME, account); in getNewSyncStateValues()
266 String selection = SyncState.ACCOUNT_TYPE + "=? AND " + SyncState.ACCOUNT_NAME + "=?"; in getSyncStateByAccount()
291 return resolver.delete(uri, SyncState.ACCOUNT_NAME + "=?", in deleteSyncStateByAccount()
300 Events.ACCOUNT_NAME,
517 values.put(Events.ACCOUNT_NAME, account); in addDefaultReadOnlyValues()
[all …]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMockAccountAuthenticator.java29 private static final String ACCOUNT_NAME = "com.android.cts.deviceandprofileowner.account.name"; field in MockAccountAuthenticator
40 result.putString(AccountManager.KEY_ACCOUNT_NAME, ACCOUNT_NAME); in createResultBundle()
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java30 public static final String ACCOUNT_NAME = "android.content.cts.account.name"; field in MockAccountAuthenticator
42 result.putString(AccountManager.KEY_ACCOUNT_NAME, ACCOUNT_NAME); in createResultBundle()
DContentResolverSyncTestCase.java39 private static final Account ACCOUNT = new Account(MockAccountAuthenticator.ACCOUNT_NAME,
321 extras.putString("String", MockAccountAuthenticator.ACCOUNT_NAME);
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DRawContactUtil.java58 values.put(ContactsContract.RawContacts.ACCOUNT_NAME, account.name); in insertRawContact()
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java134 result.putString(AccountManager.KEY_ACCOUNT_NAME, AccountManagerTest.ACCOUNT_NAME); in createResultBundle()
DAccountManagerTest.java53 public static final String ACCOUNT_NAME = "android.accounts.cts.account.name"; field in AccountManagerTest
89 public static final Account ACCOUNT = new Account(ACCOUNT_NAME, ACCOUNT_TYPE);
95 new Account(ACCOUNT_NAME,ACCOUNT_TYPE_CUSTOM);
239 assertEquals(ACCOUNT_NAME, result.get(AccountManager.KEY_ACCOUNT_NAME)); in validateAccountAndNoAuthTokenResult()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java402 .withValue(ContactsContract.RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME) in insertContact()