Searched refs:mSelection (Results 1 - 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/content/
H A DObjectCursorLoader.java43 final String mSelection = null; field in class:ObjectCursorLoader
77 mSelection, mSelectionArgs, mSortOrder);
177 writer.print(prefix); writer.print("mSelection="); writer.println(mSelection);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java121 private View mSelection; field in class:PhotoTable
183 return mSelection != null;
187 return mSelection;
192 dropOnTable(mSelection);
193 mPhotoSource.donePaging(getBitmap(mSelection));
195 fadeInBackground(mSelection);
197 mSelection = null;
215 mSelection = selected;
218 fadeOutBackground(mSelection);
227 placeOnDeck(mSelection, PRE
[all...]
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
H A DMockContentProvider.java47 private String mSelection; field in class:MockContentProvider.Query
64 return queryToString(mUri, mProjection, mSelection, mSelectionArgs, mSortOrder);
83 mSelection = selection;
133 if (!mAnySelection && !equals(selection, mSelection)) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java464 private final String mSelection; field in class:Helpers.Lexer
471 mSelection = selection;
473 mChars = new char[mSelection.length()];
474 mSelection.getChars(0, mChars.length, mChars, 0);
569 String word = mSelection.substring(startOffset, mOffset);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java364 private String mSelection; field in class:ConfirmAddDetailActivity.QueryEntitiesTask
382 mSelection = "0";
389 mSelection = RawContacts.CONTACT_ID + "=?";
394 mSelection = RawContacts.CONTACT_ID + "=?";
399 mSelection = Data.RAW_CONTACT_ID + "=?";
405 activityTarget.getContentResolver(), mSelection,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1487 private StringBuilder mSelection = new StringBuilder( field in class:ContactAggregator.NameLookupSelectionBuilder
1505 DatabaseUtils.appendEscapedSQLString(mSelection, string);
1506 mSelection.append(',');
1514 mSelection.setLength(mSelection.length() - 1); // Strip last comma
1515 mSelection.append(')');
1516 return mSelection.toString();

Completed in 113 milliseconds