Home
last modified time | relevance | path

Searched defs:accountType (Results 1 – 21 of 21) sorted by relevance

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DEditPropertiesTx.java23 public final String accountType; field in EditPropertiesTx
32 String accountType, in EditPropertiesTx()
DStartAddAccountSessionTx.java26 public final String accountType; field in StartAddAccountSessionTx
39 String accountType, in StartAddAccountSessionTx()
DAddAccountTx.java26 public final String accountType; field in AddAccountTx
41 String accountType, in AddAccountTx()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java38 public TestDefaultAuthenticator(Context context, String accountType) { in TestDefaultAuthenticator()
45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
53 String accountType, in addAccount()
DTestAccountAuthenticator.java46 public TestAccountAuthenticator(Context context, String accountType) { in TestAccountAuthenticator()
53 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
61 String accountType, in addAccount()
312 String accountType, in startAddAccountSession()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSetPolicyActivity.java90 String accountType = intent.getStringExtra(EXTRA_ACCOUNT_TYPE); in handleIntent() local
96 String accountType = intent.getStringExtra(EXTRA_ACCOUNT_TYPE); in handleIntent() local
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
DTestAuthenticator.java63 private static Account createAccount(Context context, String accountType, in createAccount()
91 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
97 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAuthenticatorDescriptionTest.java9 private String accountType = "com.my.auth"; field in AuthenticatorDescriptionTest
DMockAccountAuthenticator.java160 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
192 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
334 String accountType, in startAddAccountSession()
444 String accountType, in finishSession()
DAccountManagerTest.java314 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount()
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubAuthenticator.java51 String accountType) { in editProperties()
57 String accountType, String tokenType, String[] strings, in addAccount()
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DTestAuthenticator.java59 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
87 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/hostsidetests/content/test-apps/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java53 String accountType) { in editProperties()
59 String accountType, String tokenType, String[] strings, in addAccount()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsAuthenticator.java96 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
103 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java56 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
61 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java71 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
78 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DDummyGalProvider.java168 final String accountType = uri.getQueryParameter(RawContacts.ACCOUNT_TYPE); in handleFilter() local
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java700 String accountType, String data, String index, int type, int color) { in addColor()
717 String accountType, String index) { in findColorByIndex()
724 String accountType) { in findColorsByAccount()
736 String accountName, String accountType) { in addDefaultColorsToAccount()
748 String accountType) { in deleteColorsByAccount()
886 static Uri asSyncAdapter(Uri uri, String account, String accountType) { in asSyncAdapter()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java752 private void changeAccountManagement(String command, String accountType, int userId) in changeAccountManagement()