Known Direct Subclasses
AppInfoLastUsage |
This class is used to store application package last usage information. |
|
Class Overview
This class is used to store general application usage information.
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Fields |
public
String |
packageName |
Package name of the application package or process |
public
double |
usage |
Usage information of the given application package, which contains
information based on the API used. |
Public Constructors |
|
AppInfo()
Default constructor
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
public
String
packageName
Since: API level 2
Package name of the application package or process
public
double
usage
Since: API level 2
Usage information of the given application package, which contains
information based on the API used.
Public Constructors