Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java2849 private String mDexModulePath = null; field in PackageManagerTests.TestDexModuleRegisterCallback
2856 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()