/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/ |
D | DiscoveryWithRangingTestCase.java | 120 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()
|
D | DataPathOutOfBandTestCase.java | 138 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_attached)); in executeTest() 148 mListener.onTestMsgReceived(mResources.getString(R.string.aware_status_identity, in executeTest() 218 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_publish_started)); in executeTestResponder() 241 mListener.onTestMsgReceived(mResources.getString(R.string.aware_status_received_mac, in executeTestResponder() 262 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_send_success)); in executeTestResponder() 288 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_network_requested)); in executeTestResponder() 308 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_network_success)); in executeTestResponder() 311 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_lifecycle_ok)); in executeTestResponder() 346 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_subscribe_started)); in executeTestInitiator() 359 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_discovery)); in executeTestInitiator() [all …]
|
D | DiscoveryBaseTestCase.java | 116 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()
|
D | DataPathInBandTestCase.java | 140 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_lifecycle_ok)); in executeTest() 171 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_received)); in executeTestSubscriber() 214 mListener.onTestMsgReceived( in executeTestSubscriber() 238 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_network_success)); in executeTestSubscriber() 278 mListener.onTestMsgReceived( in executeTestSubscriber() 316 mListener.onTestMsgReceived( in executeTestSubscriber() 366 mListener.onTestMsgReceived( in executeTestPublisher() 385 mListener.onTestMsgReceived(mContext.getString( in executeTestPublisher() 451 mListener.onTestMsgReceived( in executeTestPublisher() 470 mListener.onTestMsgReceived(mContext.getString(R.string.aware_status_send_success)); in executeTestPublisher() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/testcase/ |
D | NetworkSuggestionTestCase.java | 265 mListener.onTestMsgReceived(mContext.getString(R.string.wifi_status_suggestion_add)); in executeTest() 274 mListener.onTestMsgReceived(mContext.getString( in executeTest() 288 mListener.onTestMsgReceived(mContext.getString( in executeTest() 310 mListener.onTestMsgReceived(mContext.getString( in executeTest() 318 mListener.onTestMsgReceived( in executeTest() 322 mListener.onTestMsgReceived(mContext.getString( in executeTest() 330 mListener.onTestMsgReceived( in executeTest() 351 mListener.onTestMsgReceived( in executeTest() 361 mListener.onTestMsgReceived( in executeTest() 367 mListener.onTestMsgReceived( in executeTest() [all …]
|
D | NetworkRequestTestCase.java | 187 mListener.onTestMsgReceived( in executeTest() 196 mListener.onTestMsgReceived( in executeTest() 199 mListener.onTestMsgReceived( in executeTest() 210 mListener.onTestMsgReceived( in executeTest() 215 mListener.onTestMsgReceived( in executeTest() 224 mListener.onTestMsgReceived( in executeTest() 227 mListener.onTestMsgReceived( in executeTest()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | TestCase.java | 172 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/ |
D | BaseTestActivity.java | 89 public void onTestMsgReceived(String msg) { in onTestMsgReceived() method in BaseTestActivity
|
D | BaseTestCase.java | 146 void onTestMsgReceived(String msg); in onTestMsgReceived() method
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/ |
D | BaseTestCase.java | 171 void onTestMsgReceived(String msg); in onTestMsgReceived() method
|
D | BaseTestActivity.java | 127 public void onTestMsgReceived(String msg) { in onTestMsgReceived() method in BaseTestActivity
|
D | TestUtils.java | 79 mListener.onTestMsgReceived(mContext.getString(R.string.wifi_status_initiating_scan)); in startScanAndWaitForResults()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
D | ResponderTestActivity.java | 156 public void onTestMsgReceived(final String msg) { in onTestMsgReceived() method in ResponderTestActivity
|
D | RequesterTestActivity.java | 179 public void onTestMsgReceived(final String msg) { in onTestMsgReceived() method in RequesterTestActivity
|