/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 | StartAddAccountSessionTx.java | 26 public final String accountType; field in StartAddAccountSessionTx 39 String accountType, in StartAddAccountSessionTx()
|
D | AddAccountTx.java | 26 public final String accountType; field in AddAccountTx 41 String accountType, in AddAccountTx()
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestDefaultAuthenticator.java | 38 public TestDefaultAuthenticator(Context context, String accountType) { in TestDefaultAuthenticator() 45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 53 String accountType, in addAccount()
|
D | TestAccountAuthenticator.java | 46 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/ |
D | SetPolicyActivity.java | 90 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/ |
D | TestAuthenticator.java | 63 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/ |
D | AuthenticatorDescriptionTest.java | 9 private String accountType = "com.my.auth"; field in AuthenticatorDescriptionTest
|
D | MockAccountAuthenticator.java | 160 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()
|
D | AccountManagerTest.java | 315 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount()
|
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
D | StubAuthenticator.java | 51 String accountType) { in editProperties() 57 String accountType, String tokenType, String[] strings, in addAccount()
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | MockAccountAuthenticator.java | 49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 56 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
D | AccountManagementTest.java | 82 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testAddAccount_allowed() local
|
/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/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/ |
D | TestAuthenticator.java | 59 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 87 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
D | SyncManagerCtsAuthenticator.java | 104 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 111 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 54 String accountType) { in editProperties() 60 String accountType, String tokenType, String[] strings, in addAccount()
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsAuthenticator.java | 96 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 103 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdAuthenticator.java | 95 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 102 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
D | StaticAccountAuthenticator.java | 56 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/ |
D | AccountAuthenticator.java | 71 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/ |
D | DummyGalProvider.java | 168 final String accountType = uri.getQueryParameter(RawContacts.ACCOUNT_TYPE); in handleFilter() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 700 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/ |
D | DeviceAndProfileOwnerTest.java | 975 private void changeAccountManagement(String command, String accountType, int userId) in changeAccountManagement()
|