Searched refs:mShouldLetInstallerDecide (Results 1 – 1 of 1) sorted by relevance
83 private final boolean mShouldLetInstallerDecide; field in InstantAppResolveInfo131 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()