HomeSort by relevance Sort by last modified time
    Searched refs:updateCount (Results 1 - 25 of 40) 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);
  /libcore/ojluni/src/main/java/sun/nio/ch/
DevPollArrayWrapper.java 111 private int updateCount;
185 if (updateCount == oldCapacity) {
191 updateDescriptors[updateCount++] = fd;
236 while (j < updateCount) {
281 updateCount = 0;
EPollArrayWrapper.java 109 private int updateCount;
204 if (updateCount == oldCapacity) {
210 updateDescriptors[updateCount++] = fd;
274 while (j < updateCount) {
297 updateCount = 0;
  /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 154 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException {
156 while (updateCount > mSurfaceUpdatedCount) {
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 436 int updateCount = 0;
451 updateCount += updated ? 1 : 0;
453 if (updateCount > 0) {
464 return updateCount;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 360 updateCount();
521 updateCount();
527 private void updateCount() {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 583 final int updateCount = keysToUpdate.size();
584 for (int i = 0; i < updateCount; i++) {
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 336 updateCount(values[0]);
402 public void updateCount(Integer count) {
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 308 int updateCount = 0;
313 updateCount++;
316 return updateCount;
  /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...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 832 milliseconds

1 2