Searched defs:isParentOrProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java3005 return isParentOrProfile(parentId, profileId) && isProfileEnabled(profileId);
3128 private boolean isParentOrProfile(int parentId, int profileId) { method in class:AppWidgetServiceImpl.SecurityPolicy

Completed in 56 milliseconds