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