/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTable.java | 121 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/ |
D | SqlParams.java | 23 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/ |
D | ConfirmAddDetailActivity.java | 370 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/ |
D | Helpers.java | 503 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/ |
D | MockContentProvider.java | 47 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/ |
D | ObjectCursorLoader.java | 43 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/ |
D | ContactAggregator.java | 1753 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/ |
D | FmScroller.java | 92 private String mSelection = "IS_FAVORITE=?"; field in FmScroller 883 FmStation.COLUMNS, mSelection, mSelectionArgs, in getData()
|