Add new method to FakeUid

This commit adds a new method to FakeUid
The added method is getMulticastWakelockStats()

Test: Manual Test
Bug: 33649966
Change-Id: I55c31eca87f1ad46e478d5e9e5e2f951eaee0265
Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
This commit is contained in:
Ahmed ElArabawy
2017-10-30 18:07:35 -07:00
parent d5fff3645a
commit 35f5b8f357

View File

@@ -50,6 +50,11 @@ public class FakeUid extends Uid {
return null; return null;
} }
@Override
public Timer getMulticastWakelockStats() {
return null;
}
@Override @Override
public ArrayMap<String, ? extends Timer> getSyncStats() { public ArrayMap<String, ? extends Timer> getSyncStats() {
return null; return null;