/cts/tools/dasm/src/java_cup/ |
D | version.java | 38 public static final char update = 'd'; field in version
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentQueryMapTest.java | 148 mResolver.update(DummyProvider.CONTENT_URI, values, in testRequery() 182 mResolver.update(DummyProvider.CONTENT_URI, values, in testSetKeepUpdated() 254 mResolver.update(DummyProvider.CONTENT_URI, values, in testSetKeepUpdated() 284 mResolver.update(DummyProvider.CONTENT_URI, values, in testSetKeepUpdatedWithHandler() 330 mResolver.update(DummyProvider.CONTENT_URI, values, in testSetKeepUpdatedWithHandler() 355 public synchronized void update(Observable observable, Object data) { in update() method in ContentQueryMapTest.MockObserver
|
D | ContentProviderTest.java | 296 public int update(Uri url, ContentValues values, String selection, in testCoerceToLocalContentProvider() 366 public int update(Uri uri, ContentValues values, String selection, in update() method in ContentProviderTest.MockContentProvider 437 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in ContentProviderTest.OpenFileContentProvider
|
D | SearchRecentSuggestionsProviderTest.java | 76 s.update(TEST_URI, null, null, null); in testSearchRecentSuggestionsProvider()
|
D | ContentResolverTest.java | 848 assertEquals(3, mContentResolver.update(TABLE1_URI, values, null, null)); in testUpdate() 874 assertEquals(1, mContentResolver.update(TABLE1_URI, values, selection, null)); in testUpdate() 896 mContentResolver.update(null, values, null, null); in testUpdate() 905 mContentResolver.update(TABLE1_URI, null, null, null); in testUpdate() 921 mContentResolver.update(TABLE1_URI, values, null, null); in testRegisterContentObserver() 932 mContentResolver.update(TABLE1_URI, values, null, null); in testRegisterContentObserver()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResultsProvider.java | 150 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in TestResultsProvider 180 int numUpdated = db.update(TABLE_NAME, values, selection, selectionArgs); in update() 212 int numUpdated = resolver.update(TestResultsProvider.RESULTS_CONTENT_URI, values, in setTestResult()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 427 mPopupWindow.update(); in testUpdate() 462 mPopupWindow.update(20, 50, 50, 50); in testUpdatePositionAndDimension() 478 mPopupWindow.update(4, 0, -1, -1, true); in testUpdatePositionAndDimension() 498 mPopupWindow.update(anchorView, 50, 50); in testUpdateDimensionAndAlignAnchorView() 507 mPopupWindow.update(anchorView, 50, 50); in testUpdateDimensionAndAlignAnchorView() 513 mPopupWindow.update(anchorView, -1, -1); in testUpdateDimensionAndAlignAnchorView() 540 mPopupWindow.update(anchorView, 20, 50, 50, 50); in testUpdateDimensionAndAlignAnchorViewWithOffsets() 558 mPopupWindow.update(anchorView, 10, 50, -1, -1); in testUpdateDimensionAndAlignAnchorViewWithOffsets() 575 mPopupWindow.update(anthoterView, 0, 0, 60, 60); in testUpdateDimensionAndAlignAnchorViewWithOffsets() 711 mPopupWindow.update(20, 50, 50, 50); in testSetWindowLayoutMode()
|
/cts/tests/src/android/content/cts/ |
D | MockContentProvider.java | 313 public int update(Uri uri, ContentValues values, String selection, in update() method in MockContentProvider 321 count = db.update("TestTable1", values, selection, selectionArgs); in update() 326 count = db.update("TestTable1", values, "_id=" + segment + in update() 332 count = db.update("TestTable2", values, selection, selectionArgs); in update() 337 count = db.update("TestTable2", values, "_id=" + segment + in update()
|
D | DummyProvider.java | 165 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in DummyProvider 171 int count = db.update(tbName, values, selection, selectionArgs); in update()
|
/cts/tests/tests/drm/ |
D | README | 5 file under "src/android/drm/cts/configs/" and update
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
D | PermissionContentProviderPathRestricting.java | 57 public int update(Uri uri, ContentValues values, String selection, in update() method in PermissionContentProviderPathRestricting
|
D | PrivateContentProviderGranting.java | 57 public int update(Uri uri, ContentValues values, String selection, in update() method in PrivateContentProviderGranting
|
D | PermissionContentProviderPath.java | 41 public int update(Uri uri, ContentValues values, String selection, in update() method in PermissionContentProviderPath
|
D | AmbiguousContentProvider.java | 57 public int update(Uri uri, ContentValues values, String selection, in update() method in AmbiguousContentProvider
|
D | PrivateContentProvider.java | 57 public int update(Uri uri, ContentValues values, String selection, in update() method in PrivateContentProvider
|
D | PermissionContentProviderGranting.java | 57 public int update(Uri uri, ContentValues values, String selection, in update() method in PermissionContentProviderGranting
|
D | PermissionContentProvider.java | 57 public int update(Uri uri, ContentValues values, String selection, in update() method in PermissionContentProvider
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/ |
D | AmbiguousContentProvider.java | 57 public int update(Uri uri, ContentValues values, String selection, in update() method in AmbiguousContentProvider
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsTest.java | 121 mProvider.update(uri, value, null, null); in testPeopleTable() 186 assertEquals(1, mProvider.update(uri, value, null, null)); in testGroupsTable() 300 mProvider.update(uri, value, null, null); in testPhonesTable() 384 mProvider.update(uri, value, null, null); in testOrganizationsTable() 478 mCallLogProvider.update(uri, value, null, null); in testCallsTable() 567 mProvider.update(uri, value, null, null); in testContactMethodsTable() 647 mProvider.update(Settings.CONTENT_URI, value, null, null); in testSettingsTable() 675 mProvider.update(Settings.CONTENT_URI, value, null, null); in testSettingsTable() 757 mProvider.update(uri, value, null, null); in testExtensionsTable() 842 mProvider.update(uri, value, null, null); in testGroupMembershipTable()
|
D | SettingsTest.java | 73 provider.update(Settings.System.CONTENT_URI, value, in testSystemTable() 146 provider.update(uri, value, "name=\"" + insertName + "\"", null); in testBluetoothDevicesTable() 215 cr.update(uri, cv, NAME_EQ_PLACEHOLDER, new String[]{name}); in tryBadTableAccess()
|
D | CalendarTest.java | 1228 ContentValues update = new ContentValues(); in testAttendees() local 1231 update.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_ACCEPTED); in testAttendees() 1232 int count = mContentResolver.update(uri, update, null, null); in testAttendees() 1251 int count = mContentResolver.update(Attendees.CONTENT_URI, bulkUpdate, in testAttendees() 1280 count = mContentResolver.update(ContentUris.withAppendedId(Attendees.CONTENT_URI, attId4), in testAttendees() 1404 count = mContentResolver.update(ContentUris.withAppendedId(Reminders.CONTENT_URI, remId3), in testReminders() 1409 count = mContentResolver.update(Reminders.CONTENT_URI, newValues, in testReminders() 1643 mContentResolver.update(calendarUri, cv, null, null); in testCalendarColors() 1666 mContentResolver.update(calendarUri, cv, null, null); in testCalendarColors() 1684 mContentResolver.update(calendarUri, cv, null, null); in testCalendarColors() [all …]
|
D | VoicemailContractTest.java | 123 mVoicemailProvider.update(uri, value, null, null); in testVoicemailsTable() 195 mStatusProvider.update(uri, value, null, null); in testStatusTable()
|
/cts/tools/cfassembler/src/dxconvext/ |
D | ClassFileAssembler.java | 137 md.update(bytes, 32, bytes.length - 32); in calcSignature() 161 a32.update(bytes, 12, bytes.length - 12); in calcChecksum()
|
/cts/suite/pts/utils/ |
D | get_csv_report.py | 60 cases.update(parseSuite(child, parentName + child.getAttribute("name"))) 109 self.results.update(casesFromChild)
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CertificateTest.java | 86 messageDigest.update(certificate.getEncoded()); in getFingerprint()
|