HomeSort by relevance Sort by last modified time
    Searched refs:SELECTION (Results 1 - 18 of 18) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 178 DataQuery.SELECTION,
266 UserIdQuery.SELECTION, new String[] {String.valueOf(userId)},
292 ProfileQuery.SELECTION, new String[] {String.valueOf(userId)},
315 public static final String SELECTION =
329 public static final String SELECTION =
354 public static final String SELECTION = Data.RAW_CONTACT_ID + "=?";
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 449 public static final String SELECTION = RawContacts._ID + "=?";
462 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION,
1118 final String selection = "(" + NameLookupColumns.NORMALIZED_NAME + " GLOB '" local
    [all...]
ContactsDatabaseHelper.java     [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 259 final String SELECTION = "_id > ?";
262 SQLiteCursor cursor = (SQLiteCursor) mDatabase.query(TABLE_NAME, null, SELECTION,
  /packages/apps/Calendar/src/com/android/calendar/
AlertActivity.java 84 private static final String SELECTION = CalendarAlerts.STATE + "=?";
106 String selection = CalendarAlerts.STATE + "=" + CalendarAlerts.FIRED; local
108 selection, null /* selectionArgs */);
114 String selection = CalendarAlerts._ID + "=" + id; local
116 selection, null /* selectionArgs */);
239 mQueryHandler.startQuery(0, null, uri, PROJECTION, SELECTION,
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 69 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR, FILE_UPLOAD_BUTTON, INPUT_PLACEHOLDER,
  /frameworks/base/core/java/android/provider/
Calendar.java 222 * @param selection the rows to delete
225 public static int delete(ContentResolver cr, String selection, String[] selectionArgs)
227 return cr.delete(CONTENT_URI, selection, selectionArgs);
279 * Should the calendar be hidden in the calendar selection panel?
1267 String selection = ALARM_TIME + ">=" + millis; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java     [all...]
  /external/webkit/WebCore/rendering/
SVGRootInlineBox.cpp 474 RenderStyle* style = object->getCachedPseudoStyle(SELECTION);
526 RenderStyle* style = object->getCachedPseudoStyle(SELECTION);
    [all...]
RenderObject.cpp     [all...]
InlineTextBox.cpp 87 // If there are ellipsis following, make sure their selection is updated.
94 // the selection is past the beginning of the truncation and the
95 // beginning of the selection is before or at the beginning of the
349 // When only painting the selection, don't bother to paint if there is none.
381 // 1. Paint backgrounds behind text if needed. Examples of such backgrounds include selection
447 if (RenderStyle* pseudoStyle = renderer()->getCachedPseudoStyle(SELECTION)) {
574 // See if we have a selection to paint at all.
585 // If the text color ends up being the same as the selection background, invert the selection
586 // background. This should basically never happen, since the selection has transparency
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 345 milliseconds