Searched refs:afterImpl (Results 1 – 1 of 1) sorted by relevance
6697 ResourcesImpl afterImpl = getApplication().getResources().getImpl(); in handleApplicationInfoChanged() local6699 if ((beforeImpl != afterImpl) && !Arrays.equals(beforeImpl.getAssets().getApkAssets(), in handleApplicationInfoChanged()6700 afterImpl.getAssets().getApkAssets())) { in handleApplicationInfoChanged()6702 List<String> afterAssets = Arrays.asList(afterImpl.getAssets().getApkPaths()); in handleApplicationInfoChanged()