1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119<!DOCTYPE html> 120<html devsite> 121<head> 122 123 124 <meta name="top_category" value="develop" /> 125 126 <meta name="subcategory" value="reference" /> 127 128 129 <meta name="book_path" value="/reference/android/support/test/_book.yaml" /> 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145<title>UiControllerModule</title> 146 147 148</head> 149 150<body class="gc-documentation develop reference api apilevel-"> 151<div id="doc-api-level" class="" style="display:none"></div> 152 153 154 155 156<div id="naMessage"></div> 157 158<div id="api-info-block"> 159<div class="api-level"> 160 161 162 163 164</div> 165 166 167 168 169 170 171 172 173 174 175 176<div class="sum-details-links"> 177 178Summary: 179 180 181 182 183 184 185 186 187 188 <a href="#pubctors">Ctors</a> 189 190 191 192 193 | <a href="#pubmethods">Methods</a> 194 195 196 197 198 | <a href="#inhmethods">Inherited Methods</a> 199 200| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> 201 202</div><!-- end sum-details-links --> 203</div><!-- end api-info-block --> 204 205<div class="api apilevel-" id="jd-content"> 206 207<!-- ======== START OF CLASS DATA ======== --> 208 209<h1 class="api-title">UiControllerModule</h1> 210<p> 211<code class="api-signature"> 212 public 213 214 215 216 class 217 UiControllerModule 218</code> 219<br> 220 221 222<code class="api-signature"> 223 224 extends Object 225 226 227 228</code> 229 230<code class="api-signature"> 231 232 233 234</code> 235 236</p><table class="jd-inheritance-table"> 237 238 239 <tr> 240 241 <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object 242 </td> 243 </tr> 244 245 246 <tr> 247 248 <td class="jd-inheritance-space"> ↳</td> 249 250 <td colspan="1" class="jd-inheritance-class-cell">android.support.test.espresso.base.UiControllerModule 251 </td> 252 </tr> 253 254 255</table> 256 257 258 259 260<br><hr> 261 262 263 <p>Dagger module for UiController. 264</p> 265 266 267 268 269 270 271 272<h2 class="api-section">Summary</h2> 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296<!-- ======== CONSTRUCTOR SUMMARY ======== --> 297<table id="pubctors" class="responsive constructors"> 298<tr><th colspan="2"><h3>Public constructors</h3></th></tr> 299 300 301 302 303 <tr class="api apilevel-" > 304 305 306 <td width="100%"> 307 <code> 308 <a href="/reference/android/support/test/espresso/base/UiControllerModule.html#UiControllerModule()">UiControllerModule</a>() 309 </code> 310 311 </td> 312 </tr> 313 314 315 316</table> 317 318 319 320 321 322 323<!-- ========== METHOD SUMMARY =========== --> 324<table id="pubmethods" class="responsive methods"> 325<tr><th colspan="2"><h3>Public methods</h3></th></tr> 326 327 328 329 330 <tr class="api apilevel-" > 331 332 333 <td><code> 334 335 336 337 338 339 <a href="/reference/android/support/test/espresso/UiController.html">UiController</a></code> 340 </td> 341 342 <td width="100%"> 343 <code> 344 <a href="/reference/android/support/test/espresso/base/UiControllerModule.html#provideUiController(android.support.test.espresso.base.UiControllerImpl)">provideUiController</a>(UiControllerImpl uiControllerImpl) 345 </code> 346 347 </td> 348 </tr> 349 350 351 352</table> 353 354 355 356 357 358 359 360<!-- ========== METHOD SUMMARY =========== --> 361<table id="inhmethods" class="methods inhtable"> 362<tr><th><h3>Inherited methods</h3></th></tr> 363 364 365<tr class="api apilevel-" > 366<td colspan="2"> 367 368 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" 369 ><img height="34" id="inherited-methods-java.lang.Object-trigger" 370 src="/assets/images/styles/disclosure_down.png" 371 class="jd-expando-trigger-img" /></a>From 372class 373<code> 374 375 java.lang.Object 376 377</code> 378<div id="inherited-methods-java.lang.Object"> 379 <div id="inherited-methods-java.lang.Object-list" 380 class="jd-inheritedlinks"> 381 </div> 382 <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> 383 <table class="jd-sumtable-expando responsive"> 384 385 386 387 388 <tr class="api apilevel-" > 389 390 391 <td><code> 392 393 394 395 396 397 Object</code> 398 </td> 399 400 <td width="100%"> 401 <code> 402 clone() 403 </code> 404 405 </td> 406 </tr> 407 408 409 410 <tr class="api apilevel-" > 411 412 413 <td><code> 414 415 416 417 418 419 boolean</code> 420 </td> 421 422 <td width="100%"> 423 <code> 424 equals(Object arg0) 425 </code> 426 427 </td> 428 </tr> 429 430 431 432 <tr class="api apilevel-" > 433 434 435 <td><code> 436 437 438 439 440 441 void</code> 442 </td> 443 444 <td width="100%"> 445 <code> 446 finalize() 447 </code> 448 449 </td> 450 </tr> 451 452 453 454 <tr class="api apilevel-" > 455 456 457 <td><code> 458 459 460 461 final 462 463 Class<?></code> 464 </td> 465 466 <td width="100%"> 467 <code> 468 getClass() 469 </code> 470 471 </td> 472 </tr> 473 474 475 476 <tr class="api apilevel-" > 477 478 479 <td><code> 480 481 482 483 484 485 int</code> 486 </td> 487 488 <td width="100%"> 489 <code> 490 hashCode() 491 </code> 492 493 </td> 494 </tr> 495 496 497 498 <tr class="api apilevel-" > 499 500 501 <td><code> 502 503 504 505 final 506 507 void</code> 508 </td> 509 510 <td width="100%"> 511 <code> 512 notify() 513 </code> 514 515 </td> 516 </tr> 517 518 519 520 <tr class="api apilevel-" > 521 522 523 <td><code> 524 525 526 527 final 528 529 void</code> 530 </td> 531 532 <td width="100%"> 533 <code> 534 notifyAll() 535 </code> 536 537 </td> 538 </tr> 539 540 541 542 <tr class="api apilevel-" > 543 544 545 <td><code> 546 547 548 549 550 551 String</code> 552 </td> 553 554 <td width="100%"> 555 <code> 556 toString() 557 </code> 558 559 </td> 560 </tr> 561 562 563 564 <tr class="api apilevel-" > 565 566 567 <td><code> 568 569 570 571 final 572 573 void</code> 574 </td> 575 576 <td width="100%"> 577 <code> 578 wait(long arg0, int arg1) 579 </code> 580 581 </td> 582 </tr> 583 584 585 586 <tr class="api apilevel-" > 587 588 589 <td><code> 590 591 592 593 final 594 595 void</code> 596 </td> 597 598 <td width="100%"> 599 <code> 600 wait(long arg0) 601 </code> 602 603 </td> 604 </tr> 605 606 607 608 <tr class="api apilevel-" > 609 610 611 <td><code> 612 613 614 615 final 616 617 void</code> 618 </td> 619 620 <td width="100%"> 621 <code> 622 wait() 623 </code> 624 625 </td> 626 </tr> 627 628 629 630 </table> 631 </div> 632</div> 633</td></tr> 634 635 636</table> 637 638 639 640<!-- XML Attributes --> 641 642 643<!-- Enum Values --> 644 645 646<!-- Constants --> 647 648 649<!-- Fields --> 650 651 652<!-- Public ctors --> 653 654 655<!-- ========= CONSTRUCTOR DETAIL ======== --> 656<h2 class="api-section">Public constructors</h2> 657 658 659 660<A NAME="UiControllerModule()"></A> 661 662<div class="api apilevel-"> 663 <h3 class="api-name">UiControllerModule</h3> 664 <div class="api-level"> 665 <div></div> 666 667 668 669 </div> 670<pre class="api-signature no-pretty-print"> 671UiControllerModule ()</pre> 672 673 674 675 676 <p></p> 677 678</div> 679 680 681 682 683 684<!-- ========= CONSTRUCTOR DETAIL ======== --> 685<!-- Protected ctors --> 686 687 688 689<!-- ========= METHOD DETAIL ======== --> 690<!-- Public methdos --> 691 692<h2 class="api-section">Public methods</h2> 693 694 695 696<A NAME="provideUiController(android.support.test.espresso.base.UiControllerImpl)"></A> 697 698<div class="api apilevel-"> 699 <h3 class="api-name">provideUiController</h3> 700 <div class="api-level"> 701 <div></div> 702 703 704 705 </div> 706<pre class="api-signature no-pretty-print"> 707<a href="/reference/android/support/test/espresso/UiController.html">UiController</a> provideUiController (UiControllerImpl uiControllerImpl)</pre> 708 709 710 711 712 <p></p> 713 <table class="responsive"> 714 <tr><th colspan=2>Parameters</th></tr> 715 <tr> 716 <td><code>uiControllerImpl</code></td> 717 <td width="100%"> 718 <code>UiControllerImpl</code> 719 <!-- no parameter comment --></td> 720 </tr> 721 </table> 722 <table class="responsive"> 723 <tr><th colspan=2>Returns</th></tr> 724 <tr> 725 <td><code><a href="/reference/android/support/test/espresso/UiController.html">UiController</a></code></td> 726 <td width="100%"><!-- no returns description in source --></td> 727 </tr> 728 </table> 729 730</div> 731 732 733 734 735 736<!-- ========= METHOD DETAIL ======== --> 737 738 739 740<!-- ========= END OF CLASS DATA ========= --> 741 742</div><!-- end jd-content --> 743 744 745 746<div class="data-reference-resources-wrapper"> 747 748 <ul data-reference-resources> 749 750 <li><h2>Annotations</h2> 751 <ul> 752 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/Default.html">Default</a></li> 753 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/MainThread.html">MainThread</a></li> 754 </ul> 755 </li> 756 757 <li><h2>Interfaces</h2> 758 <ul> 759 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/ActiveRootLister.html">ActiveRootLister</a></li> 760 </ul> 761 </li> 762 763 <li><h2>Classes</h2> 764 <ul> 765 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/BaseLayerModule.html">BaseLayerModule</a></li> 766 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/BaseLayerModule.FailureHandlerHolder.html">BaseLayerModule.FailureHandlerHolder</a></li> 767 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/DefaultFailureHandler.html">DefaultFailureHandler</a></li> 768 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/IdlingResourceRegistry.html">IdlingResourceRegistry</a></li> 769 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/RootViewPicker.html">RootViewPicker</a></li> 770 <li class="selected api apilevel-"><a href="/reference/android/support/test/espresso/base/UiControllerModule.html">UiControllerModule</a></li> 771 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/base/ViewFinderImpl.html">ViewFinderImpl</a></li> 772 </ul> 773 </li> 774 775 776 777 </ul> 778 779</div> 780 781 782 783</body> 784</html> 785