Searched refs:onThresholdReached (Results 1 – 8 of 8) sorted by relevance
952 public void onThresholdReached(@NonNull NetworkTemplate template) { in onThresholdReached() method in NetworkStatsManager.UsageCallback958 onThresholdReached(networkType, subscriberId); in onThresholdReached()965 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.UsageCallbackWrapper1127 mExecutor.execute(() -> callback.onThresholdReached(request.template)); in onThresholdReached()
27 void onThresholdReached(in DataUsageRequest request); in onThresholdReached() method
38 override fun onThresholdReached(request: DataUsageRequest) { in onThresholdReached() method
334 mCallback.onThresholdReached(mRequest); in callCallback()
441 usageCallback.onThresholdReached(template); in testOnThresholdReached()
25 method public void onThresholdReached(@NonNull android.net.NetworkTemplate);
57 method public abstract void onThresholdReached(int, @Nullable String);
978 public void onThresholdReached(int networkType, String subscriberId) { in onThresholdReached() method in NetworkStatsManagerTest.TestUsageCallback