Searched refs:isSystemModule (Results 1 – 2 of 2) sorted by relevance
174 return mFinishing || isInstantApp() || isSystemModule() ? DISABLED_FOR_USER : AVAILABLE; in getAvailabilityStatus()754 private boolean isSystemModule() { in isSystemModule() method in AppButtonsPreferenceController756 && (AppUtils.isSystemModule(mContext, mAppEntry.info.packageName) in isSystemModule()
635 protected static boolean isSystemModule(Context context, String packageName) { in isSystemModule() method in AppButtonsPreferenceControllerTest.ShadowAppUtils