Searched refs:NEXT_TO_DEX (Results 1 – 6 of 6) sorted by relevance
/art/artd/binder/com/android/server/art/ |
D | ArtifactsLocation.aidl | 27 NEXT_TO_DEX = 2, enumConstant
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | ArtManagerLocalTest.java | 407 "location-debug-string-0", ArtifactsLocation.NEXT_TO_DEX)) in testGetDexoptStatus() 411 "location-debug-string-1", ArtifactsLocation.NEXT_TO_DEX)) in testGetDexoptStatus() 415 "location-debug-string-2", ArtifactsLocation.NEXT_TO_DEX)) in testGetDexoptStatus() 419 "location-debug-string-3", ArtifactsLocation.NEXT_TO_DEX)) in testGetDexoptStatus() 423 "run-from-apk", "unknown", "unknown", ArtifactsLocation.NEXT_TO_DEX)) in testGetDexoptStatus() 1163 "speed-profile", "bg-dexopt", "location", ArtifactsLocation.NEXT_TO_DEX)) in testCleanup() 1167 "verify", "cmdline", "location", ArtifactsLocation.NEXT_TO_DEX)) in testCleanup() 1179 "verify", "vdex", "location", ArtifactsLocation.NEXT_TO_DEX)) in testCleanup() 1252 "speed-profile", "bg-dexopt", "location", ArtifactsLocation.NEXT_TO_DEX)) in testGetArtManagedFileStats() 1256 "verify", "cmdline", "location", ArtifactsLocation.NEXT_TO_DEX)) in testGetArtManagedFileStats() [all …]
|
D | PrimaryDexopterTest.java | 183 doReturn(dexoptIsNeeded(ArtifactsLocation.NEXT_TO_DEX)) in testDexoptInputVdex()
|
/art/libartservice/service/java/com/android/server/art/ |
D | ArtFileManager.java | 152 || result.artifactsLocation == ArtifactsLocation.NEXT_TO_DEX) { in getUsableArtifacts()
|
D | Dexopter.java | 597 case ArtifactsLocation.NEXT_TO_DEX: in getInputVdex()
|
/art/artd/ |
D | artd.cc | 222 return ArtifactsLocation::NEXT_TO_DEX; in ArtifactsLocationToAidl()
|