Searched refs:mShouldLetInstallerDecide (Results 1 – 2 of 2) 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()
15179 Landroid/content/pm/InstantAppResolveInfo;->mShouldLetInstallerDecide:Z