android.content.pm
Interface IPackageStatsObserver
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IPackageStatsObserver.Stub
public interface IPackageStatsObserver
- extends IInterface
API for package data change related callbacks from the Package Manager.
Some usage scenarios include deletion of cache directory, generate
statistics related to code, data, cache usage(TODO)
onGetStatsCompleted
void onGetStatsCompleted(PackageStats pStats,
boolean succeeded)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature