Home
last modified time | relevance | path

Searched refs:getRuntimeArtifactsSize (Results 1 – 6 of 6) sorted by relevance

/art/artd/binder/com/android/server/art/
DIArtd.aidl249 long getRuntimeArtifactsSize( in getRuntimeArtifactsSize() method
/art/artd/
Dartd.h224 ndk::ScopedAStatus getRuntimeArtifactsSize(
Dartd_test.cc2456 TEST_F(ArtdTest, getRuntimeArtifactsSize) { in TEST_F() argument
2474 ->getRuntimeArtifactsSize( in TEST_F()
Dartd.cc1375 ScopedAStatus Artd::getRuntimeArtifactsSize(const RuntimeArtifactsPath& in_runtimeArtifactsPath, in getRuntimeArtifactsSize() function in art::artd::Artd
/art/libartservice/service/javatests/com/android/server/art/
DArtManagerLocalTest.java1288 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()
/art/libartservice/service/java/com/android/server/art/
DArtManagerLocal.java1013 artifactsSize += artd.getRuntimeArtifactsSize(runtimeArtifacts); in getArtManagedFileStats()