Home
last modified time | relevance | path

Searched defs:contentValues (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DFakeProviderWithAsserts.java64 ExpectedInsert(Uri uri, ContentValues contentValues, Uri returnValue) { in ExpectedInsert()
79 ContentValues contentValues, int returnValue) { in ExpectedUpdate()
114 public Uri insert(Uri uri, ContentValues contentValues) { in insert()
122 public int update(Uri uri, ContentValues contentValues, String whereClause, in update()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java45 ContentValues contentValues = in testNameUtf8Common() local
120 final ContentValues contentValues = in testPhoneticNameCommon() local
221 ContentValues contentValues = ("UTF-8".equalsIgnoreCase(charset) ? in testPostalAddressWithJapaneseCommon() local
DVCardExporterTests.java246 final ContentValues contentValues = new ContentValues(); in testStructuredNamePhoneticNameCommon() local
345 final ContentValues contentValues = new ContentValues(); in testStructuredNameComplicatedCommon() local
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DContactEntry.java34 ContentValues contentValues = new ContentValues(); in addContentValues() local
DImportTestProvider.java74 ContentValues contentValues = operation.resolveValueBackReferences( in applyBatch() local
177 private String convertToEasilyReadableString(ContentValues contentValues) { in convertToEasilyReadableString()
DContentValuesVerifierElem.java36 ContentValues contentValues = new ContentValues(); in addExpected() local
DContentValuesBuilder.java27 public ContentValuesBuilder(final ContentValues contentValues) { in ContentValuesBuilder()
DPropertyNodesVerifierElem.java67 String propName, String propValue, ContentValues contentValues) { in addExpectedNodeWithOrder()
73 String propName, List<String> propValueList, ContentValues contentValues) { in addExpectedNodeWithOrder()
152 ContentValues contentValues) { in addExpectedNode()
157 List<String> propValueList, ContentValues contentValues) { in addExpectedNode()
/frameworks/base/core/java/android/provider/
DVoicemailContract.java412 ContentValues contentValues = getContentValues(voicemail); in insert() local
429 ContentValues contentValues = getContentValues(voicemails.get(i)); in insert() local
430 contentResolver.insert(buildSourceUri(context.getPackageName()), contentValues); in insert() local
452 ContentValues contentValues = new ContentValues(); in getContentValues() local
DContactsContract.java689 ContentValues contentValues = new ContentValues(); in notifyDirectoryChange() local
5258 ContentValues contentValues = namedContentValues.values; in queryRawContactEntity() local
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabControllerImpl.java650 ContentValues contentValues = new ContentValues(); in insertNewContact() local
679 ContentValues contentValues = new ContentValues(); in insertNewPresenceCapability() local
702 ContentValues contentValues = new ContentValues(); in insertEmptyTuple() local
735 ContentValues contentValues = new ContentValues(); in insertAllTuples() local
789 ContentValues contentValues = new ContentValues(); in insertNewOptionCapability() local
DEabProvider.java558 public Uri insert(Uri uri, ContentValues contentValues) { in insert()
671 public int update(Uri uri, ContentValues contentValues, String selection, in update()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java205 private boolean containsNonEmptyName(final ContentValues contentValues) { in containsNonEmptyName()
290 final ContentValues contentValues = in appendNamePropertiesV40() local
394 final ContentValues contentValues = in appendNameProperties() local
556 private void appendPhoneticNameFields(final ContentValues contentValues) { in appendPhoneticNameFields()
1061 private PostalStruct tryConstructPostalStruct(ContentValues contentValues) { in tryConstructPostalStruct()
1445 final ContentValues contentValues, in appendPostalLine()
1829 final String mimeType, ContentValues contentValues) { in appendAndroidSpecificProperty()
DVCardComposer.java552 ContentValues contentValues = namedContentValues.values; in createOneEntryInternal() local
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DRcsConfigTest.java295 ContentValues contentValues = new ContentValues(); in createFakeSimInfo() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java312 ContentValues contentValues = valueCapture.getValue(); in testSimNotReadyDisabledUiccApps() local
330 ContentValues contentValues = valueCapture.getValue(); in testSimRemovedWhileDisablingUiccApps() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java209 ContentValues contentValues = new ContentValues(); in updateOrInsertCarrierKey() local
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java201 private Cursor getCursor(ContentValues contentValues, int numRows) { in getCursor()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java139 public void restoreValue(Context context, ContentResolver cr, ContentValues contentValues, in restoreValue()
DSettingsBackupAgent.java797 ContentValues contentValues = new ContentValues(2); in restoreSettings() local
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsBackupAgentTest.java341 ContentValues contentValues, in restoreValue()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java558 public InsertCommand(Uri uri, int userId, ContentValues contentValues, Bundle extras) { in InsertCommand()
/frameworks/base/core/java/android/app/
DDownloadManager.java857 private void putIfNonNull(ContentValues contentValues, String key, Object value) { in putIfNonNull()