blob: 044e5cae5bb2a9dcbf3c0502e645eeaf9108463d [file] [log] [blame]
Dirk Doughertyf343d3d2011-02-08 11:42:32 -08001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<HTML style="overflow:auto;">
3<HEAD>
4<meta name="generator" content="JDiff v1.1.0">
5<!-- Generated by the JDiff Javadoc doclet -->
6<!-- (http://www.jdiff.org) -->
7<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
9<TITLE>
10API Change Statistics
11</TITLE>
12<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
13<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
14<noscript>
15<style type="text/css">
16body{overflow:auto;}
17#body-content{position:relative; top:0;}
18#doc-content{overflow:visible;border-left:3px solid #666;}
19#side-nav{padding:0;}
20#side-nav .toggle-list ul {display:block;}
21#resize-packages-nav{border-bottom:3px solid #666;}
22</style>
23</noscript>
24<style type="text/css">
25</style>
26</HEAD>
27<body class="gc-documentation">
28<!-- Start of nav bar -->
29<a name="top"></a>
30<div id="header" style="margin-bottom:0;xborder-bottom:none;">
31<div id="headerLeft">
32<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
33</div>
34 <div id="headerRight">
35 <div id="headerLinks">
36<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
37<span class="text">
38<!-- &nbsp;<a href="#">English</a> | -->
39<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
40</span>
41</div>
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
43 <table class="diffspectable">
44 <tr>
45 <td colspan="2" class="diffspechead">API Diff Specification</td>
46 </tr>
47 <tr>
48 <td class="diffspec" style="padding-top:.25em">To Level:</td>
49 <td class="diffvaluenew" style="padding-top:.25em">11</td>
50 </tr>
51 <tr>
52 <td class="diffspec">From Level:</td>
53 <td class="diffvalueold">10</td>
54 </tr>
55 <tr>
56 <td class="diffspec">Generated</td>
Dirk Dougherty301431d2011-02-19 17:22:29 -080057 <td class="diffvalue">2011.02.19 17:19</td>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -080058 </tr>
59 </table>
60 </div><!-- End and-diff-id -->
61 <div class="and-diff-id" style="margin-right:8px;">
62 <table class="diffspectable">
63 <tr>
64 <td class="diffspec" colspan="2"><a href="../changes.html" target="_top">Top of Report</a>
65 </tr>
66 </table>
67 </div> <!-- End and-diff-id -->
68 </div> <!-- End headerRight -->
69 </div> <!-- End header -->
70<div id="body-content">
71<div id="doc-content" style="position:relative;">
72<div id="mainBodyFluid">
73<h1>API&nbsp;Change&nbsp;Statistics</h1>
Dirk Dougherty301431d2011-02-19 17:22:29 -080074<p>The overall difference between API Levels 10 and 11 is approximately <span style="color:222;font-weight:bold;">2.56%</span>.
Dirk Doughertyf343d3d2011-02-08 11:42:32 -080075</p>
76<br>
77<a name="numbers"></a>
78<h2>Total of Differences, by Number and Type</h2>
79<p>
80The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements &mdash; that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
81</p>
82<TABLE summary="Number of differences" WIDTH="100%">
83<TR>
84 <th>Type</th>
85 <TH ALIGN="center"><b>Additions</b></TH>
86 <TH ALIGN="center"><b>Changes</b></TH>
87 <TH ALIGN="center">Removals</TH>
88 <TH ALIGN="center"><b>Total</b></TH>
89</TR>
90<TR>
91 <TD>Packages</TD>
92 <TD ALIGN="right">3</TD>
93 <TD ALIGN="right">38</TD>
94 <TD ALIGN="right">0</TD>
95 <TD ALIGN="right">41</TD>
96</TR>
97<TR>
98 <TD>Classes and <i>Interfaces</i></TD>
99 <TD ALIGN="right">109</TD>
100 <TD ALIGN="right">196</TD>
101 <TD ALIGN="right">0</TD>
102 <TD ALIGN="right">305</TD>
103</TR>
104<TR>
105 <TD>Constructors</TD>
106 <TD ALIGN="right">20</TD>
107 <TD ALIGN="right">5</TD>
108 <TD ALIGN="right">1</TD>
109 <TD ALIGN="right">26</TD>
110</TR>
111<TR>
112 <TD>Methods</TD>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800113 <TD ALIGN="right">431</TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800114 <TD ALIGN="right">100</TD>
115 <TD ALIGN="right">26</TD>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800116 <TD ALIGN="right">557</TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800117</TR>
118<TR>
119 <TD>Fields</TD>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800120 <TD ALIGN="right">619</TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800121 <TD ALIGN="right">36</TD>
122 <TD ALIGN="right">0</TD>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800123 <TD ALIGN="right">655</TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800124</TR>
125<TR>
126 <TD style="background-color:#FAFAFA"><b>Total</b></TD>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800127 <TD style="background-color:#FAFAFA" ALIGN="right"><strong>1182</strong></TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800128 <TD style="background-color:#FAFAFA" ALIGN="right"><strong>375</strong></TD>
129 <TD style="background-color:#FAFAFA" ALIGN="right"><strong>27</strong></TD>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800130 <TD style="background-color:#FAFAFA" ALIGN="right"><strong>1584</strong></TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800131</TR>
132</TABLE>
133<br>
134<a name="packages"></a>
135<h2>Changed Packages, Sorted by Percentage Difference</h2>
136<TABLE summary="Packages sorted by percentage difference" WIDTH="100%">
137<TR>
138 <TH WIDTH="10%">Percentage Difference*</TH>
139 <TH>Package</TH>
140</TR>
141<TR>
142 <TD ALIGN="center">40</TD>
143 <TD><A HREF="pkg_dalvik.bytecode.html">dalvik.bytecode</A></TD>
144</TR>
145<TR>
146 <TD ALIGN="center">24</TD>
147 <TD><A HREF="pkg_android.bluetooth.html">android.bluetooth</A></TD>
148</TR>
149<TR>
150 <TD ALIGN="center">23</TD>
151 <TD><A HREF="pkg_android.database.sqlite.html">android.database.sqlite</A></TD>
152</TR>
153<TR>
154 <TD ALIGN="center">16</TD>
155 <TD><A HREF="pkg_android.app.html">android.app</A></TD>
156</TR>
157<TR>
158 <TD ALIGN="center">16</TD>
159 <TD><A HREF="pkg_android.html">android</A></TD>
160</TR>
161<TR>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800162 <TD ALIGN="center">14</TD>
163 <TD><A HREF="pkg_android.preference.html">android.preference</A></TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800164</TR>
165<TR>
166 <TD ALIGN="center">14</TD>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800167 <TD><A HREF="pkg_android.app.admin.html">android.app.admin</A></TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800168</TR>
169<TR>
170 <TD ALIGN="center">11</TD>
171 <TD><A HREF="pkg_android.content.html">android.content</A></TD>
172</TR>
173<TR>
174 <TD ALIGN="center">8</TD>
175 <TD><A HREF="pkg_android.view.inputmethod.html">android.view.inputmethod</A></TD>
176</TR>
177<TR>
178 <TD ALIGN="center">8</TD>
179 <TD><A HREF="pkg_android.text.method.html">android.text.method</A></TD>
180</TR>
181<TR>
182 <TD ALIGN="center">8</TD>
183 <TD><A HREF="pkg_android.widget.html">android.widget</A></TD>
184</TR>
185<TR>
186 <TD ALIGN="center">8</TD>
187 <TD><A HREF="pkg_android.util.html">android.util</A></TD>
188</TR>
189<TR>
190 <TD ALIGN="center">6</TD>
191 <TD><A HREF="pkg_android.view.html">android.view</A></TD>
192</TR>
193<TR>
194 <TD ALIGN="center">6</TD>
195 <TD><A HREF="pkg_android.database.html">android.database</A></TD>
196</TR>
197<TR>
198 <TD ALIGN="center">5</TD>
199 <TD><A HREF="pkg_android.provider.html">android.provider</A></TD>
200</TR>
201<TR>
202 <TD ALIGN="center">4</TD>
203 <TD><A HREF="pkg_android.view.animation.html">android.view.animation</A></TD>
204</TR>
205<TR>
206 <TD ALIGN="center">4</TD>
207 <TD><A HREF="pkg_android.appwidget.html">android.appwidget</A></TD>
208</TR>
209<TR>
210 <TD ALIGN="center">4</TD>
211 <TD><A HREF="pkg_android.webkit.html">android.webkit</A></TD>
212</TR>
213<TR>
214 <TD ALIGN="center">2</TD>
215 <TD><A HREF="pkg_android.os.html">android.os</A></TD>
216</TR>
217<TR>
218 <TD ALIGN="center">2</TD>
219 <TD><A HREF="pkg_android.test.mock.html">android.test.mock</A></TD>
220</TR>
221<TR>
222 <TD ALIGN="center">2</TD>
223 <TD><A HREF="pkg_android.graphics.html">android.graphics</A></TD>
224</TR>
225<TR>
226 <TD ALIGN="center">1</TD>
227 <TD><A HREF="pkg_android.inputmethodservice.html">android.inputmethodservice</A></TD>
228</TR>
229<TR>
230 <TD ALIGN="center">1</TD>
231 <TD><A HREF="pkg_android.test.html">android.test</A></TD>
232</TR>
233<TR>
234 <TD ALIGN="center">1</TD>
235 <TD><A HREF="pkg_android.net.html">android.net</A></TD>
236</TR>
237<TR>
238 <TD ALIGN="center">1</TD>
239 <TD><A HREF="pkg_android.graphics.drawable.html">android.graphics.drawable</A></TD>
240</TR>
241<TR>
242 <TD ALIGN="center">1</TD>
243 <TD><A HREF="pkg_android.text.html">android.text</A></TD>
244</TR>
245<TR>
246 <TD ALIGN="center">1</TD>
247 <TD><A HREF="pkg_android.speech.tts.html">android.speech.tts</A></TD>
248</TR>
249<TR>
250 <TD ALIGN="center">1</TD>
251 <TD><A HREF="pkg_android.content.pm.html">android.content.pm</A></TD>
252</TR>
253<TR>
254 <TD ALIGN="center">1</TD>
255 <TD><A HREF="pkg_android.media.html">android.media</A></TD>
256</TR>
257<TR>
258 <TD ALIGN="center">&lt;1</TD>
259 <TD><A HREF="pkg_java.util.html">java.util</A></TD>
260</TR>
261<TR>
262 <TD ALIGN="center">&lt;1</TD>
263 <TD><A HREF="pkg_android.accounts.html">android.accounts</A></TD>
264</TR>
265<TR>
266 <TD ALIGN="center">&lt;1</TD>
267 <TD><A HREF="pkg_android.text.format.html">android.text.format</A></TD>
268</TR>
269<TR>
270 <TD ALIGN="center">&lt;1</TD>
271 <TD><A HREF="pkg_android.speech.html">android.speech</A></TD>
272</TR>
273<TR>
274 <TD ALIGN="center">&lt;1</TD>
275 <TD><A HREF="pkg_android.hardware.html">android.hardware</A></TD>
276</TR>
277<TR>
278 <TD ALIGN="center">&lt;1</TD>
279 <TD><A HREF="pkg_android.opengl.html">android.opengl</A></TD>
280</TR>
281<TR>
282 <TD ALIGN="center">&lt;1</TD>
283 <TD><A HREF="pkg_android.telephony.html">android.telephony</A></TD>
284</TR>
285<TR>
286 <TD ALIGN="center">&lt;1</TD>
287 <TD><A HREF="pkg_android.content.res.html">android.content.res</A></TD>
288</TR>
289<TR>
290 <TD ALIGN="center">&lt;1</TD>
291 <TD><A HREF="pkg_java.lang.html">java.lang</A></TD>
292</TR>
293</TABLE>
294<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
295<br>
296<a name="classes"></a>
297<h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>
298<TABLE summary="Classes sorted by percentage difference" WIDTH="100%">
299<TR WIDTH="20%">
300 <TH WIDTH="10%">Percentage<br>Difference*</TH>
301 <TH><b>Class or <i>Interface</i></b></TH>
302</TR>
303<TR>
304 <TD ALIGN="center">100</TD>
305 <TD><A HREF="android.view.animation.Interpolator.html">
306<i>android.view.animation.Interpolator</i></A></TD>
307</TR>
308<TR>
309 <TD ALIGN="center">77</TD>
310 <TD><A HREF="android.preference.PreferenceActivity.html">
311android.preference.PreferenceActivity</A></TD>
312</TR>
313<TR>
314 <TD ALIGN="center">75</TD>
315 <TD><A HREF="android.text.method.ScrollingMovementMethod.html">
316android.text.method.ScrollingMovementMethod</A></TD>
317</TR>
318<TR>
319 <TD ALIGN="center">66</TD>
320 <TD><A HREF="android.text.method.ArrowKeyMovementMethod.html">
321android.text.method.ArrowKeyMovementMethod</A></TD>
322</TR>
323<TR>
324 <TD ALIGN="center">57</TD>
325 <TD><A HREF="android.text.ClipboardManager.html">
326android.text.ClipboardManager</A></TD>
327</TR>
328<TR>
329 <TD ALIGN="center">50</TD>
330 <TD><A HREF="android.provider.ContactsContract.Contacts.AggregationSuggestions.html">
331android.provider.ContactsContract.Contacts.AggregationSuggestions</A></TD>
332</TR>
333<TR>
334 <TD ALIGN="center">39</TD>
335 <TD><A HREF="android.R.style.html">
336android.R.style</A></TD>
337</TR>
338<TR>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800339 <TD ALIGN="center">33</TD>
340 <TD><A HREF="android.R.dimen.html">
341android.R.dimen</A></TD>
342</TR>
343<TR>
344 <TD ALIGN="center">33</TD>
345 <TD><A HREF="android.net.Proxy.html">
346android.net.Proxy</A></TD>
347</TR>
348<TR>
349 <TD ALIGN="center">33</TD>
350 <TD><A HREF="android.provider.ContactsContract.Contacts.Photo.html">
351android.provider.ContactsContract.Contacts.Photo</A></TD>
352</TR>
353<TR>
354 <TD ALIGN="center">33</TD>
355 <TD><A HREF="android.widget.DatePicker.html">
356android.widget.DatePicker</A></TD>
357</TR>
358<TR>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800359 <TD ALIGN="center">32</TD>
360 <TD><A HREF="android.app.admin.DevicePolicyManager.html">
361android.app.admin.DevicePolicyManager</A></TD>
362</TR>
363<TR>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800364 <TD ALIGN="center">30</TD>
365 <TD><A HREF="android.media.CamcorderProfile.html">
366android.media.CamcorderProfile</A></TD>
367</TR>
368<TR>
369 <TD ALIGN="center">30</TD>
370 <TD><A HREF="java.util.ResourceBundle.html">
371java.util.ResourceBundle</A></TD>
372</TR>
373<TR>
374 <TD ALIGN="center">28</TD>
375 <TD><A HREF="android.webkit.CacheManager.html">
376android.webkit.CacheManager</A></TD>
377</TR>
378<TR>
379 <TD ALIGN="center">27</TD>
380 <TD><A HREF="android.database.sqlite.SQLiteCursor.html">
381android.database.sqlite.SQLiteCursor</A></TD>
382</TR>
383<TR>
384 <TD ALIGN="center">27</TD>
385 <TD><A HREF="android.widget.ResourceCursorAdapter.html">
386android.widget.ResourceCursorAdapter</A></TD>
387</TR>
388<TR>
389 <TD ALIGN="center">26</TD>
390 <TD><A HREF="android.widget.Spinner.html">
391android.widget.Spinner</A></TD>
392</TR>
393<TR>
394 <TD ALIGN="center">25</TD>
395 <TD><A HREF="android.content.SyncInfo.html">
396android.content.SyncInfo</A></TD>
397</TR>
398<TR>
399 <TD ALIGN="center">23</TD>
400 <TD><A HREF="android.widget.LinearLayout.html">
401android.widget.LinearLayout</A></TD>
402</TR>
403<TR>
404 <TD ALIGN="center">23</TD>
405 <TD><A HREF="android.view.KeyEvent.html">
406android.view.KeyEvent</A></TD>
407</TR>
408<TR>
409 <TD ALIGN="center">22</TD>
410 <TD><A HREF="java.util.Deque.html">
411<i>java.util.Deque</i></A></TD>
412</TR>
413<TR>
414 <TD ALIGN="center">22</TD>
415 <TD><A HREF="android.os.StrictMode.VmPolicy.Builder.html">
416android.os.StrictMode.VmPolicy.Builder</A></TD>
417</TR>
418<TR>
419 <TD ALIGN="center">20</TD>
420 <TD><A HREF="android.app.ActivityManager.html">
421android.app.ActivityManager</A></TD>
422</TR>
423<TR>
424 <TD ALIGN="center">20</TD>
425 <TD><A HREF="android.database.sqlite.SQLiteStatement.html">
426android.database.sqlite.SQLiteStatement</A></TD>
427</TR>
428<TR>
429 <TD ALIGN="center">20</TD>
430 <TD><A HREF="android.provider.ContactsContract.html">
431android.provider.ContactsContract</A></TD>
432</TR>
433<TR>
434 <TD ALIGN="center">18</TD>
435 <TD><A HREF="android.database.sqlite.SQLiteQueryBuilder.html">
436android.database.sqlite.SQLiteQueryBuilder</A></TD>
437</TR>
438<TR>
439 <TD ALIGN="center">18</TD>
440 <TD><A HREF="android.app.DownloadManager.Request.html">
441android.app.DownloadManager.Request</A></TD>
442</TR>
443<TR>
444 <TD ALIGN="center">17</TD>
445 <TD><A HREF="android.widget.AbsListView.html">
446android.widget.AbsListView</A></TD>
447</TR>
448<TR>
449 <TD ALIGN="center">17</TD>
450 <TD><A HREF="android.widget.CursorAdapter.html">
451android.widget.CursorAdapter</A></TD>
452</TR>
453<TR>
454 <TD ALIGN="center">17</TD>
455 <TD><A HREF="android.widget.ListView.html">
456android.widget.ListView</A></TD>
457</TR>
458<TR>
459 <TD ALIGN="center">17</TD>
460 <TD><A HREF="android.database.DatabaseUtils.html">
461android.database.DatabaseUtils</A></TD>
462</TR>
463<TR>
464 <TD ALIGN="center">16</TD>
465 <TD><A HREF="android.content.pm.PackageStats.html">
466android.content.pm.PackageStats</A></TD>
467</TR>
468<TR>
469 <TD ALIGN="center">16</TD>
470 <TD><A HREF="android.provider.ContactsContract.ContactsColumns.html">
471<i>android.provider.ContactsContract.ContactsColumns</i></A></TD>
472</TR>
473<TR>
474 <TD ALIGN="center">16</TD>
475 <TD><A HREF="android.view.KeyCharacterMap.html">
476android.view.KeyCharacterMap</A></TD>
477</TR>
478<TR>
479 <TD ALIGN="center">16</TD>
480 <TD><A HREF="android.view.ScaleGestureDetector.html">
481android.view.ScaleGestureDetector</A></TD>
482</TR>
483<TR>
484 <TD ALIGN="center">16</TD>
485 <TD><A HREF="android.os.AsyncTask.html">
486android.os.AsyncTask</A></TD>
487</TR>
488<TR>
489 <TD ALIGN="center">16</TD>
490 <TD><A HREF="android.test.mock.MockCursor.html">
491android.test.mock.MockCursor</A></TD>
492</TR>
493<TR>
494 <TD ALIGN="center">15</TD>
495 <TD><A HREF="android.provider.ContactsContract.GroupsColumns.html">
496<i>android.provider.ContactsContract.GroupsColumns</i></A></TD>
497</TR>
498<TR>
499 <TD ALIGN="center">15</TD>
500 <TD><A HREF="java.util.NavigableSet.html">
501<i>java.util.NavigableSet</i></A></TD>
502</TR>
503<TR>
504 <TD ALIGN="center">14</TD>
505 <TD><A HREF="android.content.AbstractThreadedSyncAdapter.html">
506android.content.AbstractThreadedSyncAdapter</A></TD>
507</TR>
508<TR>
509 <TD ALIGN="center">14</TD>
510 <TD><A HREF="android.os.DropBoxManager.html">
511android.os.DropBoxManager</A></TD>
512</TR>
513<TR>
514 <TD ALIGN="center">14</TD>
515 <TD><A HREF="android.os.Vibrator.html">
516android.os.Vibrator</A></TD>
517</TR>
518<TR>
519 <TD ALIGN="center">14</TD>
520 <TD><A HREF="android.provider.ContactsContract.RawContactsColumns.html">
521<i>android.provider.ContactsContract.RawContactsColumns</i></A></TD>
522</TR>
523<TR>
524 <TD ALIGN="center">14</TD>
525 <TD><A HREF="android.text.method.BaseKeyListener.html">
526android.text.method.BaseKeyListener</A></TD>
527</TR>
528<TR>
529 <TD ALIGN="center">14</TD>
530 <TD><A HREF="android.util.AndroidException.html">
531android.util.AndroidException</A></TD>
532</TR>
533<TR>
534 <TD ALIGN="center">14</TD>
535 <TD><A HREF="android.util.AndroidRuntimeException.html">
536android.util.AndroidRuntimeException</A></TD>
537</TR>
538<TR>
539 <TD ALIGN="center">13</TD>
540 <TD><A HREF="android.graphics.drawable.DrawableContainer.DrawableContainerState.html">
541android.graphics.drawable.DrawableContainer.DrawableContainerState</A></TD>
542</TR>
543<TR>
544 <TD ALIGN="center">13</TD>
545 <TD><A HREF="android.database.AbstractWindowedCursor.html">
546android.database.AbstractWindowedCursor</A></TD>
547</TR>
548<TR>
549 <TD ALIGN="center">13</TD>
550 <TD><A HREF="android.widget.SimpleCursorAdapter.html">
551android.widget.SimpleCursorAdapter</A></TD>
552</TR>
553<TR>
554 <TD ALIGN="center">12</TD>
555 <TD><A HREF="android.database.sqlite.SQLiteOpenHelper.html">
556android.database.sqlite.SQLiteOpenHelper</A></TD>
557</TR>
558<TR>
559 <TD ALIGN="center">12</TD>
560 <TD><A HREF="android.graphics.drawable.ColorDrawable.html">
561android.graphics.drawable.ColorDrawable</A></TD>
562</TR>
563<TR>
564 <TD ALIGN="center">12</TD>
565 <TD><A HREF="android.inputmethodservice.InputMethodService.Insets.html">
566android.inputmethodservice.InputMethodService.Insets</A></TD>
567</TR>
568<TR>
569 <TD ALIGN="center">12</TD>
570 <TD><A HREF="android.provider.Browser.SearchColumns.html">
571android.provider.Browser.SearchColumns</A></TD>
572</TR>
573<TR>
574 <TD ALIGN="center">12</TD>
575 <TD><A HREF="android.provider.ContactsContract.StatusColumns.html">
576<i>android.provider.ContactsContract.StatusColumns</i></A></TD>
577</TR>
578<TR>
579 <TD ALIGN="center">11</TD>
580 <TD><A HREF="android.os.StrictMode.ThreadPolicy.Builder.html">
581android.os.StrictMode.ThreadPolicy.Builder</A></TD>
582</TR>
583<TR>
584 <TD ALIGN="center">11</TD>
585 <TD><A HREF="android.view.MenuItem.html">
586<i>android.view.MenuItem</i></A></TD>
587</TR>
588<TR>
589 <TD ALIGN="center">11</TD>
590 <TD><A HREF="android.widget.RemoteViews.html">
591android.widget.RemoteViews</A></TD>
592</TR>
593<TR>
594 <TD ALIGN="center">11</TD>
595 <TD><A HREF="dalvik.bytecode.Opcodes.html">
596<i>dalvik.bytecode.Opcodes</i></A></TD>
597</TR>
598<TR>
599 <TD ALIGN="center">11</TD>
600 <TD><A HREF="android.text.method.QwertyKeyListener.html">
601android.text.method.QwertyKeyListener</A></TD>
602</TR>
603<TR>
604 <TD ALIGN="center">11</TD>
605 <TD><A HREF="android.view.Window.Callback.html">
606<i>android.view.Window.Callback</i></A></TD>
607</TR>
608<TR>
609 <TD ALIGN="center">10</TD>
610 <TD><A HREF="android.database.sqlite.SQLiteDatabase.html">
611android.database.sqlite.SQLiteDatabase</A></TD>
612</TR>
613<TR>
614 <TD ALIGN="center">10</TD>
615 <TD><A HREF="android.bluetooth.BluetoothAdapter.html">
616android.bluetooth.BluetoothAdapter</A></TD>
617</TR>
618<TR>
619 <TD ALIGN="center">10</TD>
620 <TD><A HREF="android.os.Debug.html">
621android.os.Debug</A></TD>
622</TR>
623<TR>
624 <TD ALIGN="center">10</TD>
625 <TD><A HREF="android.view.KeyCharacterMap.KeyData.html">
626android.view.KeyCharacterMap.KeyData</A></TD>
627</TR>
628<TR>
629 <TD ALIGN="center">9</TD>
630 <TD><A HREF="android.content.ContentProvider.html">
631android.content.ContentProvider</A></TD>
632</TR>
633<TR>
634 <TD ALIGN="center">9</TD>
635 <TD><A HREF="android.view.inputmethod.InputMethodManager.html">
636android.view.inputmethod.InputMethodManager</A></TD>
637</TR>
638<TR>
639 <TD ALIGN="center">9</TD>
640 <TD><A HREF="android.R.attr.html">
641android.R.attr</A></TD>
642</TR>
643<TR>
644 <TD ALIGN="center">9</TD>
645 <TD><A HREF="android.view.View.html">
646android.view.View</A></TD>
647</TR>
648<TR>
649 <TD ALIGN="center">9</TD>
650 <TD><A HREF="android.database.CursorWindow.html">
651android.database.CursorWindow</A></TD>
652</TR>
653<TR>
654 <TD ALIGN="center">9</TD>
655 <TD><A HREF="android.app.AlertDialog.html">
656android.app.AlertDialog</A></TD>
657</TR>
658<TR>
659 <TD ALIGN="center">9</TD>
660 <TD><A HREF="android.app.DatePickerDialog.html">
661android.app.DatePickerDialog</A></TD>
662</TR>
663<TR>
664 <TD ALIGN="center">9</TD>
665 <TD><A HREF="android.appwidget.AppWidgetManager.html">
666android.appwidget.AppWidgetManager</A></TD>
667</TR>
668<TR>
669 <TD ALIGN="center">9</TD>
670 <TD><A HREF="android.graphics.drawable.DrawableContainer.html">
671android.graphics.drawable.DrawableContainer</A></TD>
672</TR>
673<TR>
674 <TD ALIGN="center">9</TD>
675 <TD><A HREF="android.provider.AlarmClock.html">
676android.provider.AlarmClock</A></TD>
677</TR>
678<TR>
679 <TD ALIGN="center">9</TD>
680 <TD><A HREF="android.util.Patterns.html">
681android.util.Patterns</A></TD>
682</TR>
683<TR>
684 <TD ALIGN="center">9</TD>
685 <TD><A HREF="android.view.LayoutInflater.html">
686android.view.LayoutInflater</A></TD>
687</TR>
688<TR>
689 <TD ALIGN="center">9</TD>
690 <TD><A HREF="java.util.Queue.html">
691<i>java.util.Queue</i></A></TD>
692</TR>
693<TR>
694 <TD ALIGN="center">8</TD>
695 <TD><A HREF="android.view.SurfaceHolder.html">
696<i>android.view.SurfaceHolder</i></A></TD>
697</TR>
698<TR>
699 <TD ALIGN="center">8</TD>
700 <TD><A HREF="android.R.layout.html">
701android.R.layout</A></TD>
702</TR>
703<TR>
704 <TD ALIGN="center">8</TD>
705 <TD><A HREF="android.database.Cursor.html">
706<i>android.database.Cursor</i></A></TD>
707</TR>
708<TR>
709 <TD ALIGN="center">8</TD>
710 <TD><A HREF="android.accounts.AuthenticatorDescription.html">
711android.accounts.AuthenticatorDescription</A></TD>
712</TR>
713<TR>
714 <TD ALIGN="center">8</TD>
715 <TD><A HREF="android.content.ContentProviderClient.html">
716android.content.ContentProviderClient</A></TD>
717</TR>
718<TR>
719 <TD ALIGN="center">8</TD>
720 <TD><A HREF="android.content.SyncAdapterType.html">
721android.content.SyncAdapterType</A></TD>
722</TR>
723<TR>
724 <TD ALIGN="center">8</TD>
725 <TD><A HREF="android.widget.GridView.html">
726android.widget.GridView</A></TD>
727</TR>
728<TR>
729 <TD ALIGN="center">7</TD>
730 <TD><A HREF="android.app.Notification.html">
731android.app.Notification</A></TD>
732</TR>
733<TR>
734 <TD ALIGN="center">7</TD>
735 <TD><A HREF="android.provider.ContactsContract.ContactStatusColumns.html">
736<i>android.provider.ContactsContract.ContactStatusColumns</i></A></TD>
737</TR>
738<TR>
739 <TD ALIGN="center">7</TD>
740 <TD><A HREF="java.util.NavigableMap.html">
741<i>java.util.NavigableMap</i></A></TD>
742</TR>
743<TR>
744 <TD ALIGN="center">7</TD>
745 <TD><A HREF="android.view.inputmethod.EditorInfo.html">
746android.view.inputmethod.EditorInfo</A></TD>
747</TR>
748<TR>
749 <TD ALIGN="center">7</TD>
750 <TD><A HREF="android.app.DownloadManager.html">
751android.app.DownloadManager</A></TD>
752</TR>
753<TR>
754 <TD ALIGN="center">7</TD>
755 <TD><A HREF="android.appwidget.AppWidgetProviderInfo.html">
756android.appwidget.AppWidgetProviderInfo</A></TD>
757</TR>
758<TR>
759 <TD ALIGN="center">7</TD>
760 <TD><A HREF="android.app.Activity.html">
761android.app.Activity</A></TD>
762</TR>
763<TR>
764 <TD ALIGN="center">6</TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800765 <TD><A HREF="android.media.MediaRecorder.AudioSource.html">
766android.media.MediaRecorder.AudioSource</A></TD>
767</TR>
768<TR>
769 <TD ALIGN="center">6</TD>
770 <TD><A HREF="android.os.StrictMode.html">
771android.os.StrictMode</A></TD>
772</TR>
773<TR>
774 <TD ALIGN="center">6</TD>
775 <TD><A HREF="android.provider.MediaStore.Audio.Genres.html">
776android.provider.MediaStore.Audio.Genres</A></TD>
777</TR>
778<TR>
779 <TD ALIGN="center">6</TD>
780 <TD><A HREF="android.util.StateSet.html">
781android.util.StateSet</A></TD>
782</TR>
783<TR>
784 <TD ALIGN="center">6</TD>
785 <TD><A HREF="android.view.inputmethod.InputMethodInfo.html">
786android.view.inputmethod.InputMethodInfo</A></TD>
787</TR>
788<TR>
789 <TD ALIGN="center">6</TD>
790 <TD><A HREF="java.util.ResourceBundle.Control.html">
791java.util.ResourceBundle.Control</A></TD>
792</TR>
793<TR>
794 <TD ALIGN="center">6</TD>
795 <TD><A HREF="android.webkit.WebView.html">
796android.webkit.WebView</A></TD>
797</TR>
798<TR>
799 <TD ALIGN="center">5</TD>
800 <TD><A HREF="android.app.ActivityManager.RecentTaskInfo.html">
801android.app.ActivityManager.RecentTaskInfo</A></TD>
802</TR>
803<TR>
804 <TD ALIGN="center">5</TD>
805 <TD><A HREF="android.inputmethodservice.InputMethodService.InputMethodImpl.html">
806android.inputmethodservice.InputMethodService.InputMethodImpl</A></TD>
807</TR>
808<TR>
809 <TD ALIGN="center">5</TD>
810 <TD><A HREF="android.provider.ContactsContract.CommonDataKinds.Relation.html">
811android.provider.ContactsContract.CommonDataKinds.Relation</A></TD>
812</TR>
813<TR>
814 <TD ALIGN="center">5</TD>
815 <TD><A HREF="android.widget.ImageView.html">
816android.widget.ImageView</A></TD>
817</TR>
818<TR>
819 <TD ALIGN="center">5</TD>
820 <TD><A HREF="android.provider.ContactsContract.RawContacts.html">
821android.provider.ContactsContract.RawContacts</A></TD>
822</TR>
823<TR>
824 <TD ALIGN="center">5</TD>
825 <TD><A HREF="android.text.InputType.html">
826<i>android.text.InputType</i></A></TD>
827</TR>
828<TR>
829 <TD ALIGN="center">5</TD>
830 <TD><A HREF="android.app.admin.DeviceAdminReceiver.html">
831android.app.admin.DeviceAdminReceiver</A></TD>
832</TR>
833<TR>
834 <TD ALIGN="center">5</TD>
835 <TD><A HREF="android.content.SharedPreferences.Editor.html">
836<i>android.content.SharedPreferences.Editor</i></A></TD>
837</TR>
838<TR>
839 <TD ALIGN="center">5</TD>
840 <TD><A HREF="android.content.pm.ComponentInfo.html">
841android.content.pm.ComponentInfo</A></TD>
842</TR>
843<TR>
844 <TD ALIGN="center">5</TD>
845 <TD><A HREF="android.graphics.BitmapFactory.Options.html">
846android.graphics.BitmapFactory.Options</A></TD>
847</TR>
848<TR>
849 <TD ALIGN="center">5</TD>
850 <TD><A HREF="android.speech.tts.TextToSpeech.Engine.html">
851android.speech.tts.TextToSpeech.Engine</A></TD>
852</TR>
853<TR>
854 <TD ALIGN="center">4</TD>
855 <TD><A HREF="android.database.sqlite.SQLiteProgram.html">
856android.database.sqlite.SQLiteProgram</A></TD>
857</TR>
858<TR>
859 <TD ALIGN="center">4</TD>
860 <TD><A HREF="android.app.WallpaperManager.html">
861android.app.WallpaperManager</A></TD>
862</TR>
863<TR>
864 <TD ALIGN="center">4</TD>
Dirk Dougherty301431d2011-02-19 17:22:29 -0800865 <TD><A HREF="android.app.admin.DeviceAdminInfo.html">
866android.app.admin.DeviceAdminInfo</A></TD>
867</TR>
868<TR>
869 <TD ALIGN="center">4</TD>
Dirk Doughertyf343d3d2011-02-08 11:42:32 -0800870 <TD><A HREF="android.appwidget.AppWidgetHost.html">
871android.appwidget.AppWidgetHost</A></TD>
872</TR>
873<TR>
874 <TD ALIGN="center">4</TD>
875 <TD><A HREF="android.content.SharedPreferences.html">
876<i>android.content.SharedPreferences</i></A></TD>
877</TR>
878<TR>
879 <TD ALIGN="center">4</TD>
880 <TD><A HREF="android.widget.QuickContactBadge.html">
881android.widget.QuickContactBadge</A></TD>
882</TR>
883<TR>
884 <TD ALIGN="center">4</TD>
885 <TD><A HREF="android.widget.Scroller.html">
886android.widget.Scroller</A></TD>
887</TR>
888<TR>
889 <TD ALIGN="center">4</TD>
890 <TD><A HREF="android.database.AbstractCursor.html">
891android.database.AbstractCursor</A></TD>
892</TR>
893<TR>
894 <TD ALIGN="center">4</TD>
895 <TD><A HREF="android.preference.Preference.html">
896android.preference.Preference</A></TD>
897</TR>
898<TR>
899 <TD ALIGN="center">4</TD>
900 <TD><A HREF="android.widget.ArrayAdapter.html">
901android.widget.ArrayAdapter</A></TD>
902</TR>
903<TR>
904 <TD ALIGN="center">4</TD>
905 <TD><A HREF="android.widget.OverScroller.html">
906android.widget.OverScroller</A></TD>
907</TR>
908<TR>
909 <TD ALIGN="center">4</TD>
910 <TD><A HREF="android.app.AlertDialog.Builder.html">
911android.app.AlertDialog.Builder</A></TD>
912</TR>
913<TR>
914 <TD ALIGN="center">4</TD>
915 <TD><A HREF="android.app.Dialog.html">
916android.app.Dialog</A></TD>
917</TR>
918<TR>
919 <TD ALIGN="center">4</TD>
920 <TD><A HREF="android.app.ProgressDialog.html">
921android.app.ProgressDialog</A></TD>
922</TR>
923<TR>
924 <TD ALIGN="center">4</TD>
925 <TD><A HREF="android.media.MediaRecorder.html">
926android.media.MediaRecorder</A></TD>
927</TR>
928<TR>
929 <TD ALIGN="center">4</TD>
930 <TD><A HREF="android.view.ViewGroup.html">
931android.view.ViewGroup</A></TD>
932</TR>
933<TR>
934 <TD ALIGN="center">4</TD>
935 <TD><A HREF="android.inputmethodservice.InputMethodService.html">
936android.inputmethodservice.InputMethodService</A></TD>
937</TR>
938<TR>
939 <TD ALIGN="center">4</TD>
940 <TD><A HREF="android.content.ContentResolver.html">
941android.content.ContentResolver</A></TD>
942</TR>
943<TR>
944 <TD ALIGN="center">4</TD>
945 <TD><A HREF="java.lang.Object.html">
946java.lang.Object</A></TD>
947</TR>
948<TR>
949 <TD ALIGN="center">4</TD>
950 <TD><A HREF="android.os.Build.VERSION_CODES.html">
951android.os.Build.VERSION_CODES</A></TD>
952</TR>
953<TR>
954 <TD ALIGN="center">4</TD>
955 <TD><A HREF="android.provider.ContactsContract.CommonDataKinds.Email.html">
956android.provider.ContactsContract.CommonDataKinds.Email</A></TD>
957</TR>
958<TR>
959 <TD ALIGN="center">3</TD>
960 <TD><A HREF="android.opengl.GLSurfaceView.html">
961android.opengl.GLSurfaceView</A></TD>
962</TR>
963<TR>
964 <TD ALIGN="center">3</TD>
965 <TD><A HREF="android.view.Window.html">
966android.view.Window</A></TD>
967</TR>
968<TR>
969 <TD ALIGN="center">3</TD>
970 <TD><A HREF="android.media.ExifInterface.html">
971android.media.ExifInterface</A></TD>
972</TR>
973<TR>
974 <TD ALIGN="center">3</TD>
975 <TD><A HREF="android.view.inputmethod.InputMethod.html">
976<i>android.view.inputmethod.InputMethod</i></A></TD>
977</TR>
978<TR>
979 <TD ALIGN="center">3</TD>
980 <TD><A HREF="android.provider.ContactsContract.Contacts.html">
981android.provider.ContactsContract.Contacts</A></TD>
982</TR>
983<TR>
984 <TD ALIGN="center">3</TD>
985 <TD><A HREF="android.graphics.drawable.LayerDrawable.html">
986android.graphics.drawable.LayerDrawable</A></TD>
987</TR>
988<TR>
989 <TD ALIGN="center">3</TD>
990 <TD><A HREF="android.util.SparseArray.html">
991android.util.SparseArray</A></TD>
992</TR>
993<TR>
994 <TD ALIGN="center">3</TD>
995 <TD><A HREF="android.webkit.WebSettings.html">
996android.webkit.WebSettings</A></TD>
997</TR>
998<TR>
999 <TD ALIGN="center">3</TD>
1000 <TD><A HREF="android.webkit.CacheManager.CacheResult.html">
1001android.webkit.CacheManager.CacheResult</A></TD>
1002</TR>
1003<TR>
1004 <TD ALIGN="center">3</TD>
1005 <TD><A HREF="android.net.Uri.Builder.html">
1006android.net.Uri.Builder</A></TD>
1007</TR>
1008<TR>
1009 <TD ALIGN="center">3</TD>
1010 <TD><A HREF="android.widget.TabWidget.html">
1011android.widget.TabWidget</A></TD>
1012</TR>
1013<TR>
1014 <TD ALIGN="center">2</TD>
1015 <TD><A HREF="android.view.WindowManager.LayoutParams.html">
1016android.view.WindowManager.LayoutParams</A></TD>
1017</TR>
1018<TR>
1019 <TD ALIGN="center">2</TD>
1020 <TD><A HREF="android.provider.Settings.html">
1021android.provider.Settings</A></TD>
1022</TR>
1023<TR>
1024 <TD ALIGN="center">2</TD>
1025 <TD><A HREF="android.widget.PopupWindow.html">
1026android.widget.PopupWindow</A></TD>
1027</TR>
1028<TR>
1029 <TD ALIGN="center">2</TD>
1030 <TD><A HREF="android.graphics.Canvas.html">
1031android.graphics.Canvas</A></TD>
1032</TR>
1033<TR>
1034 <TD ALIGN="center">2</TD>
1035 <TD><A HREF="android.content.BroadcastReceiver.html">
1036android.content.BroadcastReceiver</A></TD>
1037</TR>
1038<TR>
1039 <TD ALIGN="center">2</TD>
1040 <TD><A HREF="android.net.Uri.html">
1041android.net.Uri</A></TD>
1042</TR>
1043<TR>
1044 <TD ALIGN="center">2</TD>
1045 <TD><A HREF="android.view.ViewParent.html">
1046<i>android.view.ViewParent</i></A></TD>
1047</TR>
1048<TR>
1049 <TD ALIGN="center">2</TD>
1050 <TD><A HREF="android.text.format.Time.html">
1051android.text.format.Time</A></TD>
1052</TR>
1053<TR>
1054 <TD ALIGN="center">2</TD>
1055 <TD><A HREF="android.database.CursorWrapper.html">
1056android.database.CursorWrapper</A></TD>
1057</TR>
1058<TR>
1059 <TD ALIGN="center">2</TD>
1060 <TD><A HREF="android.app.PendingIntent.html">
1061android.app.PendingIntent</A></TD>
1062</TR>
1063<TR>
1064 <TD ALIGN="center">2</TD>
1065 <TD><A HREF="android.content.pm.ApplicationInfo.html">
1066android.content.pm.ApplicationInfo</A></TD>
1067</TR>
1068<TR>
1069 <TD ALIGN="center">2</TD>
1070 <TD><A HREF="android.telephony.TelephonyManager.html">
1071android.telephony.TelephonyManager</A></TD>
1072</TR>
1073<TR>
1074 <TD ALIGN="center">2</TD>
1075 <TD><A HREF="android.app.SearchManager.html">
1076android.app.SearchManager</A></TD>
1077</TR>
1078<TR>
1079 <TD ALIGN="center">2</TD>
1080 <TD><A HREF="android.view.inputmethod.InputConnection.html">
1081<i>android.view.inputmethod.InputConnection</i></A></TD>
1082</TR>
1083<TR>
1084 <TD ALIGN="center">2</TD>
1085 <TD><A HREF="android.view.inputmethod.InputConnectionWrapper.html">
1086android.view.inputmethod.InputConnectionWrapper</A></TD>
1087</TR>
1088<TR>
1089 <TD ALIGN="center">2</TD>
1090 <TD><A HREF="java.util.Locale.html">
1091java.util.Locale</A></TD>
1092</TR>
1093<TR>
1094 <TD ALIGN="center">2</TD>
1095 <TD><A HREF="android.R.id.html">
1096android.R.id</A></TD>
1097</TR>
1098<TR>
1099 <TD ALIGN="center">2</TD>
1100 <TD><A HREF="android.R.string.html">
1101android.R.string</A></TD>
1102</TR>
1103<TR>
1104 <TD ALIGN="center">2</TD>
1105 <TD><A HREF="android.graphics.drawable.Drawable.html">
1106android.graphics.drawable.Drawable</A></TD>
1107</TR>
1108<TR>
1109 <TD ALIGN="center">2</TD>
1110 <TD><A HREF="android.test.mock.MockContext.html">
1111android.test.mock.MockContext</A></TD>
1112</TR>
1113<TR>
1114 <TD ALIGN="center">2</TD>
1115 <TD><A HREF="android.app.Service.html">
1116android.app.Service</A></TD>
1117</TR>
1118<TR>
1119 <TD ALIGN="center">2</TD>
1120 <TD><A HREF="android.os.BatteryManager.html">
1121android.os.BatteryManager</A></TD>
1122</TR>
1123<TR>
1124 <TD ALIGN="center">2</TD>
1125 <TD><A HREF="android.provider.ContactsContract.DataColumns.html">
1126<i>android.provider.ContactsContract.DataColumns</i></A></TD>
1127</TR>
1128<TR>
1129 <TD ALIGN="center">2</TD>
1130 <TD><A HREF="android.content.ContextWrapper.html">
1131android.content.ContextWrapper</A></TD>
1132</TR>
1133<TR>
1134 <TD ALIGN="center">1</TD>
1135 <TD><A HREF="android.content.Intent.html">
1136android.content.Intent</A></TD>
1137</TR>
1138<TR>
1139 <TD ALIGN="center">1</TD>
1140 <TD><A HREF="android.accounts.AccountManager.html">
1141android.accounts.AccountManager</A></TD>
1142</TR>
1143<TR>
1144 <TD ALIGN="center">1</TD>
1145 <TD><A HREF="android.os.Environment.html">
1146android.os.Environment</A></TD>
1147</TR>
1148<TR>
1149 <TD ALIGN="center">1</TD>
1150 <TD><A HREF="android.view.inputmethod.BaseInputConnection.html">
1151android.view.inputmethod.BaseInputConnection</A></TD>
1152</TR>
1153<TR>
1154 <TD ALIGN="center">1</TD>
1155 <TD><A HREF="android.view.animation.Animation.html">
1156android.view.animation.Animation</A></TD>
1157</TR>
1158<TR>
1159 <TD ALIGN="center">1</TD>
1160 <TD><A HREF="android.speech.RecognizerIntent.html">
1161android.speech.RecognizerIntent</A></TD>
1162</TR>
1163<TR>
1164 <TD ALIGN="center">1</TD>
1165 <TD><A HREF="android.text.SpannableStringBuilder.html">
1166android.text.SpannableStringBuilder</A></TD>
1167</TR>
1168<TR>
1169 <TD ALIGN="center">1</TD>
1170 <TD><A HREF="android.hardware.Camera.html">
1171android.hardware.Camera</A></TD>
1172</TR>
1173<TR>
1174 <TD ALIGN="center">1</TD>
1175 <TD><A HREF="android.provider.ContactsContract.Intents.Insert.html">
1176android.provider.ContactsContract.Intents.Insert</A></TD>
1177</TR>
1178<TR>
1179 <TD ALIGN="center">1</TD>
1180 <TD><A HREF="android.content.Context.html">
1181android.content.Context</A></TD>
1182</TR>
1183<TR>
1184 <TD ALIGN="center">1</TD>
1185 <TD><A HREF="android.webkit.WebViewClient.html">
1186android.webkit.WebViewClient</A></TD>
1187</TR>
1188<TR>
1189 <TD ALIGN="center">1</TD>
1190 <TD><A HREF="android.widget.TextView.html">
1191android.widget.TextView</A></TD>
1192</TR>
1193<TR>
1194 <TD ALIGN="center">1</TD>
1195 <TD><A HREF="android.inputmethodservice.Keyboard.html">
1196android.inputmethodservice.Keyboard</A></TD>
1197</TR>
1198<TR>
1199 <TD ALIGN="center">1</TD>
1200 <TD><A HREF="android.content.ContentValues.html">
1201android.content.ContentValues</A></TD>
1202</TR>
1203<TR>
1204 <TD ALIGN="center">1</TD>
1205 <TD><A HREF="android.provider.Settings.Secure.html">
1206android.provider.Settings.Secure</A></TD>
1207</TR>
1208<TR>
1209 <TD ALIGN="center">1</TD>
1210 <TD><A HREF="android.view.Surface.html">
1211android.view.Surface</A></TD>
1212</TR>
1213<TR>
1214 <TD ALIGN="center">1</TD>
1215 <TD><A HREF="android.provider.Settings.System.html">
1216android.provider.Settings.System</A></TD>
1217</TR>
1218<TR>
1219 <TD ALIGN="center">&lt;1</TD>
1220 <TD><A HREF="android.content.pm.ActivityInfo.html">
1221android.content.pm.ActivityInfo</A></TD>
1222</TR>
1223<TR>
1224 <TD ALIGN="center">&lt;1</TD>
1225 <TD><A HREF="android.content.pm.PackageManager.html">
1226android.content.pm.PackageManager</A></TD>
1227</TR>
1228<TR>
1229 <TD ALIGN="center">&lt;1</TD>
1230 <TD><A HREF="android.hardware.Camera.Parameters.html">
1231android.hardware.Camera.Parameters</A></TD>
1232</TR>
1233<TR>
1234 <TD ALIGN="center">&lt;1</TD>
1235 <TD><A HREF="android.test.mock.MockPackageManager.html">
1236android.test.mock.MockPackageManager</A></TD>
1237</TR>
1238<TR>
1239 <TD ALIGN="center">&lt;1</TD>
1240 <TD><A HREF="android.content.res.Configuration.html">
1241android.content.res.Configuration</A></TD>
1242</TR>
1243<TR>
1244 <TD ALIGN="center">&lt;1</TD>
1245 <TD><A HREF="android.hardware.SensorManager.html">
1246android.hardware.SensorManager</A></TD>
1247</TR>
1248<TR>
1249 <TD ALIGN="center">&lt;1</TD>
1250 <TD><A HREF="android.os.Bundle.html">
1251android.os.Bundle</A></TD>
1252</TR>
1253<TR>
1254 <TD ALIGN="center">&lt;1</TD>
1255 <TD><A HREF="android.R.drawable.html">
1256android.R.drawable</A></TD>
1257</TR>
1258<TR>
1259 <TD ALIGN="center">&lt;1</TD>
1260 <TD><A HREF="android.view.MotionEvent.html">
1261android.view.MotionEvent</A></TD>
1262</TR>
1263<TR>
1264 <TD ALIGN="center">&lt;1</TD>
1265 <TD><A HREF="android.media.AudioManager.html">
1266android.media.AudioManager</A></TD>
1267</TR>
1268<TR>
1269 <TD ALIGN="center">&lt;1</TD>
1270 <TD><A HREF="android.Manifest.permission.html">
1271android.Manifest.permission</A></TD>
1272</TR>
1273<TR>
1274 <TD ALIGN="center">&lt;1</TD>
1275 <TD><A HREF="java.lang.Character.UnicodeBlock.html">
1276java.lang.Character.UnicodeBlock</A></TD>
1277</TR>
1278<TR>
1279 <TD ALIGN="center">&lt;1</TD>
1280 <TD><A HREF="android.provider.ContactsContract.DataColumnsWithJoins.html">
1281<i>android.provider.ContactsContract.DataColumnsWithJoins</i></A></TD>
1282</TR>
1283</TABLE>
1284<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
1285<br>
1286<h2 id="calculation">Calculation of Change Percentages</h2>
1287<p>
1288The percent change statistic reported for all elements in the &quot;to&quot; API Level specification is defined recursively as follows:</p>
1289<pre>
1290Percentage difference = 100 * (added + removed + 2*changed)
1291 -----------------------------------
1292 sum of public elements in BOTH APIs
1293</pre>
1294<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
1295This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
1296The definition ensures that if all packages are removed and all new packages are
1297added, the change will be 100%.</p>
1298 </div>
1299 <div id="footer">
1300 <div id="copyright">
1301 Except as noted, this content is licensed under
1302 <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
1303 For details and restrictions, see the <a href="/license.html">Content License</a>.
1304 </div>
1305 <div id="footerlinks">
1306 <p>
1307 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
1308 <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
1309 <a href="http://www.android.com/branding.html">Brand Guidelines</a>
1310 </p>
1311 </div>
1312 </div> <!-- end footer -->
1313 </div><!-- end doc-content -->
1314 </div> <!-- end body-content -->
1315<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
1316</script>
1317<script type="text/javascript">
1318 try {
1319 var pageTracker = _gat._getTracker("UA-5831155-1");
1320 pageTracker._setAllowAnchor(true);
1321 pageTracker._initData();
1322 pageTracker._trackPageview();
1323 } catch(e) {}
1324</script>
1325</BODY></HTML>