Home
last modified time | relevance | path

Searched refs:toContentValues (Results 1 – 25 of 32) sorted by relevance

12

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java240 private static ContentValues toContentValues(@Nullable final NetworkAttributes attributes) { in toContentValues() method in IpMemoryStoreDatabase
267 private static ContentValues toContentValues(@NonNull final String key, in toContentValues() method in IpMemoryStoreDatabase
269 final ContentValues values = toContentValues(attributes); in toContentValues()
278 private static ContentValues toContentValues(@NonNull final String key, in toContentValues() method in IpMemoryStoreDatabase
360 final ContentValues cv = toContentValues(key, attributes, expiry); in storeNetworkAttributes()
387 toContentValues(key, clientId, name, data), SQLiteDatabase.CONFLICT_REPLACE); in storeBlob()
555 final ContentValues values = toContentValues(attr); in findClosestAttributes()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DAccount.java651 .withValues(mHostAuthRecv.mCredential.toContentValues()) in save()
657 b.withValues(mHostAuthRecv.toContentValues()); in save()
674 .withValues(mHostAuthSend.mCredential.toContentValues()) in save()
681 b.withValues(mHostAuthSend.toContentValues()); in save()
703 b.withValues(toContentValues()); in save()
735 public ContentValues toContentValues() { in toContentValues() method in Account
DEmailContent.java131 public abstract ContentValues toContentValues(); in toContentValues() method in EmailContent
380 Uri res = context.getContentResolver().insert(mBaseUri, toContentValues()); in save()
511 public ContentValues toContentValues() { in toContentValues() method in EmailContent.Body
998 public ContentValues toContentValues() { in toContentValues() method in EmailContent.Message
1090 if (update(context, toContentValues()) == 1) { in save()
1161 ops.add(b.withValues(toContentValues()).build()); in addSaveOps()
1204 .withValues(att.toContentValues()); in addSaveOps()
1564 public ContentValues toContentValues() { in toContentValues() method in EmailContent.Attachment
DCredential.java160 public ContentValues toContentValues() { in toContentValues() method in Credential
DHostAuth.java240 public ContentValues toContentValues() { in toContentValues() method in HostAuth
DPolicy.java339 public ContentValues toContentValues() { in toContentValues() method in Policy
DMailbox.java602 public ContentValues toContentValues() { in toContentValues() method in Mailbox
/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java290 ContentValues values = ScheduledRecording.toContentValues(r); in insertSchedules()
308 ContentValues values = ScheduledRecording.toContentValues(r); in updateSchedules()
344 ContentValues values = SeriesRecording.toContentValues(r); in insertSeriesRecordings()
362 ContentValues values = SeriesRecording.toContentValues(r); in updateSeriesRecordings()
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DEpgInputs.java72 EpgContract.EpgInputs.CONTENT_URI, epgInput.toContentValues()); in insert()
80 epgInput.toContentValues(), in update()
DEpgInput.java58 public final ContentValues toContentValues() { in toContentValues() method in EpgInput
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetchHelper.java109 .withValues(Program.toContentValues(newProgram, context)) in updateEpgData()
135 .withValues(Program.toContentValues(newProgram, context)) in updateEpgData()
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DChannelScanFragment.java215 newChannel.toContentValues(), in updateChannels()
221 cr.insert(TvContractCompat.Channels.CONTENT_URI, newChannel.toContentValues()); in updateChannels()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupIncomingFragment.java510 account.update(context, account.toContentValues()); in saveSettingsAfterEdit()
514 cred.update(context, cred.toContentValues()); in saveSettingsAfterEdit()
520 account.mHostAuthRecv.update(context, account.mHostAuthRecv.toContentValues()); in saveSettingsAfterEdit()
DAccountSetupOutgoingFragment.java354 cred.update(context, cred.toContentValues()); in saveSettingsAfterEdit()
360 account.mHostAuthSend.update(context, account.mHostAuthSend.toContentValues()); in saveSettingsAfterEdit()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java280 resolver.insert(uri, toContentValues()); in Attachment()
296 resolver.insert(uri, toContentValues()); in Attachment()
330 public ContentValues toContentValues() { in toContentValues() method in Attachment
/packages/apps/TV/src/com/android/tv/data/
DPreviewDataManager.java329 .toContentValues()); in doInBackground()
435 .toContentValues()); in doInBackground()
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DAuthenticationCache.java151 cred.update(context, cred.toContentValues()); in saveEntry()
/packages/apps/Email/provider_src/com/android/email/provider/
DUtilities.java192 content.update(context, content.toContentValues()); in saveOrUpdate()
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java1041 cv = msgX_A.toContentValues(); in testDeleteOrphanMessages()
1047 cv = msgX_B.toContentValues(); in testDeleteOrphanMessages()
1053 cv = msgX_C.toContentValues(); in testDeleteOrphanMessages()
1059 cv = msgX_D.toContentValues(); in testDeleteOrphanMessages()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java522 info.toContentValues()); in reinitializeClientRecordInDictionaryContentProvider()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java492 public ContentValues toContentValues() { in toContentValues() method in ParticipantData
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDictionaryInfoUtils.java95 public ContentValues toContentValues() { in toContentValues() method in DictionaryInfoUtils.DictionaryInfo
/packages/apps/Email/provider_src/com/android/email/mail/store/
DPop3Store.java111 mailbox.update(mContext, mailbox.toContentValues()); in updateFolders()
/packages/apps/TV/src/com/android/tv/dvr/data/
DSeriesRecording.java171 public static ContentValues toContentValues(SeriesRecording r) { in toContentValues() method in SeriesRecording
/packages/apps/Email/provider_src/com/android/email/
DSecurityPolicy.java545 Policy.CONTENT_URI).withValues(policy.toContentValues()).build()); in setAccountPolicy()

12