Uses of Class
net.sourceforge.andsys.AsPackage

Uses of AsPackage in net.sourceforge.andsys
 

Fields in net.sourceforge.andsys with type parameters of type AsPackage
 java.util.List<AsPackage> AsApplication.apList
           
 

Methods in net.sourceforge.andsys that return types with arguments of type AsPackage
static java.util.List<AsPackage> AsPackage.list(Context context)
          Make a list of installed Packages
 

Methods in net.sourceforge.andsys with parameters of type AsPackage
 int AsPackage.compareTo(AsPackage another)
           
 

Constructor parameters in net.sourceforge.andsys with type arguments of type AsPackage
AsPackageAdapter(Context context, int textViewResourceId, java.util.List<AsPackage> objects)