Searched refs:mIsUsedByOtherApps (Results 1 – 1 of 1) sorted by relevance
292 writeBoolean(dexUseInfo.mIsUsedByOtherApps))); in write()779 private boolean mIsUsedByOtherApps; field in PackageDexUsage.DexUseInfo793 mIsUsedByOtherApps = isUsedByOtherApps; in DexUseInfo()805 mIsUsedByOtherApps = other.mIsUsedByOtherApps; in DexUseInfo()813 boolean oldIsUsedByOtherApps = mIsUsedByOtherApps; in merge()814 mIsUsedByOtherApps = mIsUsedByOtherApps || dexUseInfo.mIsUsedByOtherApps; in merge()827 (oldIsUsedByOtherApps != mIsUsedByOtherApps) || in merge()837 return mIsUsedByOtherApps; in isUsedByOtherApps()