Searched refs:nonExistentApk (Results 1 – 1 of 1) sorted by relevance
2933 String nonExistentApk = Paths.get(info.dataDir, "non-existent.apk").toString(); in testRegisterDexModuleNotExists() local2935 getPm().registerDexModule(nonExistentApk, callback); in testRegisterDexModuleNotExists()2937 assertEquals(nonExistentApk, callback.mDexModulePath); in testRegisterDexModuleNotExists()