Searched refs:onRttReceived (Results 1 – 6 of 6) sorted by relevance
116 public void onRttReceived(final String text) { in onRttReceived() method in TextSessionCallback.CallbackBinder121 mExecutor.execute(() -> mLocalCallback.onRttReceived(text)); in onRttReceived()148 public void onRttReceived(final String text) { in onRttReceived() method in TextSessionCallback
32 void onRttReceived(in String text); in onRttReceived() method
150 times(1)).onRttReceived(eq(TEXT_STREAM)); in testEventRttReceived()
210 verify(mCallback, times(1)).onRttReceived(eq(TEXT_STREAM)); in testRttReceived()
278 mCallback.onRttReceived(text); in handleRttReceived()
903 public void onRttReceived(final String text) { in onRttReceived() method in MainActivity.RtpTextSessionCallback