Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
DAppHeaderPreference.java38 private boolean mIsInstantApp; field in AppHeaderPreference
75 return mIsInstantApp; in getIsInstantApp()
84 if (mIsInstantApp != isInstantApp) { in setIsInstantApp()
85 mIsInstantApp = isInstantApp; in setIsInstantApp()
129 if (mIsInstantApp) { in onBindViewHolder()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java253 if (options.mIsInstantApp) { in getBitmapFlagOp()
498 boolean mIsInstantApp; field in BaseIconFactory.IconOptions
536 mIsInstantApp = instantApp; in setInstantApp()