Home
last modified time | relevance | path

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

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DApnEditorTest.java147 final ContentValues cv = new ContentValues(); in testSetStringValue_valueChanged_shouldSetValue() local
164 final ContentValues cv = new ContentValues(); in testSetStringValue_valueNotChanged_shouldNotSetValue() local
181 final ContentValues cv = new ContentValues(); in testSetStringValue_nullValue_shouldNotSetValue_shouldNotSetValue() local
199 final ContentValues cv = new ContentValues(); in testSetIntValue_valueChanged_shouldSetValue() local
221 final ContentValues cv = new ContentValues(); in testSetIntValue_valueNotChanged_shouldNotSetValue() local
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountFinalizeFragment.java120 final ContentValues cv = new ContentValues(); in loadInBackground() local
123 mAccount.update(getContext(), cv); in loadInBackground() local
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
DTestProviderTests.java70 ContentValues cv = new ContentValues(); in ponyValues() local
153 ContentValues cv = new ContentValues(); in testUpdate() local
DEmlMessageLoaderTest.java59 final ContentValues cv = new ContentValues(2); in testLoadingBlankEml() local
DConversationCursorTests.java85 ContentValues cv = new ContentValues(); in makeConvo() local
DTestProvider.java189 ContentValues cv = mMockStore.get(path); in update() local
/packages/apps/Email/provider_src/com/android/email/activity/setup/
DAccountSettingsUtils.java81 ContentValues cv = new ContentValues(); in commitSettings() local
93 ContentValues cv = getAccountContentValues(account); in commitSettings() local
106 ContentValues cv = new ContentValues(); in getAccountContentValues() 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/Email/provider_src/com/android/email/provider/
DDBHelper.java1328 final ContentValues cv = new ContentValues(1); in onUpgrade() local
1341 final ContentValues cv = new ContentValues(1); in onUpgrade() local
1447 final ContentValues cv = new ContentValues(1); in onUpgrade() local
1496 ContentValues cv = new ContentValues(); in convertPolicyFlagsToPolicyTable() local
1712 ContentValues cv = new ContentValues(); in upgradeFromVersion25ToVersion26() local
1767 ContentValues cv = new ContentValues(); in upgradeFromVersion29ToVersion30() local
1793 ContentValues cv = new ContentValues(); in upgradeFromVersion125ToVersion126() local
DUtilities.java172 ContentValues cv = new ContentValues(); in copyOneMessageToProvider() 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/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMessageChangeLogTable.java80 final ContentValues cv = new ContentValues(1); in startProcessing() local
158 final ContentValues cv = new ContentValues(1); in updateStatusForMessages() local
DAccount.java609 ContentValues cv = new ContentValues(); in clearSecurityHoldOnAllAccounts() local
659 final ContentValues cv = new ContentValues(); in save() local
683 final ContentValues cv = new ContentValues(); in save() local
691 ContentValues cv = null; in save() local
DPolicy.java197 ContentValues cv = new ContentValues(); in setAttachmentFlagsForNewPolicy() local
216 cv, null, null); in setAttachmentFlagsForNewPolicy() local
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastContentProvider.java193 ContentValues cv = message.getContentValues(); in insertNewBroadcast() local
259 ContentValues cv = new ContentValues(1); in markBroadcastRead() local
DCellBroadcastDatabaseHelper.java182 ContentValues cv = new ContentValues(16); in upgradeMessageV1ToV2() local
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java1031 ContentValues cv; in testDeleteOrphanMessages() local
1233 ContentValues cv = new ContentValues(); in testMessageUpdate() local
1384 ContentValues cv = new ContentValues(); in testCascadeDeleteMailbox() local
1389 resolver.update(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, message1.mId), cv, in testCascadeDeleteMailbox() local
1391 resolver.update(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, message2.mId), cv, in testCascadeDeleteMailbox() local
1774 ContentValues cv = new ContentValues(); in testUnreadCountTriggers() local
1776 cr.update(ContentUris.withAppendedId(Message.CONTENT_URI, message2.mId), cv, null, null); in testUnreadCountTriggers() local
1784 cr.update(ContentUris.withAppendedId(Message.CONTENT_URI, message3.mId), cv, null, null); in testUnreadCountTriggers() local
1793 cr.update(ContentUris.withAppendedId(Message.CONTENT_URI, message3.mId), cv, null, null); in testUnreadCountTriggers() local
1802 cr.update(ContentUris.withAppendedId(Message.CONTENT_URI, message3.mId), cv, null, null); in testUnreadCountTriggers() local
[all …]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java723 ContentValues cv = new ContentValues(); in initDatabase() local
1394 ContentValues cv = new ContentValues(); in copySimInfoDataToTmpTable() local
1418 private void copySimInfoValuesV24(ContentValues cv, Cursor c) { in copySimInfoValuesV24()
1459 private void getCardIdfromIccid(ContentValues cv, Cursor c) { in getCardIdfromIccid()
1691 ContentValues cv = new ContentValues(); in copyDataToTmpTable() local
1713 private void copyApnValuesV17(ContentValues cv, Cursor c) { in copyApnValuesV17()
1754 private void copyAllApnValues(ContentValues cv, Cursor c) { in copyAllApnValues()
1804 ContentValues cv = new ContentValues(); in copyPreservedApnsToNewTable() local
1884 private void getStringValueFromCursor(ContentValues cv, Cursor c, String key) { in getStringValueFromCursor()
1899 private void getNetworkTypeBitmaskFromCursor(ContentValues cv, Cursor c) { in getNetworkTypeBitmaskFromCursor()
[all …]
DCarrierIdProvider.java428 private void convertCarrierAttrToContentValues(ContentValues cv, List<ContentValues> cvs, in convertCarrierAttrToContentValues()
598 private int updateCarrierIdForCurrentSubscription(Uri uri, ContentValues cv) { in updateCarrierIdForCurrentSubscription()
DSmsProvider.java627 ContentValues cv = new ContentValues(); in insertInner() local
690 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/apps/SoundRecorder/src/com/android/soundrecorder/
DSoundRecorder.java577 ContentValues cv = new ContentValues(); in createPlaylist() local
596 ContentValues cv = new ContentValues(); in addToMediaDB() local
/packages/apps/Email/provider_src/com/android/email/service/
DEmailBroadcastProcessorService.java355 ContentValues cv = new ContentValues(); in setImapDeletePolicy() local
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java193 ContentValues cv = new ContentValues(2); in restoreDictionary() local

123