Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java3932 return isParentOrProfile(parentId, profileId) && isProfileEnabled(profileId); in isEnabledGroupProfile()
4063 private boolean isParentOrProfile(int parentId, int profileId) { in isParentOrProfile() method in AppWidgetServiceImpl.SecurityPolicy