Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMessageModification.java40 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/
DPublicApiAccessTest.java70 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/
DLegacyContactsProviderTest.java68 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 …]
DVoicemailProviderTest.java110 ContentValues values = new ContentValues(); in testUpdate() local
136 ContentValues values = getTestVoicemailValues(); in testGetType_ItemUri() local
437 final ContentValues values = getTestVoicemailValues(); in testCannotAccessCallLogSpecificFields_Insert() local
468 final ContentValues values = getTestVoicemailValues(); in testCannotAccessCallLogSpecificFields_Update() local
483 ContentValues values = getTestStatusValues(); in testStatusInsert() local
492 ContentValues values = getTestStatusValues(); in testStatusInsertDuplicate() local
493 assertNotNull(mResolver.insert(statusUri(), values)); in testStatusInsertDuplicate() local
498 assertNull(mResolver.insert(statusUri(), values)); in testStatusInsertDuplicate() local
503 assertNotNull(mResolver.insert(statusUri(), values)); in testStatusInsertDuplicate() local
509 ContentValues values = getTestStatusValues(); in testStatusUpdate() local
[all …]
DSearchIndexManagerTest.java55 ContentValues values = new ContentValues(); in testSearchIndexForStructuredName() local
76 ContentValues values = new ContentValues(); in testSearchIndexForStructuredName_phoneticOnly() local
100 ContentValues values = new ContentValues(); in testSearchIndexForChineseName() local
116 ContentValues values = new ContentValues(); in testSearchByChineseName() local
136 ContentValues values = new ContentValues(); in testSearchIndexForKoreanName() local
151 ContentValues values = new ContentValues(); in testSearchByKoreanName() local
177 ContentValues values = new ContentValues(); in testSearchByKoreanNameWithTwoCharactersFamilyName() local
200 ContentValues values = new ContentValues(); in testSearchIndexForOrganization() local
246 ContentValues values = new ContentValues(); in testSearchIndexForStructuredPostal() local
524 ContentValues values = new ContentValues(); in createRawContactWithDisplayName() local
DCallLogProviderTest.java94 ContentValues values = getDefaultCallValues(); in testInsert_RegularCallRecord() local
109 final ContentValues values = getDefaultCallValues(); in testInsert_VoicemailCallRecord() local
129 ContentValues values = new ContentValues(); in testUpdate() local
160 ContentValues values = getDefaultCallValues(); in testCallLogFilter() local
191 ContentValues values = new ContentValues(); in testAddCall() local
290 final ContentValues values = getDefaultCallValues(); in testCannotAccessVoicemailSpecificFields_Insert() local
321 final ContentValues values = new ContentValues(); in testCannotAccessVoicemailSpecificFields_Update() local
424 ContentValues values = new ContentValues(); in getDefaultValues() local
470 public void addComputedValues(ContentValues values) { in createCallLogInsertionHelper()
DContactsProvider2Test.java814 ContentValues values = new ContentValues(); in testRawContactsInsert() local
842 ContentValues values = new ContentValues(); in testDataDirectoryWithLookupUri() local
868 private void assertDataRows(Uri dataUri, ContentValues values) { in assertDataRows()
887 ContentValues values = new ContentValues(); in testContactEntitiesWithIdBasedUri() local
909 ContentValues values = new ContentValues(); in testContactEntitiesWithLookupUri() local
943 ContentValues values = new ContentValues(); in assertEntityRows() local
1007 ContentValues values = new ContentValues(); in testDataInsert() local
1034 ContentValues values = new ContentValues(); in testDataInsertPhoneNumberTooLongIsTrimmed() local
1073 ContentValues values = new ContentValues(); in testPhonesQuery() local
1104 assertStoredValues(ContentUris.withAppendedId(Phone.CONTENT_URI, phoneId), values); in testPhonesQuery() local
[all …]
DContactsProvider2TransactionTest.java63 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
DVoicemailCleanupServiceTest.java82 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
DGroupsTest.java162 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/Browser/tests/src/com/android/browser/tests/utils/
DBP2TestCaseHelper.java126 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/
DContactsUtilsTests.java82 final ContentValues values = new ContentValues(); in testImIntentCustom() local
105 final ContentValues values = new ContentValues(); in testImIntent() local
123 final ContentValues values = new ContentValues(); in testImIntentWithAudio() local
144 final ContentValues values = new ContentValues(); in testImIntentWithVideo() local
169 final ContentValues values = new ContentValues(); in testImEmailIntent() local
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
DVoicemailStatusHelperImplTest.java102 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/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForPhoto.java59 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()
DDatabaseModifier.java34 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()
DPostalSplitter.java41 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/ContactsCommon/tests/src/com/android/contacts/common/model/
DRawContactTest.java34 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
DValuesDeltaTests.java47 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/apps/Launcher2/src/com/android/launcher2/
DLauncherAnimUtils.java93 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/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java117 ValuesDelta values = getValues(); in switchFromFullNameToStructuredName() local
142 ValuesDelta values = getValues(); in switchFromStructuredNameToFullName() local
165 private Map<String, String> valuesToStructuredNameMap(ValuesDelta values) { in valuesToStructuredNameMap()
173 private void eraseFullName(ValuesDelta values) { in eraseFullName()
177 private void rebuildFullName(ValuesDelta values) { in rebuildFullName()
184 private void eraseStructuredName(ValuesDelta values) { in eraseStructuredName()
190 private void rebuildStructuredName(ValuesDelta values) { in rebuildStructuredName()
/packages/apps/FMRadio/src/com/android/fmradio/
DFmStation.java95 ContentValues values = new ContentValues(2); in insertStationToDb() local
112 ContentValues values = new ContentValues(4); in insertStationToDb() local
126 public static void insertStationToDb(Context context, ContentValues values) { in insertStationToDb()
139 ContentValues values = new ContentValues(size); in updateStationToDb() local
155 public static void updateStationToDb(Context context, int frequency, ContentValues values) { in updateStationToDb()
301 ContentValues values = new ContentValues(1); in addToFavorite() local
317 ContentValues values = new ContentValues(1); in removeFromFavorite() local
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java94 public static ValueAnimator ofFloat(View target, float... values) { in ofFloat()
101 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) { in ofFloat()
112 PropertyValuesHolder... values) { in ofPropertyValuesHolder()
122 View view, PropertyValuesHolder... values) { in ofPropertyValuesHolder()
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/
DContactUpdateUtils.java39 ContentValues values = new ContentValues(2); in setSuperPrimary() local
45 values, null, null); in setSuperPrimary() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContact.java72 public NamedDataItem(Uri uri, ContentValues values) { in NamedDataItem()
124 final ContentValues values = entity.getEntityValues(); in createFrom() local
141 public RawContact(ContentValues values) { in RawContact()
272 final ContentValues values = getValues(); in setAccount() local
309 public void addDataItemValues(ContentValues values) { in addDataItemValues()
313 public NamedDataItem addNamedDataItemValues(Uri uri, ContentValues values) { in addNamedDataItemValues()
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
DMailboxUtilitiesTests.java464 ContentValues values = new ContentValues(); in brokentestChangeFromNoParentToParent() local
466 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values, in brokentestChangeFromNoParentToParent() local
515 ContentValues values = new ContentValues(); in brokentestChangeFromParentToNoParent() local
517 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), values, in brokentestChangeFromParentToNoParent() local
607 ContentValues values = new ContentValues(); in brokentestChangeParent() local
609 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values, in brokentestChangeParent() local
709 ContentValues values = new ContentValues(); in brokentestChangeParentTwoAccounts() local
711 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box1.mId), values, in brokentestChangeParentTwoAccounts() local

12345678910>>...17