-
Notifications
You must be signed in to change notification settings - Fork 2
/
BinderConsts.xml
411 lines (411 loc) · 25.6 KB
/
BinderConsts.xml
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<Type Name="BinderConsts" FullName="Android.OS.BinderConsts">
<TypeSignature Language="C#" Value="public abstract class BinderConsts : Java.Lang.Object" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit BinderConsts extends Java.Lang.Object" />
<TypeSignature Language="DocId" Value="T:Android.OS.BinderConsts" />
<TypeSignature Language="F#" Value="type BinderConsts = class
 inherit Object" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Java.Lang.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("android/os/IBinder", DoNotGenerateAcw=true)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("android/os/IBinder", DoNotGenerateAcw=true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use the 'Android.OS.IBinder' type. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use the 'Android.OS.IBinder' type. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<Docs since="1">
<summary>Base interface for a remotable object, the core part of a lightweight
remote procedure call mechanism designed for high performance when
performing in-process and cross-process calls.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder" title="Reference documentation">Android platform documentation</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
</Docs>
<Members>
<Member MemberName="DumpTransaction">
<MemberSignature Language="C#" Value="public const int DumpTransaction = 1598311760;" />
<MemberSignature Language="ILAsm" Value=".field public static literal int32 DumpTransaction = (1598311760)" />
<MemberSignature Language="DocId" Value="F:Android.OS.BinderConsts.DumpTransaction" />
<MemberSignature Language="F#" Value="val mutable DumpTransaction : int" Usage="Android.OS.BinderConsts.DumpTransaction" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("DUMP_TRANSACTION")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("DUMP_TRANSACTION")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.OS.IBinder.DumpTransaction'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.OS.IBinder.DumpTransaction'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<MemberValue>1598311760</MemberValue>
<Docs>
<summary>IBinder protocol transaction code: dump internal state.</summary>
<remarks>
<para>IBinder protocol transaction code: dump internal state.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder#DUMP_TRANSACTION" title="Reference documentation">Java documentation for <code>android.os.IBinder.DUMP_TRANSACTION</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="FirstCallTransaction">
<MemberSignature Language="C#" Value="public const int FirstCallTransaction = 1;" />
<MemberSignature Language="ILAsm" Value=".field public static literal int32 FirstCallTransaction = (1)" />
<MemberSignature Language="DocId" Value="F:Android.OS.BinderConsts.FirstCallTransaction" />
<MemberSignature Language="F#" Value="val mutable FirstCallTransaction : int" Usage="Android.OS.BinderConsts.FirstCallTransaction" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("FIRST_CALL_TRANSACTION")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("FIRST_CALL_TRANSACTION")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.OS.IBinder.FirstCallTransaction'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.OS.IBinder.FirstCallTransaction'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>The first transaction code available for user commands.</summary>
<remarks>
<para>The first transaction code available for user commands.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder#FIRST_CALL_TRANSACTION" title="Reference documentation">Java documentation for <code>android.os.IBinder.FIRST_CALL_TRANSACTION</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="FlagOneway">
<MemberSignature Language="C#" Value="public const Android.OS.TransactionFlags FlagOneway = 1;" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.OS.TransactionFlags FlagOneway = (1)" />
<MemberSignature Language="DocId" Value="F:Android.OS.BinderConsts.FlagOneway" />
<MemberSignature Language="F#" Value="val mutable FlagOneway : Android.OS.TransactionFlags" Usage="Android.OS.BinderConsts.FlagOneway" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("FLAG_ONEWAY")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("FLAG_ONEWAY")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This constant will be removed in the future version. Use Android.OS.TransactionFlags enum directly instead of this field.", true)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.TransactionFlags enum directly instead of this field.", true)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.OS.TransactionFlags</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>Flag to <c>#transact</c>: this is a one-way call, meaning that the
caller returns immediately, without waiting for a result from the
callee.</summary>
<remarks>
<para>Flag to <c>#transact</c>: this is a one-way call, meaning that the
caller returns immediately, without waiting for a result from the
callee. Applies only if the caller and callee are in different
processes.</para>
<para>The system provides special ordering semantics for multiple oneway calls
being made to the same IBinder object: these calls will be dispatched in the
other process one at a time, with the same order as the original calls. These
are still dispatched by the IPC thread pool, so may execute on different threads,
but the next one will not be dispatched until the previous one completes. This
ordering is not guaranteed for calls on different IBinder objects or when mixing
oneway and non-oneway calls on the same IBinder object.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder#FLAG_ONEWAY" title="Reference documentation">Java documentation for <code>android.os.IBinder.FLAG_ONEWAY</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="InterfaceTransaction">
<MemberSignature Language="C#" Value="public const int InterfaceTransaction = 1598968902;" />
<MemberSignature Language="ILAsm" Value=".field public static literal int32 InterfaceTransaction = (1598968902)" />
<MemberSignature Language="DocId" Value="F:Android.OS.BinderConsts.InterfaceTransaction" />
<MemberSignature Language="F#" Value="val mutable InterfaceTransaction : int" Usage="Android.OS.BinderConsts.InterfaceTransaction" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("INTERFACE_TRANSACTION")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("INTERFACE_TRANSACTION")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.OS.IBinder.InterfaceTransaction'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.OS.IBinder.InterfaceTransaction'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<MemberValue>1598968902</MemberValue>
<Docs>
<summary>IBinder protocol transaction code: interrogate the recipient side
of the transaction for its canonical interface descriptor.</summary>
<remarks>
<para>IBinder protocol transaction code: interrogate the recipient side
of the transaction for its canonical interface descriptor.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder#INTERFACE_TRANSACTION" title="Reference documentation">Java documentation for <code>android.os.IBinder.INTERFACE_TRANSACTION</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="LastCallTransaction">
<MemberSignature Language="C#" Value="public const int LastCallTransaction = 16777215;" />
<MemberSignature Language="ILAsm" Value=".field public static literal int32 LastCallTransaction = (16777215)" />
<MemberSignature Language="DocId" Value="F:Android.OS.BinderConsts.LastCallTransaction" />
<MemberSignature Language="F#" Value="val mutable LastCallTransaction : int" Usage="Android.OS.BinderConsts.LastCallTransaction" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("LAST_CALL_TRANSACTION")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("LAST_CALL_TRANSACTION")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.OS.IBinder.LastCallTransaction'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.OS.IBinder.LastCallTransaction'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<MemberValue>16777215</MemberValue>
<Docs>
<summary>The last transaction code available for user commands.</summary>
<remarks>
<para>The last transaction code available for user commands.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder#LAST_CALL_TRANSACTION" title="Reference documentation">Java documentation for <code>android.os.IBinder.LAST_CALL_TRANSACTION</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="LikeTransaction">
<MemberSignature Language="C#" Value="public const int LikeTransaction = 1598835019;" />
<MemberSignature Language="ILAsm" Value=".field public static literal int32 LikeTransaction = (1598835019)" />
<MemberSignature Language="DocId" Value="F:Android.OS.BinderConsts.LikeTransaction" />
<MemberSignature Language="F#" Value="val mutable LikeTransaction : int" Usage="Android.OS.BinderConsts.LikeTransaction" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("LIKE_TRANSACTION")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("LIKE_TRANSACTION")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.OS.IBinder.LikeTransaction'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.OS.IBinder.LikeTransaction'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<MemberValue>1598835019</MemberValue>
<Docs>
<summary>IBinder protocol transaction code: tell an app asynchronously that the
caller likes it.</summary>
<remarks>
<para>IBinder protocol transaction code: tell an app asynchronously that the
caller likes it. The app is responsible for incrementing and maintaining
its own like counter, and may display this value to the user to indicate the
quality of the app. This is an optional command that applications do not
need to handle, so the default implementation is to do nothing.</para>
<para>There is no response returned and nothing about the
system will be functionally affected by it, but it will improve the
app's self-esteem.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder#LIKE_TRANSACTION" title="Reference documentation">Java documentation for <code>android.os.IBinder.LIKE_TRANSACTION</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 15" />
</Docs>
</Member>
<Member MemberName="PingTransaction">
<MemberSignature Language="C#" Value="public const int PingTransaction = 1599098439;" />
<MemberSignature Language="ILAsm" Value=".field public static literal int32 PingTransaction = (1599098439)" />
<MemberSignature Language="DocId" Value="F:Android.OS.BinderConsts.PingTransaction" />
<MemberSignature Language="F#" Value="val mutable PingTransaction : int" Usage="Android.OS.BinderConsts.PingTransaction" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("PING_TRANSACTION")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("PING_TRANSACTION")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.OS.IBinder.PingTransaction'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.OS.IBinder.PingTransaction'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<MemberValue>1599098439</MemberValue>
<Docs>
<summary>IBinder protocol transaction code: pingBinder().</summary>
<remarks>
<para>IBinder protocol transaction code: pingBinder().</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder#PING_TRANSACTION" title="Reference documentation">Java documentation for <code>android.os.IBinder.PING_TRANSACTION</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 1" />
</Docs>
</Member>
<Member MemberName="TweetTransaction">
<MemberSignature Language="C#" Value="public const int TweetTransaction = 1599362900;" />
<MemberSignature Language="ILAsm" Value=".field public static literal int32 TweetTransaction = (1599362900)" />
<MemberSignature Language="DocId" Value="F:Android.OS.BinderConsts.TweetTransaction" />
<MemberSignature Language="F#" Value="val mutable TweetTransaction : int" Usage="Android.OS.BinderConsts.TweetTransaction" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("TWEET_TRANSACTION")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("TWEET_TRANSACTION")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("Use 'Android.OS.IBinder.TweetTransaction'. This class will be removed in a future release.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("Use 'Android.OS.IBinder.TweetTransaction'. This class will be removed in a future release.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<MemberValue>1599362900</MemberValue>
<Docs>
<summary>IBinder protocol transaction code: send a tweet to the target
object.</summary>
<remarks>
<para>IBinder protocol transaction code: send a tweet to the target
object. The data in the parcel is intended to be delivered to
a shared messaging service associated with the object; it can be
anything, as long as it is not more than 130 UTF-8 characters to
conservatively fit within common messaging services. As part of
<c>Build.VERSION_CODES#HONEYCOMB_MR2</c>, all Binder objects are
expected to support this protocol for fully integrated tweeting
across the platform. To support older code, the default implementation
logs the tweet to the main log as a simple emulation of broadcasting
it publicly over the Internet.</para>
<para>Also, upon completing the dispatch, the object must make a cup
of tea, return it to the caller, and exclaim "jolly good message
old boy!".</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/os/IBinder#TWEET_TRANSACTION" title="Reference documentation">Java documentation for <code>android.os.IBinder.TWEET_TRANSACTION</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 13" />
</Docs>
</Member>
</Members>
</Type>