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

  /libcore/luni/src/test/java/libcore/java/net/
OldAuthenticatorTest.java 34 MockAuthenticator mock = new MockAuthenticator();
45 MockAuthenticator ma = new MockAuthenticator();
51 MockAuthenticator ma = new MockAuthenticator();
55 class MockAuthenticator extends Authenticator {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
AuthenticatorTest.java 77 MockAuthenticator mock = new MockAuthenticator();
89 MockAuthenticator mock = new MockAuthenticator();
103 MockAuthenticator mock = new MockAuthenticator();
117 MockAuthenticator mock = new MockAuthenticator();
126 MockAuthenticator mock = new MockAuthenticator();
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_authenticator.h 24 class MockAuthenticator : public Authenticator {
26 MockAuthenticator(LoginStatusConsumer* consumer,
43 NewRunnableMethod(this, &MockAuthenticator::OnLoginSuccess,
50 NewRunnableMethod(this, &MockAuthenticator::OnLoginFailure,
99 DISALLOW_COPY_AND_ASSIGN(MockAuthenticator);
132 return new MockAuthenticator(
screen_locker_tester.cc 38 new MockAuthenticator(ScreenLocker::screen_locker_, user, password));

Completed in 201 milliseconds