Home
last modified time | relevance | path

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

12

/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.java235 ContentValues values = ScheduledRecording.toContentValues(r); in insertSchedules()
255 ContentValues values = ScheduledRecording.toContentValues(r); in updateSchedules()
295 ContentValues values = SeriesRecording.toContentValues(r); in insertSeriesRecordings()
315 ContentValues values = SeriesRecording.toContentValues(r); in updateSeriesRecordings()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcher.java417 .withValues(toContentValues(newProgram)) in updateEpg()
443 .withValues(toContentValues(newProgram)) in updateEpg()
502 private static ContentValues toContentValues(Program program) { in toContentValues() method
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java275 resolver.insert(uri, toContentValues()); in Attachment()
291 resolver.insert(uri, toContentValues()); in Attachment()
325 public ContentValues toContentValues() { in toContentValues() method in Attachment
/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/ExactCalculator/src/com/android/calculator2/
DExpressionDB.java106 public ContentValues toContentValues() { in toContentValues() method in ExpressionDB.RowData
501 ContentValues cvs = data.toContentValues(); in addRow()
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DAuthenticationCache.java151 cred.update(context, cred.toContentValues()); in saveEntry()
/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/apps/Email/provider_src/com/android/email/provider/
DUtilities.java192 content.update(context, content.toContentValues()); in saveOrUpdate()
DDBHelper.java1501 long policyId = db.insert(Policy.TABLE_NAME, null, policy.toContentValues()); in convertPolicyFlagsToPolicyTable()
/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()
DImapFolder.java1221 mailbox.update(context, mailbox.toContentValues()); in save()
/packages/apps/TV/src/com/android/tv/dvr/
DSeriesRecording.java201 public static ContentValues toContentValues(SeriesRecording r) { in toContentValues() method in SeriesRecording
DScheduledRecording.java387 public static ContentValues toContentValues(ScheduledRecording r) { in toContentValues() method in ScheduledRecording
/packages/apps/Email/provider_src/com/android/email/
DSecurityPolicy.java545 Policy.CONTENT_URI).withValues(policy.toContentValues()).build()); in setAccountPolicy()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java1761 final ContentValues values = participant.toContentValues(); in getOrCreateParticipantInTransaction()

12