Searched refs:mIsUsedByOtherApps (Results 1 – 1 of 1) sorted by relevance
297 writeBoolean(dexUseInfo.mIsUsedByOtherApps))); in write()810 private boolean mIsUsedByOtherApps; field in PackageDexUsage.DexUseInfo824 mIsUsedByOtherApps = isUsedByOtherApps; in DexUseInfo()836 mIsUsedByOtherApps = other.mIsUsedByOtherApps; in DexUseInfo()844 boolean oldIsUsedByOtherApps = mIsUsedByOtherApps; in merge()845 mIsUsedByOtherApps = mIsUsedByOtherApps || dexUseInfo.mIsUsedByOtherApps; in merge()860 (oldIsUsedByOtherApps != mIsUsedByOtherApps) || in merge()873 return mIsUsedByOtherApps; in isUsedByOtherApps()