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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user