Searched refs:originalValues (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | TelephonyShellCommand.java | 1775 PersistableBundle originalValues = mCarrierConfigManager.getConfigForSubId(options.mSubId); in handleCcSetValue() local 1776 if (originalValues == null) { in handleCcSetValue() 1789 if (!originalValues.containsKey(key)) { in handleCcSetValue() 1801 CcType type = getType(tag, key, originalValues); in handleCcSetValue() 1829 String originalValueString = ccValueToString(key, type, originalValues); in handleCcSetValue() 1849 PersistableBundle originalValues = mCarrierConfigManager.getConfigForSubId(options.mSubId); in handleCcSetValuesFromXml() local 1850 if (originalValues == null) { in handleCcSetValuesFromXml() 1862 CcType type = getType(tag, key, originalValues); in handleCcSetValuesFromXml() 1881 CcType type = getType(tag, key, originalValues); in handleCcSetValuesFromXml() 1882 String originalValueString = ccValueToString(key, type, originalValues); in handleCcSetValuesFromXml()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarInstancesHelper.java | 475 ContentValues originalValues = originalList.get(num); in performInstanceExpansion() local 476 long beginTime = originalValues.getAsLong(Instances.BEGIN); in performInstanceExpansion()
|
D | CalendarProvider2.java | 2273 ContentValues originalValues = new ContentValues(); in backfillExceptionOriginalIds() local 2274 originalValues.put(Events.ORIGINAL_ID, id); in backfillExceptionOriginalIds() 2275 mDb.update(Tables.EVENTS, originalValues, in backfillExceptionOriginalIds()
|
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
D | LegacyProviderMigrationTest.java | 508 private void assertOrientationColumn(Uri collectionUri, ContentValues originalValues, in assertOrientationColumn() argument 511 values.put(MediaColumns.ORIENTATION, (String) originalValues.get(MediaColumns.ORIENTATION)); in assertOrientationColumn()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4702 private int updateGroups(ContentValues originalValues, String selectionWithId, in updateGroups() argument 4710 updatedValues.putAll(originalValues); in updateGroups() 4906 final ContentValues originalValues = values; in updateRawContact() local 4909 values.putAll(originalValues); in updateRawContact()
|