HomeSort by relevance Sort by last modified time
    Searched defs:CursorIndexOutOfBoundsException (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/database/src/android/database/cts/
CursorIndexOutOfBoundsExceptionTest.java 19 import android.database.CursorIndexOutOfBoundsException;
29 // Test CursorIndexOutOfBoundsException(String)
31 throw new CursorIndexOutOfBoundsException(null);
32 } catch (CursorIndexOutOfBoundsException e) {
37 throw new CursorIndexOutOfBoundsException(expected1);
38 } catch (CursorIndexOutOfBoundsException e) {
42 // Test CursorIndexOutOfBoundsException(int, int)
44 throw new CursorIndexOutOfBoundsException(INDEX, SIZE);
45 } catch (CursorIndexOutOfBoundsException e) {
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 736 milliseconds