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