Home
last modified time | relevance | path

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

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