-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDatabaseMode.xml
More file actions
80 lines (80 loc) · 5.36 KB
/
Copy pathDatabaseMode.xml
File metadata and controls
80 lines (80 loc) · 5.36 KB
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
<Type Name="DatabaseMode" FullName="Android.Content.DatabaseMode">
<TypeSignature Language="C#" Value="public enum DatabaseMode" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed DatabaseMode extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Android.Content.DatabaseMode" />
<TypeSignature Language="F#" Value="type DatabaseMode = " />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary ToolPath="TrimmedButTooLong" tool="FirstSentenceInLongSummaries">Specifies configuration modes for the recent-suggestions database used by <c>SearchRecentSuggestionsProvider</c>.</summary>
<remarks>
<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>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/content/SearchRecentSuggestionsProvider" title="Reference documentation">Java documentation for <code>android.content.SearchRecentSuggestionsProvider</code>.</a>
</format>
</para>
</remarks>
</Docs>
<Members>
<Member MemberName="Queries">
<MemberSignature Language="C#" Value="Queries" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Content.DatabaseMode Queries = int32(1)" />
<MemberSignature Language="DocId" Value="F:Android.Content.DatabaseMode.Queries" />
<MemberSignature Language="F#" Value="Queries = 1" Usage="Android.Content.DatabaseMode.Queries" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/content/SearchRecentSuggestionsProvider.DATABASE_MODE_QUERIES")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/content/SearchRecentSuggestionsProvider.DATABASE_MODE_QUERIES")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Content.DatabaseMode</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">This mode bit configures the database to record recent queries.</summary>
<remarks>
<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>
</Docs>
</Member>
<Member MemberName="TwoLines">
<MemberSignature Language="C#" Value="TwoLines" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Content.DatabaseMode TwoLines = int32(2)" />
<MemberSignature Language="DocId" Value="F:Android.Content.DatabaseMode.TwoLines" />
<MemberSignature Language="F#" Value="TwoLines = 2" Usage="Android.Content.DatabaseMode.TwoLines" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/content/SearchRecentSuggestionsProvider.DATABASE_MODE_2LINES")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/content/SearchRecentSuggestionsProvider.DATABASE_MODE_2LINES")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Content.DatabaseMode</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">This mode bit configures the database to include a 2nd annotation line with each entry.</summary>
<remarks>
<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>
</Docs>
</Member>
</Members>
</Type>