Home
last modified time | relevance | path

Searched refs:mSelection (Results 1 – 8 of 8) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java121 private View mSelection; field in PhotoTable
183 return mSelection != null; in hasSelection()
187 return mSelection; in getSelection()
192 dropOnTable(mSelection); in clearSelection()
193 mPhotoSource.donePaging(getBitmap(mSelection)); in clearSelection()
195 fadeInBackground(mSelection); in clearSelection()
197 mSelection = null; in clearSelection()
215 mSelection = selected; in setSelection()
218 fadeOutBackground(mSelection); in setSelection()
227 placeOnDeck(mSelection, PREV); in selectNext()
[all …]
/packages/providers/TvProvider/src/com/android/providers/tv/util/
DSqlParams.java23 private String mSelection; field in SqlParams
36 return mSelection; in getSelection()
48 mSelection = selection; in setWhere()
53 mSelection = DatabaseUtils.concatenateWhere(mSelection, selection); in appendWhere()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java370 private String mSelection; field in ConfirmAddDetailActivity.QueryEntitiesTask
388 mSelection = "0"; in doInBackground()
395 mSelection = RawContacts.CONTACT_ID + "=?"; in doInBackground()
400 mSelection = RawContacts.CONTACT_ID + "=?"; in doInBackground()
405 mSelection = Data.RAW_CONTACT_ID + "=?"; in doInBackground()
411 activityTarget.getContentResolver(), mSelection, in doInBackground()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java503 private final String mSelection; field in Helpers.Lexer
510 mSelection = selection; in Lexer()
512 mChars = new char[mSelection.length()]; in Lexer()
513 mSelection.getChars(0, mChars.length, mChars, 0); in Lexer()
608 String word = mSelection.substring(startOffset, mOffset); in advance()
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockContentProvider.java47 private String mSelection; field in MockContentProvider.Query
64 return queryToString(mUri, mProjection, mSelection, mSelectionArgs, mSortOrder); in toString()
83 mSelection = selection; in withSelection()
133 if (!mAnySelection && !equals(selection, mSelection)) { in equals()
/packages/apps/UnifiedEmail/src/com/android/mail/content/
DObjectCursorLoader.java43 final String mSelection = null; field in ObjectCursorLoader
77 mSelection, mSelectionArgs, mSortOrder); in loadInBackground()
177 writer.print(prefix); writer.print("mSelection="); writer.println(mSelection); in dump()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1753 private StringBuilder mSelection = new StringBuilder( field in ContactAggregator.NameLookupSelectionBuilder
1771 DatabaseUtils.appendEscapedSQLString(mSelection, string); in insertNameLookup()
1772 mSelection.append(','); in insertNameLookup()
1780 mSelection.setLength(mSelection.length() - 1); // Strip last comma in getSelection()
1781 mSelection.append(')'); in getSelection()
1782 return mSelection.toString(); in getSelection()
/packages/apps/FMRadio/src/com/android/fmradio/views/
DFmScroller.java92 private String mSelection = "IS_FAVORITE=?"; field in FmScroller
883 FmStation.COLUMNS, mSelection, mSelectionArgs, in getData()