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.java297 writeBoolean(dexUseInfo.mIsUsedByOtherApps))); in write()
810 private boolean mIsUsedByOtherApps; field in PackageDexUsage.DexUseInfo
824 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()