OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SETTINGS
(Results
1 - 7
of
7
) sorted by null
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterPage.java
37
/** A page that displays the
settings
for the SDK Manager. */
38
SETTINGS
/external/chromium/net/spdy/
spdy_protocol.h
71
// Control Frame:
SETTINGS
156
SETTINGS
,
179
// Flags on the
SETTINGS
control frame.
184
// Flags for
settings
within a
SETTINGS
frame.
190
// List of known
settings
.
277
// A
SETTINGS
Control Frame structure.
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
50
import android.provider.BrowserContract.
Settings
;
99
static final String TABLE_SETTINGS = "
settings
";
176
static final int
SETTINGS
= 8000;
228
matcher.addURI(authority, "
settings
",
SETTINGS
);
356
//
Settings
358
map.put(
Settings
.KEY,
Settings
.KEY);
359
map.put(
Settings
.VALUE,
Settings
.VALUE)
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java
62
import android.provider.ContactsContract.
Settings
;
118
private static final int
SETTINGS
= 44;
216
public static final String
SETTINGS
= "v1_settings";
355
matcher.addURI(authority, "
settings
",
SETTINGS
);
[
all
...]
ContactsDatabaseHelper.java
68
import android.provider.ContactsContract.
Settings
;
122
public static final String
SETTINGS
= "
settings
";
169
+ "LEFT OUTER JOIN
settings
ON ("
170
+ "raw_contacts.account_name =
settings
.account_name AND "
171
+ "raw_contacts.account_type =
settings
.account_type AND "
172
+ "((raw_contacts.data_set IS NULL AND
settings
.data_set IS NULL) "
173
+ "OR (raw_contacts.data_set =
settings
.data_set))) "
180
public static final String SETTINGS_JOIN_RAW_CONTACTS_DATA_MIMETYPES_CONTACTS = "
settings
"
182
+ "raw_contacts.account_name =
settings
.account_name AND
[
all
...]
ContactsProvider2.java
139
import android.provider.ContactsContract.
Settings
;
314
private static final int
SETTINGS
= 9000;
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java
47
public static final int
SETTINGS
= 0x12;
505
public static final int SETTINGS_PAGE =
SETTINGS
<< PAGE_SHIFT;
[
all
...]
Completed in 191 milliseconds