Searched refs:oldResDirs (Results 1 – 1 of 1) sorted by relevance
5892 final String[] oldResDirs = new String[2]; in handleApplicationInfoChanged() local5895 oldResDirs[0] = apk.getResDir(); in handleApplicationInfoChanged()5901 oldResDirs[1] = resApk.getResDir(); in handleApplicationInfoChanged()5909 mResourcesManager.applyNewResourceDirsLocked(ai, oldResDirs); in handleApplicationInfoChanged()6191 final String[] oldResDirs = { pkgInfo.getResDir() }; in handleDispatchPackageBroadcast() local6199 mResourcesManager.applyNewResourceDirsLocked(aInfo, oldResDirs); in handleDispatchPackageBroadcast()