Merge \\\"Fix infinite loop when registering data usage callback.\\\" into nyc-dev am: 55e82ab60f am: 13cf0e7d54
am: 1d4fd3ed27 Change-Id: I5140373d930726e0b93fa62ac03315a37c581b5b
This commit is contained in:
@@ -305,7 +305,8 @@ public class NetworkStatsManager {
|
|||||||
*/
|
*/
|
||||||
public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes,
|
public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes,
|
||||||
UsageCallback callback) {
|
UsageCallback callback) {
|
||||||
registerUsageCallback(networkType, subscriberId, thresholdBytes, null /* handler */);
|
registerUsageCallback(networkType, subscriberId, thresholdBytes, callback,
|
||||||
|
null /* handler */);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user