Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java496 int updateCount = 0; in update() local
511 updateCount += updated ? 1 : 0; in update()
513 if (updateCount > 0) { in update()
524 return updateCount; in update()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSelectedConversationsActionMenu.java360 updateCount(); in onCreateActionMode()
521 updateCount(); in onSetChanged()
527 private void updateCount() { in updateCount() method in SelectedConversationsActionMenu
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java782 final int updateCount = mContentResolver.update(URI_TELEPHONY, contentValuesOthersUpdate, in testTelephonyUriDpcRecordAccessControl() local
784 assertEquals(1, updateCount); in testTelephonyUriDpcRecordAccessControl()
860 final int updateCount = mContentResolver.update( in testDpcUri() local
863 assertEquals(1, updateCount); in testDpcUri()
954 final int updateCount = mContentResolver.update( in testDpcUriOnConflict() local
959 assertEquals(0, updateCount); in testDpcUriOnConflict()
/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/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationTask.java121 int updateCount = mUpdateOperations.size();
122 for (int i = 0; i < updateCount; i++) {
135 return updateCount > 0 || !mEntryToRemove.isEmpty();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2130 int updateCount = 0; in setEmailMessageStatusDelete() local
2144 updateCount = mResolver.update(uri, contentValues, null, null); in setEmailMessageStatusDelete()
2147 if (updateCount > 0) { in setEmailMessageStatusDelete()
2183 updateCount = mResolver.update(uri, contentValues, null, null); in setEmailMessageStatusDelete()
2184 if (updateCount > 0) { in setEmailMessageStatusDelete()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4221 int updateCount = 0; in updateStatusUpdate() local
4224 updateCount = db.update(Tables.STATUS_UPDATES, in updateStatusUpdate()
4233 updateCount = db.update(Tables.PRESENCE, settableValues, selection, selectionArgs); in updateStatusUpdate()
4237 return updateCount; in updateStatusUpdate()