Home
last modified time | relevance | path

Searched refs:mIsUsedByOtherApps (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DPackageDexUsage.java293 writeBoolean(dexUseInfo.mIsUsedByOtherApps))); in write()
806 private boolean mIsUsedByOtherApps; field in PackageDexUsage.DexUseInfo
820 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()