Home
last modified time | relevance | path

Searched refs:STORAGE_STATS_SERVICE (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
DAppCollector.java68 (StorageStatsManager) context.getSystemService(Context.STORAGE_STATS_SERVICE)); in AppCollector()
DFileCollector.java168 (StorageStatsManager) context.getSystemService(Context.STORAGE_STATS_SERVICE); in getMeasurementResult()
/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java54 @SystemService(Context.STORAGE_STATS_SERVICE)
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DAppCollectorTest.java74 when(mContext.getSystemService(Context.STORAGE_STATS_SERVICE)).thenReturn(mSsm); in setUp()
DDiskStatsLoggingServiceTest.java184 doReturn(mSsm).when(service).getSystemService(Context.STORAGE_STATS_SERVICE); in testDontCrashOnRun()
/frameworks/base/core/java/android/content/
DContext.java2923 STORAGE_STATS_SERVICE,
3337 public static final String STORAGE_STATS_SERVICE = "storagestats"; field in Context
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java88 publishBinderService(Context.STORAGE_STATS_SERVICE, mService); in onStart()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java463 registerService(Context.STORAGE_STATS_SERVICE, StorageStatsManager.class, in registerService() argument
468 ServiceManager.getServiceOrThrow(Context.STORAGE_STATS_SERVICE)); in registerService()
/frameworks/base/api/
Dcurrent.txt8994 field public static final java.lang.String STORAGE_STATS_SERVICE = "storagestats";
Dtest-current.txt9028 field public static final java.lang.String STORAGE_STATS_SERVICE = "storagestats";
Dsystem-current.txt9508 field public static final java.lang.String STORAGE_STATS_SERVICE = "storagestats";