Home
last modified time | relevance | path

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

12345678910>>...15

/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
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 …]
DCallLogProviderTest.java92 ContentValues values = getDefaultCallValues(); in testInsert_RegularCallRecord() local
111 final ContentValues values = getDefaultCallValues(); in testInsert_VoicemailCallRecord() local
131 ContentValues values = new ContentValues(); in testUpdate() local
161 ContentValues values = getDefaultCallValues(); in testCallLogFilter() local
185 ContentValues values = new ContentValues(); in testAddCall() local
276 final ContentValues values = getDefaultCallValues(); in testCannotAccessVoicemailSpecificFields_Insert() local
307 final ContentValues values = new ContentValues(); in testCannotAccessVoicemailSpecificFields_Update() local
369 ContentValues values = new ContentValues(); in getDefaultValues() local
414 public void addComputedValues(ContentValues values) { in createCallLogInsertionHelper()
DSearchIndexManagerTest.java55 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
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
DContactsProvider2Test.java756 ContentValues values = new ContentValues(); in testRawContactsInsert() local
784 ContentValues values = new ContentValues(); in testDataDirectoryWithLookupUri() local
810 private void assertDataRows(Uri dataUri, ContentValues values) { in assertDataRows()
829 ContentValues values = new ContentValues(); in testContactEntitiesWithIdBasedUri() local
851 ContentValues values = new ContentValues(); in testContactEntitiesWithLookupUri() local
885 ContentValues values = new ContentValues(); in assertEntityRows() local
949 ContentValues values = new ContentValues(); in testDataInsert() local
989 ContentValues values = new ContentValues(); in testPhonesQuery() local
1020 assertStoredValues(ContentUris.withAppendedId(Phone.CONTENT_URI, phoneId), values); in testPhonesQuery() local
1067 final ContentValues values = new ContentValues(); in testPhonesNormalizedNumber() local
[all …]
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/Contacts/tests/src/com/android/contacts/detail/
DContactDetailFragmentTests.java42 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/
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/Contacts/tests/src/com/android/contacts/model/
DRawContactTest.java32 final ContentValues values = new ContentValues(); in buildRawContact() local
47 final ContentValues values = new ContentValues(); in buildRawContact2() local
76 final ContentValues values = new ContentValues(); in buildNamedDataItem() local
85 final ContentValues values = new ContentValues(); in buildNamedDataItem2() local
/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/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/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
DFillCallLogTestActivity.java131 ContentValues values = new ContentValues(); in createContentValuesFromCursor() local
160 ContentValues[] values = new ContentValues[count]; in addRandomNumbers() local
203 ContentValues[] values = new ContentValues[mCount]; in onLoadFinished() local
226 public AsyncCallLogInserter(ContentValues[] values) { in AsyncCallLogInserter()
237 protected void onProgressUpdate(Integer... values) { in onProgressUpdate()
257 ContentValues values = mValues[index]; in insertIntoCallLog() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java116 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/
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/Dialer/tests/src/com/android/dialer/calllog/
DCallLogQueryTestUtils.java30 Object[] values = new Object[]{ in createTestValues() local
39 Object[] values = new Object[]{ in createTestExtendedValues() local
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
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/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DDataUtil.java38 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/
DContactUpdateUtils.java39 ContentValues values = new ContentValues(2); in setSuperPrimary() local
45 values, null, null); in setSuperPrimary() local
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
DMailboxUtilitiesTests.java460 ContentValues values = new ContentValues(); in testChangeFromNoParentToParent() local
462 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values, in testChangeFromNoParentToParent() local
511 ContentValues values = new ContentValues(); in testChangeFromParentToNoParent() local
513 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), values, in testChangeFromParentToNoParent() local
603 ContentValues values = new ContentValues(); in testChangeParent() local
605 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values, in testChangeParent() local
706 ContentValues values = new ContentValues(); in testChangeParentTwoAccounts() local
708 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box1.mId), values, in testChangeParentTwoAccounts() local
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
DMailboxUtilitiesTests.java460 ContentValues values = new ContentValues(); in testChangeFromNoParentToParent() local
462 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values, in testChangeFromNoParentToParent() local
511 ContentValues values = new ContentValues(); in testChangeFromParentToNoParent() local
513 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), values, in testChangeFromParentToNoParent() local
603 ContentValues values = new ContentValues(); in testChangeParent() local
605 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values, in testChangeParent() local
706 ContentValues values = new ContentValues(); in testChangeParentTwoAccounts() local
708 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box1.mId), values, in testChangeParentTwoAccounts() local

12345678910>>...15