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.java1376 final int updateCount = mContentResolver.update(URI_TELEPHONY, contentValuesOthersUpdate, in testTelephonyUriDpcRecordAccessControl() local
1378 assertEquals(1, updateCount); in testTelephonyUriDpcRecordAccessControl()
1456 final int updateCount = mContentResolver.update( in testDpcUri() local
1459 assertEquals(1, updateCount); in testDpcUri()
1552 final int updateCount = mContentResolver.update( in testDpcUriOnConflict() local
1557 assertEquals(0, updateCount); in testDpcUriOnConflict()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2575 int updateCount = 0; in setEmailMessageStatusDelete() local
2589 updateCount = in setEmailMessageStatusDelete()
2594 if (updateCount > 0) { in setEmailMessageStatusDelete()
2641 updateCount = in setEmailMessageStatusDelete()
2645 if (updateCount > 0) { in setEmailMessageStatusDelete()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4590 int updateCount = 0; in updateStatusUpdate() local
4593 updateCount = db.update(Tables.STATUS_UPDATES, in updateStatusUpdate()
4602 updateCount = db.update(Tables.PRESENCE, settableValues, selection, selectionArgs); in updateStatusUpdate()
4606 return updateCount; in updateStatusUpdate()