1 page.title=IAutomationSupport 2 parent.title=uiautomator 3 parent.link=index.html 4 @jd:body 5 <style> 6 h4.jd-details-title {background-color: #DEE8F1;} 7 </style> 8 9 <h2>Class Overview</h2> 10 <p>Provides auxiliary support for running test cases 11 12 </p> 13 14 <h2>Summary</h2> 15 16 <!-- ========== METHOD SUMMARY =========== --> 17 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> 18 19 20 21 22 <tr class="api" > 23 <td class="jd-typecol"> 24 abstract 25 26 27 28 29 void 30 </td> 31 <td class="jd-linkcol" width="100%"> 32 <span class="sympad"><a href="#sendStatus(int, android.os.Bundle)">sendStatus</a></span>(int resultCode, Bundle status) 33 34 <div class="jd-descrdiv">Allows the running test cases to send out interim status</div> 35 36 </td></tr> 37 38 39 40 </table> 41 42 43 44 45 46 47 48 </div><!-- jd-descr (summary) --> 49 50 <!-- ========= CONSTRUCTOR DETAIL ======== --> 51 <!-- Protected ctors --> 52 53 54 55 <!-- ========= METHOD DETAIL ======== --> 56 <!-- Public methdos --> 57 58 <h2>Public Methods</h2> 59 60 61 62 <a id="sendStatus(int, android.os.Bundle)"></a> 63 64 <div class="jd-details api "> 65 <h4 class="jd-details-title"> 66 <span class="normal"> 67 public 68 69 70 abstract 71 72 void 73 </span> 74 <span class="sympad">sendStatus</span> 75 <span class="normal">(int resultCode, Bundle status)</span> 76 </h4> 77 </div> 78 79 <div class="jd-details-descr"> 80 <div class="jd-tagdata jd-tagdescr"><p>Allows the running test cases to send out interim status</p></div> 81 </div> 82 83