Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DInstantAppResolveInfo.java83 private final boolean mShouldLetInstallerDecide; field in InstantAppResolveInfo
131 mShouldLetInstallerDecide = shouldLetInstallerDecide; in InstantAppResolveInfo()
135 mShouldLetInstallerDecide = in.readBoolean(); in InstantAppResolveInfo()
137 if (mShouldLetInstallerDecide) { in InstantAppResolveInfo()
157 return mShouldLetInstallerDecide; in shouldLetInstallerDecide()
200 out.writeBoolean(mShouldLetInstallerDecide); in writeToParcel()
202 if (mShouldLetInstallerDecide) { in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt15179 Landroid/content/pm/InstantAppResolveInfo;->mShouldLetInstallerDecide:Z