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

  /libcore/luni/src/main/java/java/sql/
BatchUpdateException.java 45 private int[] updateCounts = null;
79 public BatchUpdateException(int[] updateCounts, Throwable cause) {
81 this.updateCounts = updateCounts;
93 public BatchUpdateException(String reason, int[] updateCounts,
96 this.updateCounts = updateCounts;
101 * to the given cause Throwable object and the updateCounts array set to the
110 int[] updateCounts, Throwable cause) {
112 this.updateCounts = updateCounts
    [all...]
  /libcore/luni/src/test/java/tests/sql/
StatementTest.java 57 int[] updateCounts = st.executeBatch();
58 assertEquals(2, updateCounts.length);
59 assertEquals(1, updateCounts[0]);
60 assertEquals(1, updateCounts[1]);
230 int[] updateCounts = st.executeBatch();
232 for (int i = 0; i < updateCounts.length; i++) {
233 assertEquals(0, updateCounts[i]);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 411 int[] updateCounts = { 1, 2, 3, 4 };
413 "SQLState", vendorCode, updateCounts);
418 // comparator for BatchUpdateException field updateCounts
430 // verify updateCounts
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 244 int updateCounts;
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 301 milliseconds