Searched refs:mIsUsedByOtherApps (Results 1 – 1 of 1) sorted by relevance
293 writeBoolean(dexUseInfo.mIsUsedByOtherApps))); in write()780 private boolean mIsUsedByOtherApps; field in PackageDexUsage.DexUseInfo794 mIsUsedByOtherApps = isUsedByOtherApps; in DexUseInfo()806 mIsUsedByOtherApps = other.mIsUsedByOtherApps; in DexUseInfo()814 boolean oldIsUsedByOtherApps = mIsUsedByOtherApps; in merge()815 mIsUsedByOtherApps = mIsUsedByOtherApps || dexUseInfo.mIsUsedByOtherApps; in merge()830 (oldIsUsedByOtherApps != mIsUsedByOtherApps) || in merge()840 return mIsUsedByOtherApps; in isUsedByOtherApps()