FileDocCategorySizeDatePackage
ListActivity.javaAPI DocAndroid 5.1 API1056Sat Mar 14 14:09:40 GMT 2015android.app

ListActivity.java

package android.app;
public class ListActivity
  extends android.app.Activity
{
public  ListActivity() { throw new RuntimeException("Stub!"); }
protected  void onListItemClick(android.widget.ListView l, android.view.View v, int position, long id) { throw new RuntimeException("Stub!"); }
protected  void onRestoreInstanceState(android.os.Bundle state) { throw new RuntimeException("Stub!"); }
protected  void onDestroy() { throw new RuntimeException("Stub!"); }
public  void onContentChanged() { throw new RuntimeException("Stub!"); }
public  void setListAdapter(android.widget.ListAdapter adapter) { throw new RuntimeException("Stub!"); }
public  void setSelection(int position) { throw new RuntimeException("Stub!"); }
public  int getSelectedItemPosition() { throw new RuntimeException("Stub!"); }
public  long getSelectedItemId() { throw new RuntimeException("Stub!"); }
public  android.widget.ListView getListView() { throw new RuntimeException("Stub!"); }
public  android.widget.ListAdapter getListAdapter() { throw new RuntimeException("Stub!"); }
}