Searched refs:mIsUsedByOtherApps (Results 1 – 1 of 1) sorted by relevance
293 writeBoolean(dexUseInfo.mIsUsedByOtherApps))); in write()806 private boolean mIsUsedByOtherApps; field in PackageDexUsage.DexUseInfo820 mIsUsedByOtherApps = isUsedByOtherApps; in DexUseInfo()832 mIsUsedByOtherApps = other.mIsUsedByOtherApps; in DexUseInfo()840 boolean oldIsUsedByOtherApps = mIsUsedByOtherApps; in merge()841 mIsUsedByOtherApps = mIsUsedByOtherApps || dexUseInfo.mIsUsedByOtherApps; in merge()855 (oldIsUsedByOtherApps != mIsUsedByOtherApps) || in merge()861 return mIsUsedByOtherApps; in isUsedByOtherApps()