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

  /frameworks/base/core/java/android/content/
ContentProviderClient.java 155 return new CursorWrapperInner(cursor);
538 private final class CursorWrapperInner extends CrossProcessCursorWrapper {
541 CursorWrapperInner(Cursor cursor) {
ContentResolver.java 555 // Wrap the cursor object into CursorWrapperInner object.
558 final CursorWrapperInner wrapper = new CursorWrapperInner(qCursor, provider);
    [all...]
  /frameworks/base/
compiled-classes-phone 781 android.content.ContentProviderClient$CursorWrapperInner
792 android.content.ContentResolver$CursorWrapperInner
    [all...]
  /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 

Completed in 379 milliseconds