Home
last modified time | relevance | path

Searched refs:cv (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/core/java/android/provider/
H A DCalendarContract.java603 ContentValues cv = new ContentValues(); in getEntityAndIncrementCursor() local
604 cv.put(_ID, calendarId); in getEntityAndIncrementCursor()
627 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
639 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
641 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
643 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
645 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
653 Entity entity = new Entity(cv); in getEntityAndIncrementCursor()
1477 ContentValues cv = new ContentValues(); in getEntityAndIncrementCursor() local
1478 cv.put(Events._ID, eventId); in getEntityAndIncrementCursor()
[all …]
H A DContactsContract.java3211 ContentValues cv = new ContentValues(); in getEntityAndIncrementCursor() local
3215 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, _ID); in getEntityAndIncrementCursor()
3226 android.content.Entity contact = new android.content.Entity(cv); in getEntityAndIncrementCursor()
3234 cv = new ContentValues(); in getEntityAndIncrementCursor()
3236 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
3240 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
3243 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
3245 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, in getEntityAndIncrementCursor()
3256 cv.put(key, cursor.getString(columnIndex)); in getEntityAndIncrementCursor()
3259 cv.put(key, cursor.getBlob(columnIndex)); in getEntityAndIncrementCursor()
[all …]
H A DCallLog.java353 ContentValues cv = new ContentValues(); in storeCallComposerPictureAtUri() local
354 cv.put(Calls.ADD_FOR_ALL_USERS, forAllUsers ? 1 : 0); in storeCallComposerPictureAtUri()
355 pictureFileUri = context.getContentResolver().insert(insertionUri, cv); in storeCallComposerPictureAtUri()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/database/
H A DSQLiteDatabaseIoPerfTest.java84 cv.put("_ID", i); in testDatabaseModifications()
85 cv.put("COL_A", i); in testDatabaseModifications()
86 cv.put("COL_B", "NewValue"); in testDatabaseModifications()
87 cv.put("COL_C", 1.0); in testDatabaseModifications()
90 cv = new ContentValues(); in testDatabaseModifications()
92 cv.put("COL_B", "UpdatedValue"); in testDatabaseModifications()
93 cv.put("COL_C", 1.1); in testDatabaseModifications()
121 cv.put("_ID", i); in testInsertsWithTransactions()
122 cv.put("COL_A", i); in testInsertsWithTransactions()
123 cv.put("COL_B", "NewValue"); in testInsertsWithTransactions()
[all …]
H A DSQLiteDatabasePerfTest.java277 ContentValues cv = new ContentValues();
278 cv.put("_ID", DEFAULT_DATASET_SIZE);
279 cv.put("COL_B", "NewValue");
280 cv.put("COL_C", 1.1);
411 ContentValues cv = new ContentValues();
416 cv.put("COL_A", i);
417 cv.put("COL_B", "UpdatedValue");
418 cv.put("COL_C", i);
484 cv.put("COL_A", i);
485 cv.put("COL_B", "UpdatedValue");
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContentValuesTest.java38 ContentValues cv = new ContentValues(); in testIsEmpty() local
39 assertTrue(cv.isEmpty()); in testIsEmpty()
40 assertEquals(0, cv.size()); in testIsEmpty()
42 cv.put("key", "value"); in testIsEmpty()
43 assertFalse(cv.isEmpty()); in testIsEmpty()
44 assertEquals(1, cv.size()); in testIsEmpty()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSmsCbMessage.java573 ContentValues cv = new ContentValues(16); in getContentValues() local
574 cv.put(CellBroadcasts.SLOT_INDEX, mSlotIndex); in getContentValues()
575 cv.put(CellBroadcasts.SUBSCRIPTION_ID, mSubId); in getContentValues()
578 cv.put(CellBroadcasts.PLMN, mLocation.getPlmn()); in getContentValues()
581 cv.put(CellBroadcasts.LAC, mLocation.getLac()); in getContentValues()
584 cv.put(CellBroadcasts.CID, mLocation.getCid()); in getContentValues()
586 cv.put(CellBroadcasts.SERIAL_NUMBER, getSerialNumber()); in getContentValues()
588 cv.put(CellBroadcasts.LANGUAGE_CODE, getLanguageCode()); in getContentValues()
590 cv.put(CellBroadcasts.MESSAGE_BODY, getMessageBody()); in getContentValues()
615 cv.put(CellBroadcasts.GEOMETRIES, (String) null); in getContentValues()
[all …]
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DGlobalResultsStore.java90 cv.put("name", testName); in storeRunResults()
91 cv.put("run_id", runId); in storeRunResults()
94 cv.put("unknown_delay", in storeRunResults()
96 cv.put("input", in storeRunResults()
98 cv.put("animation", in storeRunResults()
100 cv.put("layout", in storeRunResults()
102 cv.put("draw", in storeRunResults()
104 cv.put("sync", in storeRunResults()
106 cv.put("command_issue", in storeRunResults()
108 cv.put("swap_buffers", in storeRunResults()
[all …]
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_transitions.cpp189 cv.notify_all(); in InitiateMerge()
198 cv.wait(lock); in WaitForMergeBegin()
209 cv.wait(lock); in WaitForMergeBegin()
257 cv.notify_all(); in ReadAheadIOCompleted()
273 cv.wait(lock); in WaitForMergeReady()
297 cv.notify_all(); in NotifyRAForMergeReady()
307 cv.notify_all(); in MergeFailed()
316 cv.notify_all(); in MergeCompleted()
342 cv.notify_all(); in NotifyIOTerminated()
357 cv.notify_all(); in ReadAheadIOFailed()
[all …]
H A Dsnapuserd_core.h417 std::condition_variable cv; variable
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java679 ContentValues cv; in testInsertHelper() local
694 cv.put("s", "one"); in testInsertHelper()
695 row = ih.insert(cv); in testInsertHelper()
706 cv.put("s", "two"); in testInsertHelper()
708 row = ih.insert(cv); in testInsertHelper()
720 row = ih.insert(cv); in testInsertHelper()
725 cv.put("i", 2345); in testInsertHelper()
726 cv.put("j", 3456); in testInsertHelper()
740 cv.put("i", 6789); in testInsertHelper()
856 ih.insert(cv); in testCollateLocalizedForJapanese()
[all …]
H A DDatabaseCursorTest.java112 ContentValues cv = new ContentValues(); in testBlob() local
113 DatabaseUtils.cursorRowToContentValues(c, cv); in testBlob()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd.cpp152 cv.wait(lock); in GetReadAheadPopulatedBuffer()
166 cv.wait(lock); in WaitForMergeToComplete()
187 cv.wait(lock); in WaitForReadAheadToStart()
207 cv.notify_one(); in StartReadAhead()
216 cv.notify_one(); in MergeCompleted()
250 cv.notify_all(); in ReadAheadIOCompleted()
260 cv.notify_all(); in ReadAheadIOFailed()
H A Dsnapuserd.h310 std::condition_variable cv; variable
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DSpotFilter.kt93 fun add(cv: List<MotionEvent.PointerCoords>, tool: Int) {
94 for (c in cv) {
/aosp14/frameworks/base/tools/traceinjection/src/com/android/traceinjection/
H A DMain.java116 TraceInjectionClassVisitor cv = new TraceInjectionClassVisitor(cw, params); in convert() local
117 cr.accept(cv, ClassReader.EXPAND_FRAMES); in convert()
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DMain.java104 LockFindingClassVisitor cv = new LockFindingClassVisitor(targets, cw); in convert() local
105 cr.accept(cv, 0); in convert()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java133 ContentValues cv = new ContentValues(); in writeKeyValue() local
134 cv.put(COLUMN_KEY, key); in writeKeyValue()
135 cv.put(COLUMN_USERID, userId); in writeKeyValue()
136 cv.put(COLUMN_VALUE, value); in writeKeyValue()
142 db.insert(TABLE, null, cv); in writeKeyValue()
192 ContentValues cv = new ContentValues(); in removeKey() local
193 cv.put(COLUMN_KEY, key); in removeKey()
194 cv.put(COLUMN_USERID, userId); in removeKey()
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduPersister.java812 ContentValues cv = new ContentValues(); in persistData() local
816 cv.put(Telephony.Mms.Part.TEXT, new EncodedStringValue(data).getString()); in persistData()
817 if (mContentResolver.update(uri, cv, null, null) != 1) { in persistData()
/aosp14/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr142 H*ebp<C�+v�=�������f>��cv��;Wop<��[�t���Th�m�B��x��ݑ6�<�}�W���zG���'�/���bt�c������<…
/aosp14/frameworks/base/services/tests/mockingservicestests/res/raw/
H A Dbackup_telephony_with_password64 ��Ӏ7KE�uKxk���=��O�@�cv-��������hi`]�˵V~#5o�Y����3)��X@%�#�#Ϩ�)4���P��:�d��"����H���x[be�…
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!