Home | History | Annotate | Download | only in app

Lines Matching refs:mResources

1244             //        + ": " + packageInfo.mResources.getAssets().isUpToDate());
1245 if (packageInfo != null && (packageInfo.mResources == null
1246 || packageInfo.mResources.getAssets().isUpToDate())) {
1309 if (packageInfo == null || (packageInfo.mResources != null
1310 && !packageInfo.mResources.getAssets().isUpToDate())) {