/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 75 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly() 79 private boolean removeAccount(AccountManager am, Account account, in removeAccount() 98 private void addAccountAndVerifyInitSync(Account account, String password, in addAccountAndVerifyInitSync() 121 private void cancelSync(Account account, String authority, int latchTimeoutMillis) { in cancelSync() 137 private void requestSync(Account account, String authority, int latchTimeoutMillis) { in requestSync() 153 private void setIsSyncable(Account account, String authority, boolean b) { in setIsSyncable()
|
D | MockAccountAuthenticator.java | 62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
D | MockSyncAdapter.java | 79 public void startSync(ISyncContext syncContext, String authority, Account account, in startSync() 115 public void initialize(android.accounts.Account account, java.lang.String authority) in initialize()
|
D | SyncStorageEngineTest.java | 64 Account account = new Account("account1", "type1"); in testMalformedAuthority() local
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | GetAccountRemovalAllowedTx.java | 24 public final Account account; field in GetAccountRemovalAllowedTx 33 Account account, in GetAccountRemovalAllowedTx()
|
D | HasFeaturesTx.java | 27 public final Account account; field in HasFeaturesTx 38 Account account, in HasFeaturesTx()
|
D | ConfirmCredentialsTx.java | 24 public final Account account; field in ConfirmCredentialsTx 35 Account account, in ConfirmCredentialsTx()
|
D | GetAuthTokenTx.java | 24 public final Account account; field in GetAuthTokenTx 37 Account account, in GetAuthTokenTx()
|
D | UpdateCredentialsTx.java | 24 public final Account account; field in UpdateCredentialsTx 37 Account account, in UpdateCredentialsTx()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | AccountAuthenticator.java | 60 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 66 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 75 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 86 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | MockAccountAuthenticator.java | 62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | MockAccountAuthenticator.java | 164 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 189 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 212 Account account, in getAuthToken() 254 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() 280 Account account) throws NetworkErrorException { in getAccountRemovalAllowed() 304 Account account, in addAccountFromCredentials() 311 final Account account) throws NetworkErrorException { in getAccountCredentialsForCloning()
|
D | AccountTest.java | 10 private Account account; field in AccountTest
|
D | AccountManagerTest.java | 168 Account account = fetcher.getAccount(); in validateSuccessfulTokenFetchingLifecycle() local 311 private Account renameAccount(AccountManager am, Account account, String newName) in renameAccount() 321 private boolean removeAccount(AccountManager am, Account account, in removeAccount() 333 private Bundle removeAccountWithIntentLaunch(AccountManager am, Account account, in removeAccountWithIntentLaunch() 347 private Bundle removeAccount(AccountManager am, Account account, Activity activity, in removeAccount() 361 private boolean removeAccountExplicitly(AccountManager am, Account account) { in removeAccountExplicitly() 365 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly() 965 BlockingGetAuthTokenFetcher(Account account) { in BlockingGetAuthTokenFetcher() 1477 Account account = new Account("AccountNotOnThisDevice", ACCOUNT_TYPE); in testConfirmCredentialsAccountNotOnDevice() local
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
D | StaticAccountAuthenticator.java | 70 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 78 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 89 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 95 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 127 static String generateCalendarOwnerEmail(String account) { in generateCalendarOwnerEmail() 140 String account, int seed) { in getNewCalendarValues() 203 public static int deleteCalendarByAccount(ContentResolver resolver, String account) { in deleteCalendarByAccount() 208 public static Cursor getCalendarsByAccount(ContentResolver resolver, String account) { in getCalendarsByAccount() 245 public static ContentValues getNewSyncStateValues(String account) { in getNewSyncStateValues() 264 public static Cursor getSyncStateByAccount(ContentResolver resolver, String account) { in getSyncStateByAccount() 285 public static int deleteSyncStateByAccount(ContentResolver resolver, String account, in deleteSyncStateByAccount() 366 String account, int seed, long calendarId, boolean asSyncAdapter) { in getNewEventValues() 444 public static ContentValues getNewRecurringEventValues(String account, int seed, in getNewRecurringEventValues() 510 public static void addDefaultReadOnlyValues(ContentValues values, String account, in addDefaultReadOnlyValues() [all …]
|
D | ContactsProvider2_AccountRemovalTest.java | 246 private ArrayList<ContactIdPair> createContacts(Account account, int numContacts) { in createContacts()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | NumberDialingTest.java | 45 PhoneAccount account = setupConnectionService( in testEndInPound() local
|
D | CallDetailsTest.java | 84 PhoneAccount account = setupConnectionService( in setUp() local
|
D | DataObjectUnitTests.java | 59 PhoneAccount account = PhoneAccount.builder( in testPhoneAccount() local
|
D | ConferenceTest.java | 288 PhoneAccount account = setupConnectionService( in addOutgoingCalls() local
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestAccountAuthenticator.java | 112 Account account, in confirmCredentials() 166 Account account, in getAuthToken() 237 Account account, in updateCredentials() 290 Account account, in hasFeatures()
|
D | AuthenticatorContentProvider.java | 90 Account account = new Account(name, a.type); in setup() local
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | RawContactUtil.java | 42 public static long createRawContactWithName(ContentResolver resolver, Account account, in createRawContactWithName() 50 Account account) { in createRawContactWithAutoGeneratedName() 56 public static long insertRawContact(ContentResolver resolver, Account account) { in insertRawContact()
|
D | DatabaseAsserts.java | 74 Account account, String name) { in assertAndCreateContactWithName() 88 public static ContactIdPair assertAndCreateContact(ContentResolver resolver, Account account) { in assertAndCreateContact()
|