Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 25 of 32) 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
342 ContentValues cv = new ContentValues(); in fakeCellBroadcast() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DApnEditorTest.java156 final ContentValues cv = new ContentValues(); in testSetStringValue_valueChanged_shouldSetValue() local
173 final ContentValues cv = new ContentValues(); in testSetStringValue_valueNotChanged_shouldNotSetValue() local
190 final ContentValues cv = new ContentValues(); in testSetStringValue_nullValue_shouldNotSetValue_shouldNotSetValue() local
208 final ContentValues cv = new ContentValues(); in testSetIntValue_valueChanged_shouldSetValue() local
230 final ContentValues cv = new ContentValues(); in testSetIntValue_valueNotChanged_shouldNotSetValue() local
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DCarrierIdProviderTest.java341 ContentValues cv = new ContentValues(); in testUpdateCurrentSubscription() local
347 "1"), cv, null, null); in testUpdateCurrentSubscription() local
416 ContentValues cv = new ContentValues(); in testUpdateCurrentSubscription_WrongURI() local
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastContentProvider.java215 ContentValues cv = new ContentValues(); in getContentValues() local
259 ContentValues cv = getContentValues(message); in insertNewBroadcast() local
324 ContentValues cv = new ContentValues(1); in markBroadcastRead() local
DCellBroadcastAlertService.java318 ContentValues cv = new ContentValues(); in markMessageDisplayed() local
840 ContentValues cv = new ContentValues(); in writeMessageToSmsInbox() local
/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
DBlockedNumberProviderTest.java88 private static ContentValues cv(Object... namesAndValues) { in cv() method in BlockedNumberProviderTest
188 private Uri insert(ContentValues cv) { in insert()
199 private void insertExpectingFailure(ContentValues cv) { in insertExpectingFailure()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java264 ContentValues cv = message.getContentValues(); in handleBroadcastSms() local
423 ContentValues cv = new ContentValues(); in performGeoFencing() local
551 ContentValues cv = new ContentValues(); in broadcastMessage() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java793 ContentValues cv = new ContentValues(); in initDatabase() local
1513 ContentValues cv = new ContentValues(); in copySimInfoDataToTmpTable() local
1537 private void copySimInfoValuesV24(ContentValues cv, Cursor c) { in copySimInfoValuesV24()
1578 private void getCardIdfromIccid(ContentValues cv, Cursor c) { in getCardIdfromIccid()
1810 ContentValues cv = new ContentValues(); in copyDataToTmpTable() local
1832 private void copyApnValuesV17(ContentValues cv, Cursor c) { in copyApnValuesV17()
1873 private void copyAllApnValues(ContentValues cv, Cursor c) { in copyAllApnValues()
1923 ContentValues cv = new ContentValues(); in copyPreservedApnsToNewTable() local
2001 private void getStringValueFromCursor(ContentValues cv, Cursor c, String key) { in getStringValueFromCursor()
2016 private void getNetworkTypeBitmaskFromCursor(ContentValues cv, Cursor c) { in getNetworkTypeBitmaskFromCursor()
[all …]
DCarrierIdProvider.java431 private void convertCarrierAttrToContentValues(ContentValues cv, List<ContentValues> cvs, in convertCarrierAttrToContentValues()
606 private int updateCarrierIdForCurrentSubscription(Uri uri, ContentValues cv) { in updateCarrierIdForCurrentSubscription()
DMmsSmsDatabaseHelper.java599 ContentValues cv = new ContentValues(); in populateWordsTable() local
632 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/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java193 ContentValues cv = new ContentValues(2); in restoreDictionary() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java485 final ContentValues cv = new ContentValues(); in migrateFromLegacyTables() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DTestUtils.java133 public static ContentValues cv(Object... namesAndValues) { in cv() method in TestUtils
/packages/modules/DnsResolver/tests/
Ddnsresolver_binder_test.cpp168 auto& cv = testOnDnsEvent->getCv(); in TEST_F() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DApnEditor.java812 ContentValues cv, String key, String value, boolean assumeDiff, int index) { in setStringValueAndCheckIfDiff()
838 ContentValues cv, String key, int value, boolean assumeDiff, int index) { in setIntValueAndCheckIfDiff()
/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.java1233 ContentValues cv = new ContentValues(); in updateAndCheckColor() local
1264 private Uri insertEvent(int calId, EventInfo event, ContentValues cv) { in insertEvent()
1498 ContentValues cv = this.eventInfoToContentValues(calendarId0, mEvents[0]); in testInsertUpdateDeleteColor() local
2288 private void verifyContentValueAgainstCursor(ContentValues cv, in verifyContentValueAgainstCursor()
3489 final ContentValues cv = new ContentValues(); in insertWorkEvent() local
3622 final ContentValues cv = new ContentValues(); in insertWorkCalendar() local
/packages/apps/Settings/src/com/android/settings/network/
DApnEditor.java898 ContentValues cv, String key, String value, boolean assumeDiff, int index) { in setStringValueAndCheckIfDiff()
924 ContentValues cv, String key, int value, boolean assumeDiff, int index) { in setIntValueAndCheckIfDiff()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java470 ContentValues cv = new ContentValues(); in loadRawContactValues() local
493 ContentValues cv = new ContentValues(); in loadDataValues() local
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java192 final ConditionVariable cv = new ConditionVariable(); in fakeBusy() local
/packages/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/
DAllUriTest.java655 final ContentValues cv = new ContentValues(); in testAllOperations() local
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.h350 std::condition_variable cv; variable

12