Searched refs:getRuntimeArtifactsSize (Results 1 – 6 of 6) sorted by relevance
249 long getRuntimeArtifactsSize( in getRuntimeArtifactsSize() method
224 ndk::ScopedAStatus getRuntimeArtifactsSize(
2456 TEST_F(ArtdTest, getRuntimeArtifactsSize) { in TEST_F() argument2474 ->getRuntimeArtifactsSize( in TEST_F()
1375 ScopedAStatus Artd::getRuntimeArtifactsSize(const RuntimeArtifactsPath& in_runtimeArtifactsPath, in getRuntimeArtifactsSize() function in art::artd::Artd
1288 doReturn(1l << 4).when(mArtd).getRuntimeArtifactsSize( in testGetArtManagedFileStats()1291 doReturn(1l << 5).when(mArtd).getRuntimeArtifactsSize( in testGetArtManagedFileStats()1368 verify(mArtd, times(expectedGetRuntimeArtifactsSizeCalls)).getRuntimeArtifactsSize(any()); in testGetArtManagedFileStats()
1013 artifactsSize += artd.getRuntimeArtifactsSize(runtimeArtifacts); in getArtManagedFileStats()