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()
780 private boolean mIsUsedByOtherApps; field in PackageDexUsage.DexUseInfo
794 mIsUsedByOtherApps = isUsedByOtherApps; in DexUseInfo()
806 mIsUsedByOtherApps = other.mIsUsedByOtherApps; in DexUseInfo()
814 boolean oldIsUsedByOtherApps = mIsUsedByOtherApps; in merge()
815 mIsUsedByOtherApps = mIsUsedByOtherApps || dexUseInfo.mIsUsedByOtherApps; in merge()
830 (oldIsUsedByOtherApps != mIsUsedByOtherApps) || in merge()
840 return mIsUsedByOtherApps; in isUsedByOtherApps()