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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabs.java 56 .setTabListener(new TabListener<LoaderThrottle.ThrottledLoaderListFragment>(
57 this, "throttle", LoaderThrottle.ThrottledLoaderListFragment.class)));
FragmentTabsFragment.java 58 LoaderThrottle.ThrottledLoaderListFragment.class, null);
LoaderThrottle.java 58 public class LoaderThrottle extends Activity {
60 static final String TAG = "LoaderThrottle";
65 public static final String AUTHORITY = "com.example.android.apis.app.LoaderThrottle";

Completed in 81 milliseconds