OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAccountCredentialsForCloning
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AccountAuthenticator.java
118
public Bundle
getAccountCredentialsForCloning
(AccountAuthenticatorResponse response, Account account) {
122
Log.e(TAG, "failed in
getAccountCredentialsForCloning
. account: " + account);
/cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java
323
public Bundle
getAccountCredentialsForCloning
(final AccountAuthenticatorResponse response,
325
return super.
getAccountCredentialsForCloning
(response, account);
Completed in 56 milliseconds