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

  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 37 static final int NO_COUNT = -1;
52 private int mCount = NO_COUNT;
131 if (mCount == NO_COUNT) {
141 if (mCount == NO_COUNT) {
227 mCount = NO_COUNT;
244 mCount = NO_COUNT;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 225 milliseconds