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

1 2

  /libcore/luni/src/test/java/libcore/java/util/
OldObserverTest.java 26 int updateCount = 0;
29 ++updateCount;
33 return updateCount;
  /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;
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 360 updateCount();
521 updateCount();
527 private void updateCount() {
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 349 int updateCount = ps.executeUpdate();
350 assertEquals(1, updateCount);
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaListTests.java 299 int updateCount = 0;
304 updateCount++;
307 return updateCount;
  /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;
  /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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
  /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/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.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/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 275 milliseconds

1 2