HomeSort by relevance Sort by last modified time
    Searched defs:SELECTION (Results 1 - 25 of 38) sorted by null

1 2

  /packages/apps/Browser/src/com/android/browser/
AccountsChangedReceiver.java 37 private static final String SELECTION = Accounts.ACCOUNT_NAME + " IS NOT NULL";
57 SELECTION, null, null);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 19 * braille or not based on the selection start- and end-points (if any) in the
21 * is used for all text regardless of selection. If two translators
23 * around the selection end-points and the contracted translator is used
56 * Use the default translator all of the value, regardless of any selection.
62 * Expand text around the selection end-points if any. If the selection is
67 SELECTION: 1,
210 case cvox.ExpandingBrailleTranslator.ExpansionType.SELECTION:
225 * Finds ranges to expand around selection end points inside the value of
237 var selection = text.getSpanInstanceOf
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoSetLoader.java 50 private static final String SELECTION =
67 super(context, CONTENT_URI, PROJECTION, SELECTION, null, SORT_ORDER);
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 107 private static final String SELECTION = History.URL
112 History.CONTENT_URI, PROJECTION, SELECTION,
118 Bookmarks.CONTENT_URI, PROJECTION, SELECTION,
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 57 private static final String SELECTION = Calendars.ACCOUNT_NAME + "=? AND "
190 getActivity(), Calendars.CONTENT_URI, PROJECTION, SELECTION, mArgs, SORT_ORDER);
SelectVisibleCalendarsFragment.java 47 private static final String SELECTION = Calendars.SYNC_EVENTS + "=?";
151 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
174 mService.startQuery(mQueryToken, null, Calendars.CONTENT_URI, PROJECTION, SELECTION,
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 55 private static final String SELECTION =
125 CONTENT_URI, COUNT_PROJECTION, SELECTION, null, null);
171 CONTENT_URI, PROJECTION, SELECTION, null, ORDER);
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 70 private static final String SELECTION = "("
190 PROJECTION, SELECTION, null, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 35 * The style definition corresponding to {@link DrawingStyle#SELECTION}
37 SELECTION(new RGB(0x00, 0x99, 0xFF), 192, new RGB(0x00, 0x99, 0xFF), 192, 1, SWT.LINE_SOLID),
247 case SELECTION:
248 return SELECTION;
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 90 SELECTION = 4,
193 // Returns the title with any instances of %s replaced by |selection|. The
195 base::string16 TitleWithReplacement(const base::string16& selection,
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 202 final String SELECTION = "_id > ?";
205 SQLiteCursor cursor = (SQLiteCursor) mDatabase.query(TABLE_NAME, null, SELECTION,
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 333 ContactAddressQuery.SELECTION,
676 // The query selection criteria. In this case matching against the
678 final static String SELECTION =
ContactsListFragment.java 294 * Called when ListView selection is cleared, for example
475 // for the selection clause. The search string is either encoded onto the content URI,
481 ContactsQuery.SELECTION,
511 // No results, clear selection.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 84 private static final String SELECTION = CalendarAlerts.STATE + "=?";
99 String selection = CalendarAlerts.STATE + "=" + CalendarAlerts.STATE_FIRED; local
101 selection, null /* selectionArgs */, Utils.UNDO_DELAY);
128 String selection = CalendarAlerts._ID + "=" + id; local
130 selection, null /* selectionArgs */, Utils.UNDO_DELAY);
236 mQueryHandler.startQuery(0, null, uri, PROJECTION, SELECTION, SELECTIONARG,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 181 DirtyQuery.SELECTION,
338 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION,
474 resolver.query(DataQuery.CONTENT_URI, DataQuery.PROJECTION, DataQuery.SELECTION,
601 UserIdQuery.SELECTION,
628 resolver.query(Data.CONTENT_URI, ProfileQuery.PROJECTION, ProfileQuery.SELECTION,
679 public static final String SELECTION = Data.RAW_CONTACT_ID + "=?";
695 public static final String SELECTION =
719 public static final String SELECTION =
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 175 static final String SELECTION = SELECT_UPDATED_CLAUSE + " AND " +
773 PhoneQuery.PROJECTION, PhoneQuery.SELECTION,
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 625 * {@link ContentUris#withAppendedId}) or as the first selection item--the
626 * selection should start with "_id=?" and the first selectionArg should be
627 * the _id of the calendar. Calendars may also be updated using a selection
633 * on the Uri or using any standard selection. Deleting a calendar should
639 * matches the query selection, or at most a single row if the {@link #_ID}
2292 String selection = ALARM_TIME + ">=" + millis; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 432 // Note: don't use selection args here. We just include all IDs directly in the selection,
553 public static final String SELECTION = RawContacts.CONTACT_ID + "=?";
566 RawContactIdAndAggregationModeQuery.SELECTION, mSelectionArgs1, null, null, null);
649 public static final String SELECTION = RawContacts._ID + "=?";
668 RawContactIdAndAccountQuery.COLUMNS, RawContactIdAndAccountQuery.SELECTION,
1658 final String selection = "(" + NameLookupColumns.NORMALIZED_NAME + " GLOB '" local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 65 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java 3149 String selection = null; local
4320 final String selection = RawContactsColumns.CONCRETE_ID + " = ?"; local
8000 final String selection = Contacts._ID + " IN " + inBuilder.toString(); local
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 

Completed in 633 milliseconds

1 2