/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | MessageModification.java | 40 public static void putSubject(ContentValues values, String subject) { in putSubject() 50 public static void putToAddresses(ContentValues values, String[] toAddresses) { in putToAddresses() 60 public static void putCcAddresses(ContentValues values, String[] ccAddresses) { in putCcAddresses() 70 public static void putBccAddresses(ContentValues values, String[] bccAddresses) { in putBccAddresses() 81 public static void putCustomFromAddress(ContentValues values, String customFromAddress) { in putCustomFromAddress() 92 public static void putForward(ContentValues values, boolean forward) { in putForward() 103 public static void putAppendRefMessageContent(ContentValues values, boolean includeQuotedText) { in putAppendRefMessageContent() 113 public static void putBody(ContentValues values, String body) { in putBody() 123 public static void putBodyHtml(ContentValues values, String body) { in putBodyHtml() 133 public static void putDraftType(ContentValues values, int draftType) { in putDraftType() [all …]
|
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/ |
D | PublicApiAccessTest.java | 70 ContentValues values = buildValidValues(); in testMaximalValidWrite() local 82 ContentValues values = new ContentValues(); in buildValidValues() local 92 ContentValues values = buildValidValues(); in testNoPublicApi() local 98 ContentValues values = buildValidValues(); in testInvalidDestination() local 106 ContentValues values = buildValidValues(); in testInvalidVisibility() local 120 ContentValues values = buildValidValues(); in testDisallowedColumns() local 127 ContentValues values = buildValidValues(); in testFileUriWithoutExternalPermission() local 133 private void testInvalidValues(ContentValues values) { in testInvalidValues()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | LegacyContactsProviderTest.java | 68 ContentValues values = new ContentValues(); in testPeopleInsert() local 77 ContentValues values = new ContentValues(); in testPeopleUpdate() local 97 ContentValues values = new ContentValues(); in testPeopleDelete() local 114 ContentValues values = new ContentValues(); in testPeopleFilter() local 133 ContentValues values = new ContentValues(); in testDefaultDisplayName() local 140 ContentValues values = new ContentValues(); in testPrimaryOrganization() local 182 ContentValues values = new ContentValues(); in testPrimaryPhone() local 231 ContentValues values = new ContentValues(); in testEmailCrud() local 253 ContentValues values = new ContentValues(); in testPrimaryEmail() local 303 ContentValues values = new ContentValues(); in testMarkAsContacted() local [all …]
|
D | VoicemailProviderTest.java | 110 ContentValues values = new ContentValues(); in testUpdate() local 135 ContentValues values = getTestVoicemailValues(); in testGetType_ItemUri() local 369 final ContentValues values = getTestVoicemailValues(); in testCannotAccessCallLogSpecificFields_Insert() local 400 final ContentValues values = getTestVoicemailValues(); in testCannotAccessCallLogSpecificFields_Update() local 415 ContentValues values = getTestStatusValues(); in testStatusInsert() local 424 ContentValues values = getTestStatusValues(); in testStatusInsertDuplicate() local 425 assertNotNull(mResolver.insert(statusUri(), values)); in testStatusInsertDuplicate() local 430 assertNull(mResolver.insert(statusUri(), values)); in testStatusInsertDuplicate() local 435 assertNotNull(mResolver.insert(statusUri(), values)); in testStatusInsertDuplicate() local 441 ContentValues values = getTestStatusValues(); in testStatusUpdate() local [all …]
|
D | CallLogProviderTest.java | 92 ContentValues values = getDefaultCallValues(); in testInsert_RegularCallRecord() local 111 final ContentValues values = getDefaultCallValues(); in testInsert_VoicemailCallRecord() local 131 ContentValues values = new ContentValues(); in testUpdate() local 162 ContentValues values = getDefaultCallValues(); in testCallLogFilter() local 186 ContentValues values = new ContentValues(); in testAddCall() local 278 final ContentValues values = getDefaultCallValues(); in testCannotAccessVoicemailSpecificFields_Insert() local 309 final ContentValues values = new ContentValues(); in testCannotAccessVoicemailSpecificFields_Update() local 371 ContentValues values = new ContentValues(); in getDefaultValues() local 417 public void addComputedValues(ContentValues values) { in createCallLogInsertionHelper()
|
D | SearchIndexManagerTest.java | 55 ContentValues values = new ContentValues(); in testSearchIndexForStructuredName() local 80 ContentValues values = new ContentValues(); in testSearchIndexForChineseName() local 96 ContentValues values = new ContentValues(); in testSearchByChineseName() local 116 ContentValues values = new ContentValues(); in testSearchIndexForKoreanName() local 131 ContentValues values = new ContentValues(); in testSearchByKoreanName() local 157 ContentValues values = new ContentValues(); in testSearchByKoreanNameWithTwoCharactersFamilyName() local 180 ContentValues values = new ContentValues(); in testSearchIndexForOrganization() local 226 ContentValues values = new ContentValues(); in testSearchIndexForStructuredPostal() local 513 ContentValues values = new ContentValues(); in createRawContactWithDisplayName() local
|
D | ContactsProvider2TransactionTest.java | 63 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 12345); in testTransactionCallback_insert() local 90 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 12345); in testTransactionCallback_update() local 124 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 12345); in testTransactionCallback_delete() local 153 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 12345); in testTransactionCallback_bulkInsert() local
|
D | ContactsProvider2Test.java | 767 ContentValues values = new ContentValues(); in testRawContactsInsert() local 795 ContentValues values = new ContentValues(); in testDataDirectoryWithLookupUri() local 821 private void assertDataRows(Uri dataUri, ContentValues values) { in assertDataRows() 840 ContentValues values = new ContentValues(); in testContactEntitiesWithIdBasedUri() local 862 ContentValues values = new ContentValues(); in testContactEntitiesWithLookupUri() local 896 ContentValues values = new ContentValues(); in assertEntityRows() local 960 ContentValues values = new ContentValues(); in testDataInsert() local 1000 ContentValues values = new ContentValues(); in testPhonesQuery() local 1031 assertStoredValues(ContentUris.withAppendedId(Phone.CONTENT_URI, phoneId), values); in testPhonesQuery() local 1078 final ContentValues values = new ContentValues(); in testPhonesNormalizedNumber() local [all …]
|
D | VoicemailCleanupServiceTest.java | 82 ContentValues values = new ContentValues(); in insertDataForPackage() local 84 mResolver.insert(Voicemails.buildSourceUri(sourcePackage), values); in insertDataForPackage() local 85 mResolver.insert(Status.buildSourceUri(sourcePackage), values); in insertDataForPackage() local
|
D | GroupsTest.java | 162 ContentValues values = new ContentValues(); in testMarkAsDirtyParameter() local 173 ContentValues values = new ContentValues(); in testGroupDirtyClearedWhenSetExplicitly() local 209 ContentValues values = new ContentValues(); in testGroupVersionUpdates() local 253 final ContentValues values = new ContentValues(); in testDelayVisibleTransaction() local 302 final ContentValues values = new ContentValues(); in testLocalMixedVisible() local 315 final ContentValues values = new ContentValues(); in testUngroupedVisible() local 345 final ContentValues values = new ContentValues(); in testMultipleSourcesVisible() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ |
D | ContactDetailFragmentTests.java | 42 final ContentValues values = new ContentValues(); in testImIntent() local 59 final ContentValues values = new ContentValues(); in testImIntentWithAudio() local 78 final ContentValues values = new ContentValues(); in testImIntentWithVideo() local 99 final ContentValues values = new ContentValues(); in testImIntentCustom() local 124 final ContentValues values = new ContentValues(); in testImEmailIntent() local
|
/packages/apps/Browser/tests/src/com/android/browser/tests/utils/ |
D | BP2TestCaseHelper.java | 126 Uri mockInsert(Uri uri, ContentValues values) { in mockInsert() 133 int mockUpdate(Uri uri, ContentValues values, String where, in mockUpdate() 147 ContentValues values = new ContentValues(); in insertBookmark() local 154 public Uri insertBookmark(ContentValues values) { in insertBookmark() 163 ContentValues values = new ContentValues(); in updateBookmark() local 169 public boolean updateBookmark(Uri uri, ContentValues values) { in updateBookmark() 184 ContentValues values = new ContentValues(); in insertHistory() local 195 ContentValues values = new ContentValues(); in updateHistory() local 201 public boolean updateHistory(Uri uri, ContentValues values) { in updateHistory()
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
D | RawContactTest.java | 34 final ContentValues values = new ContentValues(); in buildRawContact() local 49 final ContentValues values = new ContentValues(); in buildRawContact2() local 78 final ContentValues values = new ContentValues(); in buildNamedDataItem() local 87 final ContentValues values = new ContentValues(); in buildNamedDataItem2() local
|
D | ValuesDeltaTests.java | 47 final ValuesDelta values = ValuesDelta.fromAfter(after); in testValuesDiffInsert() local 65 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffNone() local 77 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffUpdate() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForPhoto.java | 59 ContentValues values) { in insert() 78 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update() 107 private boolean preProcessPhoto(ContentValues values) { in preProcessPhoto() 125 private boolean hasNonNullPhoto(ContentValues values) { in hasNonNullPhoto() 145 private boolean processPhoto(ContentValues values) { in processPhoto()
|
D | DatabaseModifier.java | 34 public abstract long insert(String table, String nullColumnHack, ContentValues values); in insert() 39 public abstract long insert(ContentValues values); in insert() 44 public abstract int update(String table, ContentValues values, in update()
|
D | PostalSplitter.java | 41 public void fromValues(ContentValues values) { in fromValues() 51 public void toValues(ContentValues values) { in toValues() 85 final String[] values = new String[] { in join() local 231 private static boolean arePrintableAsciiOnly(final String[] values) { in arePrintableAsciiOnly()
|
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/ |
D | VoicemailStatusHelperImplTest.java | 102 ContentValues values = new ContentValues(); in testNotAllOKForOnePackage() local 191 private void checkExpectedMessage(String sourcePackage, ContentValues values, in checkExpectedMessage() 200 private void checkExpectedMessage(String sourcePackage, ContentValues values, in checkExpectedMessage() 220 private void checkNoMessages(String sourcePackage, ContentValues values) { in checkNoMessages() 227 ContentValues values = new ContentValues(); in getAllOkStatusValues() local 236 private void insertEntryForPackage(String sourcePackage, ContentValues values) { in insertEntryForPackage() 247 private int updateEntryForPackage(String sourcePackage, ContentValues values) { in updateEntryForPackage()
|
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/ |
D | FillCallLogTestActivity.java | 131 ContentValues values = new ContentValues(); in createContentValuesFromCursor() local 160 ContentValues[] values = new ContentValues[count]; in addRandomNumbers() local 204 ContentValues[] values = new ContentValues[mCount]; in onLoadFinished() local 227 public AsyncCallLogInserter(ContentValues[] values) { in AsyncCallLogInserter() 238 protected void onProgressUpdate(Integer... values) { in onProgressUpdate() 258 ContentValues values = mValues[index]; in insertIntoCallLog() local
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | StructuredNameEditorView.java | 116 ValuesDelta values = getValues(); in switchFromFullNameToStructuredName() local 141 ValuesDelta values = getValues(); in switchFromStructuredNameToFullName() local 163 private Map<String, String> valuesToStructuredNameMap(ValuesDelta values) { in valuesToStructuredNameMap() 171 private void eraseFullName(ValuesDelta values) { in eraseFullName() 175 private void rebuildFullName(ValuesDelta values) { in rebuildFullName() 182 private void eraseStructuredName(ValuesDelta values) { in eraseStructuredName() 188 private void rebuildStructuredName(ValuesDelta values) { in rebuildStructuredName()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherAnimUtils.java | 93 public static ValueAnimator ofFloat(View target, float... values) { in ofFloat() 100 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) { in ofFloat() 111 PropertyValuesHolder... values) { in ofPropertyValuesHolder() 121 View view, PropertyValuesHolder... values) { in ofPropertyValuesHolder()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAnimUtils.java | 93 public static ValueAnimator ofFloat(View target, float... values) { in ofFloat() 100 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) { in ofFloat() 111 PropertyValuesHolder... values) { in ofPropertyValuesHolder() 121 View view, PropertyValuesHolder... values) { in ofPropertyValuesHolder()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
D | DataUtil.java | 38 public static void update(ContentResolver resolver, long dataId, ContentValues values) { in update() 44 ContentValues values) { in insertStructuredName() 53 ContentValues values = new ContentValues(); in insertStructuredName() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/ |
D | ContactUpdateUtils.java | 39 ContentValues values = new ContentValues(2); in setSuperPrimary() local 45 values, null, null); in setSuperPrimary() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContact.java | 72 public NamedDataItem(Uri uri, ContentValues values) { in NamedDataItem() 124 final ContentValues values = entity.getEntityValues(); in createFrom() local 141 public RawContact(ContentValues values) { in RawContact() 283 final ContentValues values = getValues(); in setAccount() local 320 public void addDataItemValues(ContentValues values) { in addDataItemValues() 324 public NamedDataItem addNamedDataItemValues(Uri uri, ContentValues values) { in addNamedDataItemValues()
|