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

  /libcore/luni/src/test/java/libcore/java/util/
OldObserverTest.java 26 int updateCount = 0;
29 ++updateCount;
33 return updateCount;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ObservableTest.java 29 int updateCount = 0;
32 ++updateCount;
36 public int updateCount() {
37 return updateCount;
43 int updateCount = 0;
52 ++updateCount;
59 public int updateCount() {
60 return updateCount;
164 .updateCount());
168 1, ((TestObserver) observer).updateCount());
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ObservableTest.java 29 int updateCount = 0;
32 ++updateCount;
36 public int updateCount() {
37 return updateCount;
43 int updateCount = 0;
52 ++updateCount;
59 public int updateCount() {
60 return updateCount;
188 .updateCount());
192 1, ((TestObserver) observer).updateCount());
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 172 int updateCount = mDb.update(DATABASE_TABLE_NAME, values, whereClause);
176 return updateCount;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 207 updateCount(values[0]);
259 public void updateCount(Integer count) {
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 293 int updateCount = 0;
297 updateCount++;
300 return updateCount;
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 351 int updateCount = ps.executeUpdate();
352 assertEquals(1, updateCount);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 1009 milliseconds