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
927 public void onThresholdReached(@NonNull NetworkTemplate template) { in onThresholdReached() method in NetworkStatsManager.UsageCallback940 public abstract void onThresholdReached(int networkType, @Nullable String subscriberId); in onThresholdReached() method in NetworkStatsManager.UsageCallback1095 public void onThresholdReached(DataUsageRequest request) { in onThresholdReached() method in NetworkStatsManager.UsageCallbackWrapper
973 public void onThresholdReached(int networkType, String subscriberId) { in onThresholdReached() method in NetworkStatsManagerTest.TestUsageCallback