Searched refs:mDexModulePath (Results 1 – 1 of 1) sorted by relevance
2849 private String mDexModulePath = null; field in PackageManagerTests.TestDexModuleRegisterCallback2856 mDexModulePath = dexModulePath; in onDexModuleRegistered()2883 assertEquals(info.getBaseCodePath(), callback.mDexModulePath); in testRegisterDexModuleBaseCode()2893 assertEquals(moduleBelongingToOtherPackage, callback.mDexModulePath); in testRegisterDexModuleNotOwningModule()2913 assertEquals(dexModule.toString(), callback.mDexModulePath); in testRegisterDexModuleSuccessfully()2937 assertEquals(nonExistentApk, callback.mDexModulePath); in testRegisterDexModuleNotExists()