Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java248 private static ContentValues toContentValues(@Nullable final NetworkAttributes attributes) { in toContentValues() method in IpMemoryStoreDatabase
275 private static ContentValues toContentValues(@NonNull final String key, in toContentValues() method in IpMemoryStoreDatabase
277 final ContentValues values = toContentValues(attributes); in toContentValues()
286 private static ContentValues toContentValues(@NonNull final String key, in toContentValues() method in IpMemoryStoreDatabase
366 final ContentValues cv = toContentValues(key, attributes, expiry); in storeNetworkAttributes()
393 toContentValues(key, clientId, name, data), SQLiteDatabase.CONFLICT_REPLACE); in storeBlob()
552 final ContentValues values = toContentValues(attr); in findClosestAttributes()
/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/dvr/provider/
DDvrDatabaseHelper.java386 ContentValues values = ScheduledRecording.toContentValues(r); in insertSchedules()
416 ContentValues values = ScheduledRecording.toContentValues(r); in updateSchedules()
453 ContentValues values = SeriesRecording.toContentValues(r); in insertSeriesRecordings()
471 ContentValues values = SeriesRecording.toContentValues(r); in updateSeriesRecordings()
/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/TV/src/com/android/tv/data/epg/
DEpgFetchHelper.java112 .withValues(ProgramImpl.toContentValues(newProgram, context)) in updateEpgData()
138 .withValues(ProgramImpl.toContentValues(newProgram, context)) in updateEpgData()
/packages/apps/TV/src/com/android/tv/data/
DPreviewDataManager.java333 .toContentValues()); in doInBackground()
443 .toContentValues()); in doInBackground()
DProgramImpl.java532 public static ContentValues toContentValues(Program program, Context context) { in toContentValues() method in ProgramImpl
/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
DEpgFetcherImplTest.java295 new Channel.Builder(channel).setInputId(inputId).build().toContentValues(); in insertTestChannels()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java522 info.toContentValues()); in reinitializeClientRecordInDictionaryContentProvider()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDictionaryInfoUtils.java95 public ContentValues toContentValues() { in toContentValues() method in DictionaryInfoUtils.DictionaryInfo
/packages/apps/TV/src/com/android/tv/dvr/data/
DSeriesRecording.java175 public static ContentValues toContentValues(SeriesRecording r) { in toContentValues() method in SeriesRecording
DScheduledRecording.java506 public static ContentValues toContentValues(ScheduledRecording r) { in toContentValues() method in ScheduledRecording
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java526 public ContentValues toContentValues() { in toContentValues() method in ParticipantData
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java613 values.putAll(program.toContentValues()); in insertRecordedProgram()
DTunerRecordingSessionWorkerExoV2.java616 values.putAll(program.toContentValues()); in insertRecordedProgram()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java1761 final ContentValues values = participant.toContentValues(); in getOrCreateParticipantInTransaction()