Skip to content

Commit ae652cc

Browse files
committed
Fix AccountManagerServiceTest
The MockAccountAuthenticatorCache needs to implement the new method. Bug: 6820670 Change-Id: I5d1cb3aecec63602ae4541cd01ae8e28c8328e5a
1 parent 26ff662 commit ae652cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/tests/coretests/src/android/accounts/AccountManagerServiceTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ public void setListener(
216216
final RegisteredServicesCacheListener<AuthenticatorDescription> listener,
217217
final Handler handler) {
218218
}
219+
220+
@Override
221+
public void generateServicesMap() {
222+
}
219223
}
220224

221225
static public class MyMockContext extends MockContext {

0 commit comments

Comments
 (0)