Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 25 of 42) sorted by relevance

12

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastProviderTest.java100 ContentValues cv = fakeCellBroadcast(); in testUpdate() local
126 ContentValues cv = fakeCellBroadcast(); in testUpdate_WithoutWritePermission_fail() local
146 ContentValues cv = fakeCellBroadcast(); in testGetAllCellBroadcast() local
190 ContentValues cv = fakeCellBroadcast(); in testDelete_oneRecord_success() local
344 ContentValues cv = new ContentValues(); in fakeCellBroadcast() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/apn/
DApnEditorTest.java158 final ContentValues cv = new ContentValues(); in testSetStringValue_valueChanged_shouldSetValue() local
175 final ContentValues cv = new ContentValues(); in testSetStringValue_valueNotChanged_shouldNotSetValue() local
192 final ContentValues cv = new ContentValues(); in testSetStringValue_nullValue_shouldNotSetValue_shouldNotSetValue() local
210 final ContentValues cv = new ContentValues(); in testSetIntValue_valueChanged_shouldSetValue() local
232 final ContentValues cv = new ContentValues(); in testSetIntValue_valueNotChanged_shouldNotSetValue() local
/packages/modules/StatsD/statsd/tests/utils/
DMultiConditionTrigger_test.cpp40 condition_variable cv; in TEST() local
81 condition_variable cv; in TEST() local
103 condition_variable cv; in TEST() local
134 condition_variable cv; in TEST() local
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastContentProvider.java254 ContentValues cv = new ContentValues(); in getContentValues() local
299 ContentValues cv = getContentValues(message); in insertNewBroadcast() local
366 ContentValues cv = new ContentValues(1); in markBroadcastRead() local
395 ContentValues cv = new ContentValues(1); in markBroadcastSmsSyncPending() local
467 ContentValues cv = new ContentValues(); in writeMessageToSmsInbox() local
/packages/modules/adb/fdevent/
Dfdevent_test.h37 std::condition_variable cv; in WaitForFdeventLoop() local
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DCarrierIdProviderTest.java339 ContentValues cv = new ContentValues(); in testUpdateCurrentSubscription() local
344 "1"), cv, null, null); in testUpdateCurrentSubscription() local
412 ContentValues cv = new ContentValues(); in testUpdateCurrentSubscription_WrongURI() local
/packages/modules/adb/
Dadb_utils.h69 std::condition_variable cv; variable
/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
DBlockedNumberProviderTest.java92 private static ContentValues cv(Object... namesAndValues) { in cv() method in BlockedNumberProviderTest
192 private Uri insert(ContentValues cv) { in insert()
203 private void insertExpectingFailure(ContentValues cv) { in insertExpectingFailure()
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsTetheringUtils.java107 final CallbackValue cv = mHistory.poll(TIMEOUT_MS, c -> true); in verifyTetheringStarted() local
114 final CallbackValue cv = mHistory.poll(TIMEOUT_MS, c -> true); in expectTetheringFailed() local
296 final CallbackValue cv = mCurrent.poll(TIMEOUT_MS, c -> true); in expectTetheredInterfacesChanged() local
328 final CallbackValue cv = history.poll(TIMEOUT_MS, c -> true); in expectCallbackStarted() local
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DRemoteSocketFactoryClient.java54 final ConditionVariable cv = new ConditionVariable(); in bind() local
DMyServiceClient.java48 final ConditionVariable cv = new ConditionVariable(); in bind() local
/packages/modules/StatsD/statsd/src/external/
DStatsCallbackPuller.cpp54 shared_ptr<condition_variable> cv = make_shared<condition_variable>(); in PullInternal() local
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java351 ContentValues cv = message.getContentValues(); in handleBroadcastSms() local
642 ContentValues cv = new ContentValues(); in performGeoFencing() local
814 ContentValues cv = new ContentValues(); in broadcastMessage() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java903 ContentValues cv = new ContentValues(); in initDatabase() local
1728 ContentValues cv = new ContentValues(); in copySimInfoDataToTmpTable() local
1752 private void copySimInfoValuesV24(ContentValues cv, Cursor c) { in copySimInfoValuesV24()
1793 private void getCardIdfromIccid(ContentValues cv, Cursor c) { in getCardIdfromIccid()
2025 ContentValues cv = new ContentValues(); in copyDataToTmpTable() local
2047 private void copyApnValuesV17(ContentValues cv, Cursor c) { in copyApnValuesV17()
2088 private void copyAllApnValues(ContentValues cv, Cursor c) { in copyAllApnValues()
2138 ContentValues cv = new ContentValues(); in copyPreservedApnsToNewTable() local
2216 private void getStringValueFromCursor(ContentValues cv, Cursor c, String key) { in getStringValueFromCursor()
2231 private void getNetworkTypeBitmaskFromCursor(ContentValues cv, Cursor c) { in getNetworkTypeBitmaskFromCursor()
[all …]
DCarrierIdProvider.java432 private void convertCarrierAttrToContentValues(ContentValues cv, List<ContentValues> cvs, in convertCarrierAttrToContentValues()
607 private int updateCarrierIdForCurrentSubscription(Uri uri, ContentValues cv) { in updateCarrierIdForCurrentSubscription()
DMmsSmsDatabaseHelper.java600 ContentValues cv = new ContentValues(); in populateWordsTable() local
633 ContentValues cv = new ContentValues(); in populateWordsTable() local
DSmsProvider.java767 ContentValues cv = new ContentValues(); in insertInner() local
892 ContentValues cv = new ContentValues(); in delete() local
/packages/apps/Gallery2/jni/filters/
Dhsv.c94 short cv = hsv[hsvOff+0]; in hsv2rgb() local
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DBlockedNumberProvider.java149 private Uri insertBlockedNumber(ContentValues cv) { in insertBlockedNumber()
177 private static void throwIfSpecified(ContentValues cv, String column) { in throwIfSpecified()
/packages/modules/adb/daemon/
Dadb_wifi.cpp80 std::condition_variable cv; in Start() local
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java193 ContentValues cv = new ContentValues(2); in restoreDictionary() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DTestUtils.java133 public static ContentValues cv(Object... namesAndValues) { in cv() method in TestUtils
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java508 final ContentValues cv = new ContentValues(); in migrateFromLegacyTables() local
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java620 ContentValues cv = new ContentValues(); in loadRawContactValues() local
645 ContentValues cv = new ContentValues(); in loadDataValues() local
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1252 ContentValues cv = new ContentValues(); in updateAndCheckColor() local
1283 private Uri insertEvent(int calId, EventInfo event, ContentValues cv) { in insertEvent()
1517 ContentValues cv = this.eventInfoToContentValues(calendarId0, mEvents[0]); in testInsertUpdateDeleteColor() local
2307 private void verifyContentValueAgainstCursor(ContentValues cv, in verifyContentValueAgainstCursor()
3508 final ContentValues cv = new ContentValues(); in insertWorkEvent() local
3641 final ContentValues cv = new ContentValues(); in insertWorkCalendar() local

12