Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DMetrics.java47 long durationMillis, int insertCount, int updateCount, int deleteCount) { in logScan() argument
51 updateCount, deleteCount)); in logScan()
55 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.java299 int updateCount = 0; in countExceptionUpdates() local
304 updateCount++; in countExceptionUpdates()
307 return updateCount; in countExceptionUpdates()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java786 final int updateCount = mContentResolver.update(URI_TELEPHONY, contentValuesOthersUpdate, in testTelephonyUriDpcRecordAccessControl() local
788 assertEquals(1, updateCount); in testTelephonyUriDpcRecordAccessControl()
864 final int updateCount = mContentResolver.update( in testDpcUri() local
867 assertEquals(1, updateCount); in testDpcUri()
958 final int updateCount = mContentResolver.update( in testDpcUriOnConflict() local
963 assertEquals(0, updateCount); in testDpcUriOnConflict()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationTask.java128 int updateCount = mUpdateOperations.size();
129 for (int i = 0; i < updateCount; i++) {
142 return updateCount > 0 || !mEntryToRemove.isEmpty();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2141 int updateCount = 0; in setEmailMessageStatusDelete() local
2155 updateCount = mResolver.update(uri, contentValues, null, null); in setEmailMessageStatusDelete()
2158 if (updateCount > 0) { in setEmailMessageStatusDelete()
2194 updateCount = mResolver.update(uri, contentValues, null, null); in setEmailMessageStatusDelete()
2195 if (updateCount > 0) { in setEmailMessageStatusDelete()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4177 int updateCount = 0; in updateStatusUpdate() local
4180 updateCount = db.update(Tables.STATUS_UPDATES, in updateStatusUpdate()
4189 updateCount = db.update(Tables.PRESENCE, settableValues, selection, selectionArgs); in updateStatusUpdate()
4193 return updateCount; in updateStatusUpdate()