HomeSort by relevance Sort by last modified time
    Searched defs:SETTINGS (Results 1 - 8 of 8) sorted by null

  /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.
  /external/chromium_org/net/spdy/
spdy_protocol.h 260 // must be followed by a SETTINGS frame.
279 SETTINGS,
304 // Flags on the SETTINGS control frame.
309 // Flags for settings within a SETTINGS frame.
316 // List of known settings.
784 virtual void VisitSettings(const SpdySettingsIR& settings) = 0;
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 50 import android.provider.BrowserContract.Settings;
101 static final String TABLE_SETTINGS = "settings";
175 static final int SETTINGS = 8000;
227 matcher.addURI(authority, "settings", SETTINGS);
366 // Settings
368 map.put(Settings.KEY, Settings.KEY);
369 map.put(Settings.VALUE, Settings.VALUE)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 50 import android.provider.ContactsContract.Settings;
119 private static final int SETTINGS = 44;
219 public static final String SETTINGS = "v1_settings";
358 matcher.addURI(authority, "settings", SETTINGS);
    [all...]
ContactsDatabaseHelper.java 68 import android.provider.ContactsContract.Settings;
135 public static final String SETTINGS = "settings";
186 // TODO Consolidate settings and accounts
191 + "LEFT OUTER JOIN " + Tables.SETTINGS + " ON ("
206 // TODO Add missing DATA_SET join -- or just consolidate settings and accounts
207 public static final String SETTINGS_JOIN_RAW_CONTACTS_DATA_MIMETYPES_CONTACTS = "settings "
335 " THEN " + Settings.UNGROUPED_VISIBLE +
561 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "."
562 + Settings.ACCOUNT_NAME
    [all...]
ContactsProvider2.java 101 import android.provider.ContactsContract.Settings;
331 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...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 225 milliseconds