/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | FakeProviderWithAsserts.java | 64 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/ |
D | VCardJapanizationTests.java | 44 ContentValues contentValues = in testNameUtf8Common() local 119 final ContentValues contentValues = in testPhoneticNameCommon() local 220 ContentValues contentValues = ("UTF-8".equalsIgnoreCase(charset) ? in testPostalAddressWithJapaneseCommon() local
|
D | VCardExporterTests.java | 245 final ContentValues contentValues = new ContentValues(); in testStructuredNamePhoneticNameCommon() local 344 final ContentValues contentValues = new ContentValues(); in testStructuredNameComplicatedCommon() local
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | ContactEntry.java | 34 ContentValues contentValues = new ContentValues(); in addContentValues() local
|
D | ImportTestProvider.java | 74 ContentValues contentValues = operation.resolveValueBackReferences( in applyBatch() local 177 private String convertToEasilyReadableString(ContentValues contentValues) { in convertToEasilyReadableString()
|
D | ContentValuesVerifierElem.java | 36 ContentValues contentValues = new ContentValues(); in addExpected() local
|
D | ContentValuesBuilder.java | 27 public ContentValuesBuilder(final ContentValues contentValues) { in ContentValuesBuilder()
|
D | PropertyNodesVerifierElem.java | 67 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/ |
D | VoicemailContract.java | 412 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
|
D | ContactsContract.java | 673 ContentValues contentValues = new ContentValues(); in notifyDirectoryChange() local
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 205 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() 1825 final String mimeType, ContentValues contentValues) { in appendAndroidSpecificProperty()
|
D | VCardComposer.java | 552 ContentValues contentValues = namedContentValues.values; in createOneEntryInternal() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierInfoManager.java | 120 ContentValues contentValues = new ContentValues(); in updateOrInsertCarrierKey() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 308 ContentValues contentValues = valueCapture.getValue(); in testSimNotReadyDisabledUiccApps() local 326 ContentValues contentValues = valueCapture.getValue(); in testSimRemovedWhileDisablingUiccApps() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsHelper.java | 119 public void restoreValue(Context context, ContentResolver cr, ContentValues contentValues, in restoreValue()
|
D | SettingsBackupAgent.java | 621 ContentValues contentValues = new ContentValues(2); in restoreSettings() local
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 504 public InsertCommand(Uri uri, int userId, ContentValues contentValues) { in InsertCommand() 675 public UpdateCommand(Uri uri, int userId, ContentValues contentValues, String where) { in UpdateCommand()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 211 private Cursor getCursor(ContentValues contentValues, int numRows) { in getCursor()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 850 private void putIfNonNull(ContentValues contentValues, String key, Object value) { in putIfNonNull()
|