/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | EditPropertiesTx.java | 23 public final String accountType; field in EditPropertiesTx 32 String accountType, in EditPropertiesTx()
|
D | AddAccountTx.java | 26 public final String accountType; field in AddAccountTx 41 String accountType, in AddAccountTx()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | SetPolicyActivity.java | 85 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/ |
D | AuthenticatorDescriptionTest.java | 9 private String accountType = "com.my.auth"; field in AuthenticatorDescriptionTest
|
D | MockAccountAuthenticator.java | 147 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 179 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
D | AccountManagerTest.java | 290 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount()
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestAccountAuthenticator.java | 42 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/ |
D | AccountAuthenticator.java | 48 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/ |
D | MockAccountAuthenticator.java | 50 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/ |
D | MockAccountAuthenticator.java | 50 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/ |
D | StaticAccountAuthenticator.java | 58 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/ |
D | DeviceAndProfileOwnerTest.java | 562 private void changeAccountManagement(String command, String accountType, int userId) in changeAccountManagement()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 699 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()
|