HomeSort by relevance Sort by last modified time
    Searched defs:updateCount (Results 1 - 25 of 33) 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;
  /external/skia/src/gpu/
GrBatchTarget.h 92 int updateCount = fAsapUploads.count();
93 for (int i = 0; i < updateCount; i++) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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;
188 .updateCount());
192 1, ((TestObserver) observer).updateCount());
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 298 updateCount(values[0]);
364 public void updateCount(Integer count) {
  /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...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 351 int updateCount = ps.executeUpdate();
352 assertEquals(1, updateCount);
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 294 int updateCount = 0;
298 updateCount++;
301 return updateCount;
  /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/robolectric/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 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1399 milliseconds

1 2