Searched defs:toContentValues (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DCredential.java160 public ContentValues toContentValues() { method in class:Credential
H A DHostAuth.java240 public ContentValues toContentValues() { method in class:HostAuth
H A DPolicy.java339 public ContentValues toContentValues() { method in class:Policy
H A DAccount.java651 .withValues(mHostAuthRecv.mCredential.toContentValues())
657 b.withValues(mHostAuthRecv.toContentValues());
674 .withValues(mHostAuthSend.mCredential.toContentValues())
681 b.withValues(mHostAuthSend.toContentValues());
703 b.withValues(toContentValues());
735 public ContentValues toContentValues() { method in class:Account
H A DMailbox.java602 public ContentValues toContentValues() { method in class:Mailbox
H A DEmailContent.java131 public abstract ContentValues toContentValues(); method in class:EmailContent
380 Uri res = context.getContentResolver().insert(mBaseUri, toContentValues());
511 public ContentValues toContentValues() { method in class:EmailContent.Body
998 public ContentValues toContentValues() { method in class:EmailContent.Message
1090 if (update(context, toContentValues()) == 1) {
1161 ops.add(b.withValues(toContentValues()).build());
1204 .withValues(att.toContentValues());
1564 public ContentValues toContentValues() { method in class:EmailContent.Attachment
/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetcher.java233 .withValues(toContentValues(newProgram))
260 .withValues(toContentValues(newProgram))
316 private static ContentValues toContentValues(Program program) { method in class:EpgFetcher
/packages/apps/TV/src/com/android/tv/dvr/
H A DScheduledRecording.java221 public static ContentValues toContentValues(ScheduledRecording r) { method in class:ScheduledRecording
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAttachment.java263 resolver.insert(uri, toContentValues());
279 resolver.insert(uri, toContentValues());
312 public ContentValues toContentValues() { method in class:Attachment
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDictionaryInfoUtils.java95 public ContentValues toContentValues() { method in class:DictionaryInfoUtils.DictionaryInfo
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java492 public ContentValues toContentValues() { method in class:ParticipantData

Completed in 177 milliseconds