Home
last modified time | relevance | path

Searched defs:accountType (Results 1 – 13 of 13) 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()
DAddAccountTx.java26 public final String accountType; field in AddAccountTx
41 String accountType, in AddAccountTx()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSetPolicyActivity.java85 String accountType = intent.getStringExtra(EXTRA_ACCOUNT_TYPE); in handleIntent() local
91 String accountType = intent.getStringExtra(EXTRA_ACCOUNT_TYPE); in handleIntent() local
/cts/tests/tests/accounts/src/android/accounts/cts/
DAuthenticatorDescriptionTest.java9 private String accountType = "com.my.auth"; field in AuthenticatorDescriptionTest
DMockAccountAuthenticator.java147 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
179 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
DAccountManagerTest.java290 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java42 public TestAccountAuthenticator(Context context, String accountType) { in TestAccountAuthenticator()
49 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
57 String accountType, in addAccount()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java48 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
55 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/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/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/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java58 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
63 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java562 private void changeAccountManagement(String command, String accountType, int userId) in changeAccountManagement()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java699 String accountType, String data, String index, int type, int color) { in addColor()
716 String accountType, String index) { in findColorByIndex()
723 String accountType) { in findColorsByAccount()
735 String accountName, String accountType) { in addDefaultColorsToAccount()
747 String accountType) { in deleteColorsByAccount()
885 static Uri asSyncAdapter(Uri uri, String account, String accountType) { in asSyncAdapter()