HomeSort by relevance Sort by last modified time
    Searched refs:TestAccountType2Authenticator (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType2AuthenticatorService.java 23 * a test Mock Service for wrapping the TestAccountType2Authenticator
29 TestAccountType2Authenticator authenticator = new TestAccountType2Authenticator(
TestAccountType2Authenticator.java 34 public class TestAccountType2Authenticator extends AbstractAccountAuthenticator {
40 public TestAccountType2Authenticator(Context context, String accountType) {
49 "editProperties is not supported by the TestAccountType2Authenticator");
60 "addAccount is not supported by the TestAccountType2Authenticator");
69 "confirmCredentials is not supported by the TestAccountType2Authenticator");
79 "getAuthToken is not supported by the TestAccountType2Authenticator");
85 "getAuthTokenLabel is not supported by the TestAccountType2Authenticator");
95 "updateCredentials is not supported by the TestAccountType2Authenticator");
104 "hasFeatures is not supported by the TestAccountType2Authenticator");
115 "startAddAccountSession is not supported by the TestAccountType2Authenticator");
    [all...]

Completed in 180 milliseconds