OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveToFirst
(Results
76 - 100
of
431
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java
54
cursor.
moveToFirst
();
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
ContactablesLoaderCallbacks.java
107
cursor.
moveToFirst
();
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java
165
mCursor.
moveToFirst
();
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java
165
mCursor.
moveToFirst
();
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java
165
mCursor.
moveToFirst
();
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java
165
mCursor.
moveToFirst
();
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java
165
mCursor.
moveToFirst
();
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java
165
mCursor.
moveToFirst
();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbstractCursor.java
36
public boolean
moveToFirst
() {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java
33
public boolean
moveToFirst
() {
/frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java
118
assertTrue(cursor.
moveToFirst
());
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java
92
if (cursor.
moveToFirst
()) {
456
assertTrue(cursor.
moveToFirst
());
525
if (cursor.
moveToFirst
()) {
567
while (!cursor.
moveToFirst
()) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
AggregatorRecordStorage.java
99
cursor.
moveToFirst
();
/frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java
177
cursor.
moveToFirst
();
194
cursor.
moveToFirst
();
205
cursor.
moveToFirst
();
222
cursor.
moveToFirst
();
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java
76
if (cursor.
moveToFirst
()) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactsUtils.java
135
c.
moveToFirst
();
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/list/
ContactListItemViewTest.java
127
cursor.
moveToFirst
();
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java
61
cursor.
moveToFirst
();
/packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusService.java
80
if (cursor.
moveToFirst
()) {
/packages/apps/Mms/src/com/android/mms/util/
RateController.java
107
if (c.
moveToFirst
()) {
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ImageAttachmentRequest.java
87
if (cursor != null && cursor.
moveToFirst
()) {
/packages/apps/UnifiedEmail/src/com/android/mail/content/
ThreadSafeCursorWrapper.java
147
public boolean
moveToFirst
() {
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java
171
if (photoCursor.
moveToFirst
() && !photoCursor.isNull(0)) {
280
if (contactIdCursor != null && contactIdCursor.
moveToFirst
()) {
303
if (c != null && c.
moveToFirst
()) {
322
if (rawContactIdCursor != null && rawContactIdCursor.
moveToFirst
()) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java
294
if (!cursor.
moveToFirst
()) return null;
321
if (!cursor.
moveToFirst
()) return;
354
if (!cursor.
moveToFirst
()) return 0;
379
if (!cursor.
moveToFirst
()) return UpdateHandler.NOT_AN_ID;
392
if (!cursor.
moveToFirst
()) return 0;
496
if (cursor.
moveToFirst
()) {
590
if (!cursor.
moveToFirst
()) return results;
[
all
...]
MetadataHandler.java
48
if (results.
moveToFirst
()) {
Completed in 977 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>