Home
last modified time | relevance | path

Searched refs:mShouldLetInstallerDecide (Results 1 – 1 of 1) 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()