Merge \"Fix infinite loop when registering data usage callback.\" into nyc-dev
am: c20ffc2a9e
Change-Id: I3839e516a128befbfe677b17b05a557b9e0afd87
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