summaryrefslogtreecommitdiffstats
path: root/core/tests
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests')
-rw-r--r--core/tests/coretests/src/android/accounts/AccountManagerServiceTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/tests/coretests/src/android/accounts/AccountManagerServiceTest.java b/core/tests/coretests/src/android/accounts/AccountManagerServiceTest.java
index 6efc61a..33a73b5 100644
--- a/core/tests/coretests/src/android/accounts/AccountManagerServiceTest.java
+++ b/core/tests/coretests/src/android/accounts/AccountManagerServiceTest.java
@@ -216,6 +216,10 @@ public class AccountManagerServiceTest extends AndroidTestCase {
final RegisteredServicesCacheListener<AuthenticatorDescription> listener,
final Handler handler) {
}
+
+ @Override
+ public void generateServicesMap() {
+ }
}
static public class MyMockContext extends MockContext {