Home
last modified time | relevance | path

Searched refs:onTestMsgReceived (Results 1 – 9 of 9) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDiscoveryWithRangingTestCase.java120 mListener.onTestMsgReceived( in executeTestLocal()
135 mListener.onTestMsgReceived( in executeTestLocal()
144 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_starting_rtt)); in executeTestLocal()
158 mListener.onTestMsgReceived( in executeTestLocal()
162 mListener.onTestMsgReceived( in executeTestLocal()
179 mListener.onTestMsgReceived( in executeTestLocal()
183 mListener.onTestMsgReceived( in executeTestLocal()
208 mListener.onTestMsgReceived( in executeTestLocal()
222 mListener.onTestMsgReceived( in executeTestLocal()
234 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_lifecycle_ok)); in executeTestLocal()
DDataPathOutOfBandTestCase.java135 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_attached)); in executeTest()
145 mListener.onTestMsgReceived(mResources.getString(R.string.aware_status_identity, in executeTest()
215 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_publish_started)); in executeTestResponder()
238 mListener.onTestMsgReceived(mResources.getString(R.string.aware_status_received_mac, in executeTestResponder()
259 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_send_success)); in executeTestResponder()
285 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_network_requested)); in executeTestResponder()
294 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_network_success)); in executeTestResponder()
297 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_lifecycle_ok)); in executeTestResponder()
332 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_subscribe_started)); in executeTestInitiator()
345 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_discovery)); in executeTestInitiator()
[all …]
DDataPathInBandTestCase.java101 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_lifecycle_ok)); in executeTest()
120 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_received)); in executeTestSubscriber()
141 mListener.onTestMsgReceived( in executeTestSubscriber()
151 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_network_success)); in executeTestSubscriber()
173 mListener.onTestMsgReceived( in executeTestPublisher()
192 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_send_success)); in executeTestPublisher()
210 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_network_success)); in executeTestPublisher()
DDiscoveryBaseTestCase.java116 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_attached)); in executeAttach()
130 mListener.onTestMsgReceived(mResources.getString(R.string.aware_status_identity, in executeAttach()
185 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_subscribe_started)); in executeSubscribe()
200 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_discovery)); in executeSubscribe()
219 mListener.onTestMsgReceived( in executeSubscribe()
264 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_send_success)); in executeSubscribe()
317 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_publish_started)); in executePublish()
325 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_received)); in executePublish()
338 mListener.onTestMsgReceived(mResources.getString(R.string.aware_status_received_mac, in executePublish()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DTestCase.java172 mListener.onTestMsgReceived(mContext.getString(id)); in notifyTestMsg()
197 public void onTestMsgReceived(String msg); in onTestMsgReceived() method
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DBaseTestActivity.java89 public void onTestMsgReceived(String msg) { in onTestMsgReceived() method in BaseTestActivity
DBaseTestCase.java146 void onTestMsgReceived(String msg); in onTestMsgReceived() method
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DResponderTestActivity.java139 public void onTestMsgReceived(final String msg) { in onTestMsgReceived() method in ResponderTestActivity
DRequesterTestActivity.java179 public void onTestMsgReceived(final String msg) { in onTestMsgReceived() method in RequesterTestActivity