Home
last modified time | relevance | path

Searched refs:updateCount (Results 1 – 6 of 6) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DMetrics.java52 long durationMillis, int insertCount, int updateCount, int deleteCount) { in logScan() argument
56 updateCount, deleteCount); in logScan()
60 final float normalizedUpdateCount = ((float) updateCount) / itemCount; in logScan()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java490 int updateCount = 0; in update() local
505 updateCount += updated ? 1 : 0; in update()
507 if (updateCount > 0) { in update()
518 return updateCount; in update()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java311 int updateCount = 0; in countExceptionUpdates() local
316 updateCount++; in countExceptionUpdates()
319 return updateCount; in countExceptionUpdates()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1421 final int updateCount = mContentResolver.update(URI_TELEPHONY, contentValuesOthersUpdate, in testTelephonyUriDpcRecordAccessControl() local
1423 assertEquals(1, updateCount); in testTelephonyUriDpcRecordAccessControl()
1501 final int updateCount = mContentResolver.update( in testDpcUri() local
1504 assertEquals(1, updateCount); in testDpcUri()
1597 final int updateCount = mContentResolver.update( in testDpcUriOnConflict() local
1602 assertEquals(0, updateCount); in testDpcUriOnConflict()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2551 int updateCount = 0; in setEmailMessageStatusDelete() local
2565 updateCount = in setEmailMessageStatusDelete()
2570 if (updateCount > 0) { in setEmailMessageStatusDelete()
2617 updateCount = in setEmailMessageStatusDelete()
2621 if (updateCount > 0) { in setEmailMessageStatusDelete()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4841 int updateCount = 0; in updateStatusUpdate() local
4844 updateCount = db.update(Tables.STATUS_UPDATES, in updateStatusUpdate()
4853 updateCount = db.update(Tables.PRESENCE, settableValues, selection, selectionArgs); in updateStatusUpdate()
4857 return updateCount; in updateStatusUpdate()