Searched defs:ThrottlingCursorLoader (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/data/
H A DThrottlingCursorLoader.java33 public class ThrottlingCursorLoader extends CursorLoader { class in inherits:CursorLoader
37 public ThrottlingCursorLoader(Context context, Uri uri, String[] projection, String selection, method in class:ThrottlingCursorLoader
44 public ThrottlingCursorLoader(Context context, Uri uri, String[] projection, String selection, method in class:ThrottlingCursorLoader
59 Log.d(Logging.LOG_TAG, "ThrottlingCursorLoader: [" + getUri() + "] " + message);

Completed in 33 milliseconds