Searched refs:isSystemModule (Results 1 – 2 of 2) sorted by relevance
163 return mFinishing || isInstantApp() || isSystemModule() ? DISABLED_FOR_USER : AVAILABLE; in getAvailabilityStatus()691 private boolean isSystemModule() { in isSystemModule() method in AppButtonsPreferenceController692 return mAppEntry != null && AppUtils.isSystemModule(mContext, mAppEntry.info.packageName); in isSystemModule()
534 protected static boolean isSystemModule(Context context, String packageName) { in isSystemModule() method in AppButtonsPreferenceControllerTest.ShadowAppUtils