| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| BinaryDictionaryFileDumper.java | 24 import android.database.Cursor; 154 Cursor cursor = null; 166 cursor = client.query(queryUri, DICTIONARY_PROJECTION, null, null, null); 167 if (isProtocolV2 && null == cursor) { 169 cursor = client.query(queryUri, DICTIONARY_PROJECTION, null, null, null); 171 if (null == cursor) return Collections.<WordListInfo>emptyList(); 172 if (cursor.getCount() <= 0 || !cursor.moveToFirst()) { 177 final String wordListId = cursor.getString(0) [all...] |
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
| PersonalDictionaryLookupTest.java | 28 import android.database.Cursor; 86 Cursor cursor = mContentResolver.query(UserDictionary.Words.CONTENT_URI, null, local 88 assertTrue(cursor.moveToFirst()); 90 cursor.getString(cursor.getColumnIndex(UserDictionary.Words._ID)));
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| LegacyApiSupport.java | 24 import android.database.Cursor; 259 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/photo_v1_extras"; 1334 Cursor cursor = db.rawQuery(SettingsMatchQuery.SQL, null); local [all...] |
| /packages/services/Telecomm/src/com/android/server/telecom/ui/ |
| MissedCallNotifierImpl.java | 53 import android.database.Cursor; 583 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { 585 if (cursor != null) { 588 while (cursor.moveToNext()) { 589 // Get data about the missed call from the cursor 590 final String handleString = cursor.getString(CALL_LOG_COLUMN_NUMBER); 592 cursor.getInt(CALL_LOG_COLUMN_NUMBER_PRESENTATION); 593 final long date = cursor.getLong(CALL_LOG_COLUMN_DATE); 636 cursor.close() [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
| Xproto.h | 244 #define Cursor CARD32 [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
| Xproto.h | 244 #define Cursor CARD32 [all...] |
| /external/clang/include/clang/Format/ |
| Format.h | 723 unsigned *Cursor = nullptr);
|
| /external/llvm/lib/CodeGen/ |
| InterferenceCache.cpp | 25 InterferenceCache::Cursor::NoInterference;
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/ |
| ContactPhotoManager.java | 26 import android.database.Cursor; 1433 Cursor cursor = null; local 1497 Cursor cursor = null; local [all...] |
| /packages/apps/Settings/src/com/android/settings/ |
| Utils.java | 45 import android.database.Cursor; 387 final Cursor localRawProfile = cr.query( 405 final Cursor structuredName = cr.query( 429 final Cursor profile = cr.query(Profile.CONTENT_URI, [all...] |
| /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/ |
| TunerSessionWorker.java | 22 import android.database.Cursor; 416 public RecordedProgram(Cursor cursor) { 418 mChannelId = cursor.getLong(index++); 419 mDataUri = cursor.getString(index++); 427 public static RecordedProgram onQuery(Cursor c) { 442 try(Cursor c = resolver.query(recordedUri, RecordedProgram.PROJECTION, null, null, null)) { [all...] |
| /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/ |
| ComposeActivityTest.java | 22 import android.database.Cursor; 68 Cursor foldersCursor = resolver.query(folderListUri, 78 Cursor convCursor = resolver.query(convUri, 88 Cursor msgCursor = resolver.query(messagesUri, 419 MatrixCursor cursor = new MatrixCursorWithCachedColumns(UIProvider.MESSAGE_PROJECTION); local 436 cursor.addRow(messageValues); 437 cursor.moveToFirst(); 438 return new Message(cursor); [all...] |
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| LegacyContactsProviderTest.java | 23 import android.database.Cursor; 102 Cursor c = mResolver.query(personId, null, People.NAME + "='John Doe'" , null, null); [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
| AttentionManagementVerifierActivity.java | 26 import android.database.Cursor; [all...] |
| /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
| DumbTextComponent.java | 11 import java.awt.Cursor; 95 setCursor(Cursor.getPredefinedCursor(Cursor.TEXT_CURSOR));
|
| /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
| CapabilityPolling.java | 37 import android.database.Cursor; 477 Cursor cursor = null; local 483 cursor = mEABContactManager.query(baseQuery); 484 if (cursor == null) { 485 logger.print("Cursor is null, there is no database found."); 488 int count = cursor.getCount(); 490 logger.print("Cursor.getCount() is 0, there is no items found in db."); 498 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) 581 Cursor cursor = null; local [all...] |
| /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
| LwjglAWTInput.java | 24 import java.awt.Cursor;
852 Cursor noCursor = t.createCustomCursor(i, new Point(0, 0), "none");
857 frame.setCursor(Cursor.getDefaultCursor());
|
| /frameworks/base/core/java/android/content/ |
| ContentProviderNative.java | 22 import android.database.Cursor; 112 Cursor cursor = query(callingPkg, url, projection, selection, selectionArgs, local 114 if (cursor != null) { 118 adaptor = new CursorToBulkCursorAdaptor(cursor, observer, 120 cursor = null; 129 // Close cursor if an exception was thrown while constructing the adaptor. 133 if (cursor != null) { 134 cursor.close(); 386 public Cursor query(String callingPkg, Uri url, String[] projection, String selection [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| IccSmsInterfaceManager.java | 28 import android.database.Cursor; 1032 Cursor cursor = null; local 1062 Cursor cursor = null; local [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
| BluetoothPbapObexServer.java | 37 import android.database.Cursor; 765 Cursor c = contentResolver.query( 798 Cursor c = contentResolver.query( [all...] |
| /packages/apps/Contacts/src/com/android/contacts/activities/ |
| ConfirmAddDetailActivity.java | 30 import android.database.Cursor; 416 Cursor contactIdCursor = null; 456 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { 470 if (cursor != null && cursor.moveToFirst() 471 && !cursor.isNull(PhotoQuery.PHOTO)) { 472 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO); 485 if (cursor != null && cursor.moveToFirst()) [all...] |
| /packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
| CustomContactListFilterActivity.java | 34 import android.database.Cursor; 147 final Cursor cursor = resolver.query(groupsUri.build(), null, null, null, null); local 148 if (cursor == null) { 152 ContactsContract.Groups.newEntityIterator(cursor); 179 public void deliverResult(AccountSet cursor) { 184 mAccountSet = cursor; 187 super.deliverResult(cursor); 263 final Cursor cursor = resolver.query(settingsUri.build(), new String[] local [all...] |
| /packages/apps/Email/provider_src/com/android/email/service/ |
| AttachmentService.java | 27 import android.database.Cursor; 667 final Cursor c = getContentResolver().query(Attachment.CONTENT_URI, [all...] |
| /packages/apps/Email/tests/src/com/android/email/provider/ |
| AttachmentProviderTests.java | 22 import android.database.Cursor; 102 Cursor c = mMockResolver.query(attachment1Uri, (String[])null, null, (String[])null, null); 222 Cursor c = null;
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
| ConversationMessageData.java | 18 import android.database.Cursor; 86 public void bind(final Cursor cursor) { 87 mMessageId = cursor.getString(INDEX_MESSAGE_ID); 88 mConversationId = cursor.getString(INDEX_CONVERSATION_ID); 89 mParticipantId = cursor.getString(INDEX_PARTICIPANT_ID); 90 mPartsCount = cursor.getInt(INDEX_PARTS_COUNT); 93 cursor.getString(INDEX_PARTS_IDS), 94 cursor.getString(INDEX_PARTS_CONTENT_TYPES), 95 cursor.getString(INDEX_PARTS_CONTENT_URIS) [all...] |