/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AbstractAuthenticatorTests.java | 77 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testStartAddAccountSessionDefaultImpl() local 113 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testStartUpdateCredentialsSessionDefaultImpl() local 151 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testFinishSessionAndStartAddAccountSessionDefaultImpl() local 221 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl() local 297 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testIsCredentialsUpdateSuggestedDefaultImpl() local
|
D | AccountManagerUnaffiliatedAuthenticatorTests.java | 280 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testStartAddAccountSession() local 316 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testStartUpdateCredentialsSession() local 345 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testDefaultFinishSessiontWithStartAddAccountSessionImpl() local 395 String accountName = Fixtures.PREFIX_NAME_SUCCESS + "@" + Fixtures.SUFFIX_NAME_FIXTURE; in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl() local 457 private Bundle createOptionsWithAccountName(final String accountName) { in createOptionsWithAccountName()
|
D | MockAccountAuthenticator.java | 346 String accountName = null; in startAddAccountSession() local 401 String accountName = null; in startUpdateCredentialsSession() local 453 String accountName = null; in finishSession() local
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestAccountAuthenticator.java | 68 String accountName = null; in addAccount() local 323 String accountName = null; in startAddAccountSession() local 372 String accountName = null; in startUpdateCredentialsSession() local
|
D | TestDefaultAuthenticator.java | 61 String accountName = null; in addAccount() local
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | AccountManagementTest.java | 83 String accountName = result.getString(AccountManager.KEY_ACCOUNT_NAME); in testAddAccount_allowed() local
|
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/ |
D | TestContactsDataManager.java | 54 public final String accountName; field in TestContactsDataManager.TestRawContact 58 TestRawContact(String accountName, String accountType, String customRingtone) { in TestRawContact()
|
/cts/tests/tests/multiuser/src/android/multiuser/cts/ |
D | NewUserRequestTest.java | 129 final String accountName = "test_account_name"; in testSetAccountNameAndAccountType() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/ |
D | StubAuthenticator.java | 52 String accountName = getString(R.string.accountName); in addAccount() local
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 64 String accountName = "foo" + sNumAccountsAdded; in addAccount() local
|
/cts/tests/tests/contactsprovider/gal/src/android/provider/cts/contacts/galprovider/ |
D | CtsGalProvider.java | 159 final String accountName = uri.getQueryParameter(RawContacts.ACCOUNT_NAME); in handleFilter() local
|
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
D | CalendarTest.java | 698 public static long addColor(ContentResolver resolver, String accountName, in addColor() 715 public static Cursor findColorByIndex(ContentResolver resolver, String accountName, in findColorByIndex() 722 public static Cursor findColorsByAccount(ContentResolver resolver, String accountName, in findColorsByAccount() 735 String accountName, String accountType) { in addDefaultColorsToAccount() 746 public static void deleteColorsByAccount(ContentResolver resolver, String accountName, in deleteColorsByAccount() 3475 private void removeAndVerifyEvent(Uri eventUri, ContentValues eventValues, String accountName) { in removeAndVerifyEvent()
|
/cts/tests/PhotoPicker/src/android/photopicker/cts/ |
D | PickerProviderMediaGenerator.java | 128 public void setAccountInfo(String accountName, Intent configIntent) { in setAccountInfo()
|