Searched defs:onThresholdReached (Results 1 – 4 of 4) sorted by relevance
27 void onThresholdReached(in DataUsageRequest request); in onThresholdReached() method
38 override fun onThresholdReached(request: DataUsageRequest) { in onThresholdReached() method
952 public void onThresholdReached(@NonNull NetworkTemplate template) { in onThresholdReached() method in NetworkStatsManager.UsageCallback965 public abstract void onThresholdReached(int networkType, @Nullable String subscriberId); in onThresholdReached() method in NetworkStatsManager.UsageCallback1123 public void onThresholdReached(DataUsageRequest request) { in onThresholdReached() method in NetworkStatsManager.UsageCallbackWrapper
978 public void onThresholdReached(int networkType, String subscriberId) { in onThresholdReached() method in NetworkStatsManagerTest.TestUsageCallback