HomeSort by relevance Sort by last modified time
    Searched refs:STORAGE_STATS_SERVICE (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/core/java/com/android/server/storage/
AppCollector.java 68 (StorageStatsManager) context.getSystemService(Context.STORAGE_STATS_SERVICE));
FileCollector.java 168 (StorageStatsManager) context.getSystemService(Context.STORAGE_STATS_SERVICE);
  /frameworks/base/core/java/android/app/usage/
StorageStatsManager.java 54 @SystemService(Context.STORAGE_STATS_SERVICE)
  /frameworks/base/services/tests/servicestests/src/com/android/server/storage/
AppCollectorTest.java 74 when(mContext.getSystemService(Context.STORAGE_STATS_SERVICE)).thenReturn(mSsm);
DiskStatsLoggingServiceTest.java 184 doReturn(mSsm).when(service).getSystemService(Context.STORAGE_STATS_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
StorageStatsService.java 88 publishBinderService(Context.STORAGE_STATS_SERVICE, mService);
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 463 registerService(Context.STORAGE_STATS_SERVICE, StorageStatsManager.class,
468 ServiceManager.getServiceOrThrow(Context.STORAGE_STATS_SERVICE));
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 129 milliseconds