Searched refs:onPreconnectionStart (Results 1 – 13 of 13) sorted by relevance
181 public void onPreconnectionStart(List<Layer2PacketParcelable> packets) { in onPreconnectionStart() method in IpClientUtil.IpClientCallbacksProxy182 mCb.onPreconnectionStart(packets); in onPreconnectionStart()
135 public void onPreconnectionStart(List<Layer2PacketParcelable> packets) {} in onPreconnectionStart() method in IpClientCallbacks
69 void onPreconnectionStart(in List<Layer2PacketParcelable> packets); in onPreconnectionStart() method
34 oneway void onPreconnectionStart(in List<android.net.Layer2PacketParcelable> packets); in onPreconnectionStart() method
35 oneway void onPreconnectionStart(in List<android.net.Layer2PacketParcelable> packets); in onPreconnectionStart() method
389 public void onPreconnectionStart(List<Layer2PacketParcelable> packets) { in onPreconnectionStart() method in IpClient.IpClientCallbacksWrapper392 mCallback.onPreconnectionStart(packets); in onPreconnectionStart()2126 mCallback.onPreconnectionStart(Collections.singletonList(l2Packet)); in processMessage()
1036 verify(mCb, timeout(TEST_TIMEOUT_MS)).onPreconnectionStart(l2PacketList.capture());
954 public void onPreconnectionStart(List<Layer2PacketParcelable> packets) { in onPreconnectionStart() method in ClientModeImpl.IpClientCallbacksImpl