Home
last modified time | relevance | path

Searched refs:getStorageInfoForPackage (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java2937 StorageInfo storageInfo = mAppSearchImpl.getStorageInfoForPackage("nonexistent.package"); in testGetStorageInfoForPackage_nonexistentPackage()
2960 StorageInfo storageInfo = mAppSearchImpl.getStorageInfoForPackage("package1"); in testGetStorageInfoForPackage_withoutDocument()
3021 StorageInfo storageInfo = mAppSearchImpl.getStorageInfoForPackage("package1"); in testGetStorageInfoForPackage_proportionalToDocuments()
3027 storageInfo = mAppSearchImpl.getStorageInfoForPackage("package2"); in testGetStorageInfoForPackage_proportionalToDocuments()
3282 () -> mAppSearchImpl.getStorageInfoForPackage("package")); in testThrowsExceptionIfClosed()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java2614 .getStorageInfoForPackage(packageName).getSizeBytes(); in augmentStatsForPackageForUser()
2656 .getStorageInfoForPackage(packagesForUid[i]).getSizeBytes(); in augmentStatsForUid()
2693 .getStorageInfoForPackage(packageName).getSizeBytes(); in augmentStatsForUser()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java2136 public StorageInfo getStorageInfoForPackage(@NonNull String packageName) in getStorageInfoForPackage() method in AppSearchImpl