D | DexUseManagerTest.java | 181 mSnapshot, OWNING_PKG_NAME, Map.of(BASE_APK, "CLC")); in testPrimaryDexOwned() 196 mSnapshot, OWNING_PKG_NAME, Map.of(BASE_APK, "CLC")); in testPrimaryDexOwnedIsolated() 211 mSnapshot, OWNING_PKG_NAME, Map.of(SPLIT_APK, "CLC")); in testPrimaryDexOwnedSplitIsolated() 224 mSnapshot, LOADING_PKG_NAME, Map.of(BASE_APK, "CLC")); in testPrimaryDexOthers() 276 mSnapshot, Utils.PLATFORM_PACKAGE_NAME, Map.of(BASE_APK, "CLC")); in verifyPrimaryDexMultipleEntries() 278 Map.of("/somewhere/app/" + OWNING_PKG_NAME + "/non-existing.apk", "CLC")); in verifyPrimaryDexMultipleEntries() 282 mSnapshot, OWNING_PKG_NAME, Map.of(BASE_APK, "CLC", SPLIT_APK, "CLC")); in verifyPrimaryDexMultipleEntries() 284 mSnapshot, OWNING_PKG_NAME, Map.of(BASE_APK, "CLC", SPLIT_APK, "CLC")); in verifyPrimaryDexMultipleEntries() 287 mSnapshot, LOADING_PKG_NAME, Map.of(BASE_APK, "CLC")); in verifyPrimaryDexMultipleEntries() 289 mSnapshot, LOADING_PKG_NAME, Map.of(BASE_APK, "CLC")); in verifyPrimaryDexMultipleEntries() [all …]
|