1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3 <html><head><title>Python: module telemetry.internal.app.android_process</title> 4 <meta charset="utf-8"> 5 </head><body bgcolor="#f0f0f8"> 6 7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> 8 <tr bgcolor="#7799ee"> 9 <td valign=bottom> <br> 10 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.internal.html"><font color="#ffffff">internal</font></a>.<a href="telemetry.internal.app.html"><font color="#ffffff">app</font></a>.android_process</strong></big></big></font></td 11 ><td align=right valign=bottom 12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/internal/app/android_process.py">telemetry/internal/app/android_process.py</a></font></td></tr></table> 13 <p><tt># Copyright 2015 The Chromium Authors. All rights reserved.<br> 14 # Use of this source code is governed by a BSD-style license that can be<br> 15 # found in the LICENSE file.</tt></p> 16 <p> 17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 18 <tr bgcolor="#aa55cc"> 19 <td colspan=3 valign=bottom> <br> 20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 21 22 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> 23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.internal.backends.chrome_inspector.devtools_client_backend.html">telemetry.internal.backends.chrome_inspector.devtools_client_backend</a><br> 24 </td><td width="25%" valign=top><a href="devil.android.ports.html">devil.android.ports</a><br> 25 </td><td width="25%" valign=top><a href="telemetry.internal.browser.web_contents.html">telemetry.internal.browser.web_contents</a><br> 26 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> 27 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 28 <tr bgcolor="#ee77aa"> 29 <td colspan=3 valign=bottom> <br> 30 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 31 32 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 33 <td width="100%"><dl> 34 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> 35 </font></dt><dd> 36 <dl> 37 <dt><font face="helvetica, arial"><a href="telemetry.internal.app.android_process.html#AndroidProcess">AndroidProcess</a> 38 </font></dt></dl> 39 </dd> 40 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) 41 </font></dt><dd> 42 <dl> 43 <dt><font face="helvetica, arial"><a href="telemetry.internal.app.android_process.html#WebViewNotFoundException">WebViewNotFoundException</a> 44 </font></dt></dl> 45 </dd> 46 </dl> 47 <p> 48 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 49 <tr bgcolor="#ffc8d8"> 50 <td colspan=3 valign=bottom> <br> 51 <font color="#000000" face="helvetica, arial"><a name="AndroidProcess">class <strong>AndroidProcess</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> 52 53 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 54 <td colspan=2><tt>Represents a single android process.<br> </tt></td></tr> 55 <tr><td> </td> 56 <td width="100%">Methods defined here:<br> 57 <dl><dt><a name="AndroidProcess-GetWebViews"><strong>GetWebViews</strong></a>(self)</dt></dl> 58 59 <dl><dt><a name="AndroidProcess-__init__"><strong>__init__</strong></a>(self, app_backend, pid, name)</dt></dl> 60 61 <hr> 62 Data descriptors defined here:<br> 63 <dl><dt><strong>__dict__</strong></dt> 64 <dd><tt>dictionary for instance variables (if defined)</tt></dd> 65 </dl> 66 <dl><dt><strong>__weakref__</strong></dt> 67 <dd><tt>list of weak references to the object (if defined)</tt></dd> 68 </dl> 69 <dl><dt><strong>name</strong></dt> 70 </dl> 71 <dl><dt><strong>pid</strong></dt> 72 </dl> 73 </td></tr></table> <p> 74 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 75 <tr bgcolor="#ffc8d8"> 76 <td colspan=3 valign=bottom> <br> 77 <font color="#000000" face="helvetica, arial"><a name="WebViewNotFoundException">class <strong>WebViewNotFoundException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> 78 79 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> 80 <td width="100%"><dl><dt>Method resolution order:</dt> 81 <dd><a href="telemetry.internal.app.android_process.html#WebViewNotFoundException">WebViewNotFoundException</a></dd> 82 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 83 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 84 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 85 </dl> 86 <hr> 87 Data descriptors defined here:<br> 88 <dl><dt><strong>__weakref__</strong></dt> 89 <dd><tt>list of weak references to the object (if defined)</tt></dd> 90 </dl> 91 <hr> 92 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 93 <dl><dt><a name="WebViewNotFoundException-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#WebViewNotFoundException-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> 94 95 <hr> 96 Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> 97 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#WebViewNotFoundException-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> 98 99 <hr> 100 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 101 <dl><dt><a name="WebViewNotFoundException-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#WebViewNotFoundException-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> 102 103 <dl><dt><a name="WebViewNotFoundException-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#WebViewNotFoundException-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> 104 105 <dl><dt><a name="WebViewNotFoundException-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#WebViewNotFoundException-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> 106 107 <dl><dt><a name="WebViewNotFoundException-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#WebViewNotFoundException-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> 108 <br> 109 Use of negative indices is not supported.</tt></dd></dl> 110 111 <dl><dt><a name="WebViewNotFoundException-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> 112 113 <dl><dt><a name="WebViewNotFoundException-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#WebViewNotFoundException-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> 114 115 <dl><dt><a name="WebViewNotFoundException-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#WebViewNotFoundException-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> 116 117 <dl><dt><a name="WebViewNotFoundException-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> 118 119 <dl><dt><a name="WebViewNotFoundException-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#WebViewNotFoundException-__str__">__str__</a>() <==> str(x)</tt></dd></dl> 120 121 <dl><dt><a name="WebViewNotFoundException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> 122 123 <hr> 124 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> 125 <dl><dt><strong>__dict__</strong></dt> 126 </dl> 127 <dl><dt><strong>args</strong></dt> 128 </dl> 129 <dl><dt><strong>message</strong></dt> 130 </dl> 131 </td></tr></table></td></tr></table> 132 </body></html>