/frameworks/base/core/java/android/widget/ |
D | CursorFilter.java | 34 Cursor getCursor(); in getCursor() method 64 Cursor oldCursor = mClient.getCursor(); in publishResults()
|
D | CursorTreeAdapter.java | 105 final Cursor cursor = getChildrenCursor(mGroupCursorHelper.getCursor()); in getChildrenCursorHelper() 355 return mGroupCursorHelper.getCursor(); in runQueryOnBackgroundThread() 389 public Cursor getCursor() { in getCursor() method in CursorTreeAdapter 390 return mGroupCursorHelper.getCursor(); in getCursor() 421 Cursor getCursor() { in getCursor() method in CursorTreeAdapter.MyCursorHelper
|
D | CursorAdapter.java | 226 public Cursor getCursor() { in getCursor() method in CursorAdapter
|
D | SuggestionsAdapter.java | 222 updateSpinnerState(getCursor()); in notifyDataSetChanged() 230 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
|
D | SearchView.java | 1072 Cursor c = mSuggestionsAdapter.getCursor(); in onSuggestionsKey() 1411 Cursor c = mSuggestionsAdapter.getCursor(); in rewriteQueryFromSuggestion() 1443 Cursor c = mSuggestionsAdapter.getCursor(); in launchSuggestion()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | CursorFilter.java | 35 Cursor getCursor(); in getCursor() method 65 Cursor oldCursor = mClient.getCursor(); in publishResults()
|
D | CursorAdapter.java | 193 public Cursor getCursor() { in getCursor() method in CursorAdapter
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 82 Cursor cursor = getCursor(dlRequest); in doErrorTest() 167 Cursor cursor = getCursor(dlRequest); in testDownloadToExternal_fileExists() 342 Cursor cursor = getCursor(dlRequest); in testSetTitle() 398 Cursor cursor = getCursor(dlRequest); in testServerDropConnection_body()
|
D | DownloadManagerBaseTest.java | 799 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart() 996 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 147 return getCursor(sTestValues1, 1); in testAssert() 166 return getCursor(sTestValues1, 1); in testAssertNoValues() 182 return getCursor(sTestValues1, 0); in testAssertNoValues() 198 return getCursor(sTestValues1, 5); in testAssertNoValues() 210 private Cursor getCursor(ContentValues contentValues, int numRows) { in getCursor() method in ContentProviderOperationTest
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | CursorObjectAdapter.java | 96 public final Cursor getCursor() { in getCursor() method in CursorObjectAdapter
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 373 public Cursor getCursor() { in getCursor() method in RingtoneManager 432 final Cursor cursor = getCursor(); in getRingtonePosition()
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerBaseTest.java | 440 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart() 539 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
|
D | DownloadManagerTestApp.java | 187 Cursor cursor = getCursor(dlRequest); in verifyFileDownloadSucceeded() 238 Cursor cursor = getCursor(dlRequest); in runLargeDownloadOverWiFi()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
D | BaseCursorPagerAdapter.java | 137 public Cursor getCursor() { in getCursor() method in BaseCursorPagerAdapter
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 552 Cursor c = getCursor(); in getItemId() 560 Cursor c = getCursor(); in getRecipientEntry() 578 Cursor cursor = getCursor(); in getView()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 487 final Cursor data = mAdapter.getCursor(); in onPhotoRemoved() 830 final Cursor cursor = mAdapter.getCursor(); in getCursorAtProperPosition() 841 public Cursor getCursor() { in getCursor() method in PhotoViewController 842 return (mAdapter == null) ? null : mAdapter.getCursor(); in getCursor()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SuggestionsAdapter.java | 183 updateSpinnerState(getCursor()); in notifyDataSetChanged() 191 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
|
D | SearchView.java | 1342 Cursor c = mSuggestionsAdapter.getCursor(); in rewriteQueryFromSuggestion() 1374 Cursor c = mSuggestionsAdapter.getCursor(); in launchSuggestion()
|
/frameworks/ex/common/java/com/android/common/widget/ |
D | GroupingListAdapter.java | 178 public Cursor getCursor() { in getCursor() method in GroupingListAdapter
|
D | CompositeCursorAdapter.java | 209 public Cursor getCursor(int partition) { in getCursor() method in CompositeCursorAdapter
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 573 Cursor cursor = getCursor(partition); in isDuplicate()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | AlertController.java | 759 final Cursor cursor = getCursor(); in createListView()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 1055 final Cursor cursor = getCursor(); in createListView()
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-names.jd | 396 Cursor cursor = parent.getAdapter().getCursor();
|