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.java4460 return isParentOrProfile(parentId, profileId) && isProfileEnabled(profileId); in isEnabledGroupProfile()
4595 private boolean isParentOrProfile(int parentId, int profileId) { in isParentOrProfile() method in AppWidgetServiceImpl.SecurityPolicy