Searched defs:StorageStatsService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java69 public class StorageStatsService extends IStorageStatsManager.Stub { class in inherits:IStorageStatsManager.Stub
70 private static final String TAG = "StorageStatsService";
79 private StorageStatsService mService;
87 mService = new StorageStatsService(getContext());
102 public StorageStatsService(Context context) { method in class:StorageStatsService

Completed in 91 milliseconds