| OLD | NEW | 
|---|
| 1 | 1 | 
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 
| 3 <html><head><title>Python: module telemetry.core.chrome.adb_commands</title> | 3 <html><head><title>Python: module telemetry.core.chrome.adb_commands</title> | 
| 4 </head><body bgcolor="#f0f0f8"> | 4 </head><body bgcolor="#f0f0f8"> | 
| 5 | 5 | 
| 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | 
| 7 <tr bgcolor="#7799ee"> | 7 <tr bgcolor="#7799ee"> | 
| 8 <td valign=bottom> <br> | 8 <td valign=bottom> <br> | 
| 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
     f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
     .core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome
     .html"><font color="#ffffff">chrome</font></a>.adb_commands</strong></big></big>
     </font></td | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
     f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
     .core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome
     .html"><font color="#ffffff">chrome</font></a>.adb_commands</strong></big></big>
     </font></td | 
| 10 ><td align=right valign=bottom | 10 ><td align=right valign=bottom | 
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 108     'com.google.android.apps.chrome.Main').<br> | 108     'com.google.android.apps.chrome.Main').<br> | 
| 109   wait_for_completion: wait for the activity 
     to finish launching (-W flag).<br> | 109   wait_for_completion: wait for the activity 
     to finish launching (-W flag).<br> | 
| 110   action: string (e.g. 'android.intent.action.MAIN').&n
     bsp;Default is VIEW.<br> | 110   action: string (e.g. 'android.intent.action.MAIN').&n
     bsp;Default is VIEW.<br> | 
| 111   category: string (e.g. 'android.intent.category.HOME'
     )<br> | 111   category: string (e.g. 'android.intent.category.HOME'
     )<br> | 
| 112   data: Data string to pass to activity&
     nbsp;(e.g. '<a href="http://www.example.com/">http://www.example.com/</a>')
     .<br> | 112   data: Data string to pass to activity&
     nbsp;(e.g. '<a href="http://www.example.com/">http://www.example.com/</a>')
     .<br> | 
| 113   extras: Dict of extras to pass to 
     ;activity. Values are significant.<br> | 113   extras: Dict of extras to pass to 
     ;activity. Values are significant.<br> | 
| 114   trace_file_name: If used, turns on and 
     ;saves the trace to this file name.</tt></dd></dl> | 114   trace_file_name: If used, turns on and 
     ;saves the trace to this file name.</tt></dd></dl> | 
| 115 | 115 | 
| 116 <dl><dt><a name="AdbCommands-__init__"><strong>__init__</strong></a>(self, devic
     e)</dt></dl> | 116 <dl><dt><a name="AdbCommands-__init__"><strong>__init__</strong></a>(self, devic
     e)</dt></dl> | 
| 117 | 117 | 
|  | 118 <dl><dt><a name="AdbCommands-device"><strong>device</strong></a>(self)</dt></dl> | 
|  | 119 | 
| 118 <hr> | 120 <hr> | 
| 119 Data descriptors defined here:<br> | 121 Data descriptors defined here:<br> | 
| 120 <dl><dt><strong>__dict__</strong></dt> | 122 <dl><dt><strong>__dict__</strong></dt> | 
| 121 <dd><tt>dictionary for instance variables (if defined)<
     /tt></dd> | 123 <dd><tt>dictionary for instance variables (if defined)<
     /tt></dd> | 
| 122 </dl> | 124 </dl> | 
| 123 <dl><dt><strong>__weakref__</strong></dt> | 125 <dl><dt><strong>__weakref__</strong></dt> | 
| 124 <dd><tt>list of weak references to the object 
     ;(if defined)</tt></dd> | 126 <dd><tt>list of weak references to the object 
     ;(if defined)</tt></dd> | 
| 125 </dl> | 127 </dl> | 
| 126 </td></tr></table> <p> | 128 </td></tr></table> <p> | 
| 127 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 129 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
| 128 <tr bgcolor="#ffc8d8"> | 130 <tr bgcolor="#ffc8d8"> | 
| 129 <td colspan=3 valign=bottom> <br> | 131 <td colspan=3 valign=bottom> <br> | 
| 130 <font color="#000000" face="helvetica, arial"><a name="Forwarder">class <strong>
     Forwarder</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)
     </font></td></tr> | 132 <font color="#000000" face="helvetica, arial"><a name="Forwarder">class <strong>
     Forwarder</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)
     </font></td></tr> | 
| 131 | 133 | 
| 132 <tr><td bgcolor="#ffc8d8"><tt>   </tt></td><td> </td> | 134 <tr><td bgcolor="#ffc8d8"><tt>   </tt></td><td> </td> | 
| 133 <td width="100%">Methods defined here:<br> | 135 <td width="100%">Methods defined here:<br> | 
| 134 <dl><dt><a name="Forwarder-Close"><strong>Close</strong></a>(self)</dt></dl> | 136 <dl><dt><a name="Forwarder-Close"><strong>Close</strong></a>(self)</dt></dl> | 
| 135 | 137 | 
| 136 <dl><dt><a name="Forwarder-__init__"><strong>__init__</strong></a>(self, adb, *p
     ort_pairs)</dt></dl> | 138 <dl><dt><a name="Forwarder-__init__"><strong>__init__</strong></a>(self, adb, *p
     ort_pairs)</dt></dl> | 
| 137 | 139 | 
| 138 <hr> | 140 <hr> | 
|  | 141 Static methods defined here:<br> | 
|  | 142 <dl><dt><a name="Forwarder-KillDevice"><strong>KillDevice</strong></a>(adb)</dt>
     </dl> | 
|  | 143 | 
|  | 144 <dl><dt><a name="Forwarder-KillHost"><strong>KillHost</strong></a>()</dt></dl> | 
|  | 145 | 
|  | 146 <hr> | 
| 139 Data descriptors defined here:<br> | 147 Data descriptors defined here:<br> | 
| 140 <dl><dt><strong>__dict__</strong></dt> | 148 <dl><dt><strong>__dict__</strong></dt> | 
| 141 <dd><tt>dictionary for instance variables (if defined)<
     /tt></dd> | 149 <dd><tt>dictionary for instance variables (if defined)<
     /tt></dd> | 
| 142 </dl> | 150 </dl> | 
| 143 <dl><dt><strong>__weakref__</strong></dt> | 151 <dl><dt><strong>__weakref__</strong></dt> | 
| 144 <dd><tt>list of weak references to the object 
     ;(if defined)</tt></dd> | 152 <dd><tt>list of weak references to the object 
     ;(if defined)</tt></dd> | 
| 145 </dl> | 153 </dl> | 
| 146 <dl><dt><strong>url</strong></dt> | 154 <dl><dt><strong>url</strong></dt> | 
| 147 </dl> | 155 </dl> | 
| 148 </td></tr></table></td></tr></table><p> | 156 </td></tr></table></td></tr></table><p> | 
| 149 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 157 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 
| 150 <tr bgcolor="#eeaa77"> | 158 <tr bgcolor="#eeaa77"> | 
| 151 <td colspan=3 valign=bottom> <br> | 159 <td colspan=3 valign=bottom> <br> | 
| 152 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
     ig></font></td></tr> | 160 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
     ig></font></td></tr> | 
| 153 | 161 | 
| 154 <tr><td bgcolor="#eeaa77"><tt>      </tt></td><td>
      </td> | 162 <tr><td bgcolor="#eeaa77"><tt>      </tt></td><td>
      </td> | 
| 155 <td width="100%"><dl><dt><a name="-AllocateTestServerPort"><strong>AllocateTestS
     erverPort</strong></a>()</dt></dl> | 163 <td width="100%"><dl><dt><a name="-AllocateTestServerPort"><strong>AllocateTestS
     erverPort</strong></a>()</dt></dl> | 
| 156  <dl><dt><a name="-GetAttachedDevices"><strong>GetAttachedDevices</strong></a>()
     </dt><dd><tt>Returns a list of attached, online an
     droid devices.<br> | 164  <dl><dt><a name="-GetAttachedDevices"><strong>GetAttachedDevices</strong></a>()
     </dt><dd><tt>Returns a list of attached, online an
     droid devices.<br> | 
| 157  <br> | 165  <br> | 
| 158 If a preferred device has been set with 
     ANDROID_SERIAL, it will be first in<br> | 166 If a preferred device has been set with 
     ANDROID_SERIAL, it will be first in<br> | 
| 159 the returned list.</tt></dd></dl> | 167 the returned list.</tt></dd></dl> | 
| 160  <dl><dt><a name="-GetOutDirectory"><strong>GetOutDirectory</strong></a>()</dt><
     /dl> | 168  <dl><dt><a name="-GetOutDirectory"><strong>GetOutDirectory</strong></a>()</dt><
     /dl> | 
| 161  <dl><dt><a name="-HasForwarder"><strong>HasForwarder</strong></a>(buildtype<fon
     t color="#909090">=None</font>)</dt></dl> | 169  <dl><dt><a name="-HasForwarder"><strong>HasForwarder</strong></a>(buildtype<fon
     t color="#909090">=None</font>)</dt></dl> | 
| 162  <dl><dt><a name="-IsAndroidSupported"><strong>IsAndroidSupported</strong></a>()
     </dt></dl> | 170  <dl><dt><a name="-IsAndroidSupported"><strong>IsAndroidSupported</strong></a>()
     </dt></dl> | 
| 163  <dl><dt><a name="-ResetTestServerPortAllocation"><strong>ResetTestServerPortAll
     ocation</strong></a>()</dt></dl> | 171  <dl><dt><a name="-ResetTestServerPortAllocation"><strong>ResetTestServerPortAll
     ocation</strong></a>()</dt></dl> | 
| 164 </td></tr></table> | 172 </td></tr></table> | 
| 165 </body></html> | 173 </body></html> | 
| OLD | NEW | 
|---|