Searched refs:notifyVideoDataUsage (Results 1 – 5 of 5) sorted by relevance
166 public void notifyVideoDataUsage(final long bytes) { in notifyVideoDataUsage() method in VideoSessionCallback.CallbackBinder171 mExecutor.execute(() -> mLocalCallback.notifyVideoDataUsage(bytes)); in notifyVideoDataUsage()250 public void notifyVideoDataUsage(final long bytes) { in notifyVideoDataUsage() method in VideoSessionCallback
39 void notifyVideoDataUsage(long bytes); in notifyVideoDataUsage() method
188 times(1)).notifyVideoDataUsage(eq(VIDEO_DATA)); in testEventVideoDataUsageInd()
256 verify(mCallback, times(1)).notifyVideoDataUsage(eq(VIDEO_DATA)); in testNotifyVideoDataUsage()
369 mCallback.notifyVideoDataUsage(bytes); in handleNotifyVideoDataUsage()