Merge "Add new method to FakeUid"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ceaeee8cd7
@@ -50,6 +50,11 @@ public class FakeUid extends Uid {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Timer getMulticastWakelockStats() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ArrayMap<String, ? extends Timer> getSyncStats() {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user