Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java174 return mFinishing || isInstantApp() || isSystemModule() ? DISABLED_FOR_USER : AVAILABLE; in getAvailabilityStatus()
746 private boolean isSystemModule() { in isSystemModule() method in AppButtonsPreferenceController
748 && (AppUtils.isSystemModule(mContext, mAppEntry.info.packageName) in isSystemModule()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceControllerTest.java635 protected static boolean isSystemModule(Context context, String packageName) { in isSystemModule() method in AppButtonsPreferenceControllerTest.ShadowAppUtils