HomeSort by relevance Sort by last modified time
    Searched refs:updateCount (Results 1 - 25 of 38) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/util/
OldObserverTest.java 26 int updateCount = 0;
29 ++updateCount;
33 return updateCount;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ObservableTest.java 30 int updateCount = 0;
33 ++updateCount;
37 public int updateCount() {
38 return updateCount;
44 int updateCount = 0;
53 ++updateCount;
60 public int updateCount() {
61 return updateCount;
189 .updateCount());
193 1, ((TestObserver) observer).updateCount());
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
WifiConfigLockdownTest.java 83 int updateCount = 0;
88 ++updateCount;
93 ++updateCount;
97 " Instead updated: " + updateCount, 2, updateCount);
116 int updateCount = 0;
121 ++updateCount;
125 " Instead tried to update: " + updateCount, 1, updateCount);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 172 int updateCount = mDb.update(DATABASE_TABLE_NAME, values, whereClause);
176 return updateCount;
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 170 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException {
172 while (updateCount > mSurfaceUpdatedCount) {
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 447 int updateCount = 0;
462 updateCount += updated ? 1 : 0;
464 if (updateCount > 0) {
475 return updateCount;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 360 updateCount();
521 updateCount();
527 private void updateCount() {
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaListTests.java 299 int updateCount = 0;
304 updateCount++;
307 return updateCount;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 637 final int updateCount = keysToUpdate.size();
638 for (int i = 0; i < updateCount; i++) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 349 int updateCount = ps.executeUpdate();
350 assertEquals(1, updateCount);
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]