Searched refs:hasParent (Results 1 – 8 of 8) sorted by relevance
83 boolean hasParent = false; in testAllClassInheritance()86 hasParent = true; in testAllClassInheritance()94 if (!hasParent) { in testAllClassInheritance()
226 final boolean hasParent = user.profileGroupId != user.id in runList()235 hasParent ? " (parentId=" + user.profileGroupId + ")" : "", in runList()
646 boolean hasParent = change.getParent() != null; in setupAnimHierarchy()649 if (!hasParent) { in setupAnimHierarchy()
772 bool hasParent() const { return getParent() != nullptr; } in hasParent() function
5623 if (layer->hasParent()) { in setClientStateLocked()5786 bool hadParent = layer->hasParent(); in setClientStateLocked()
2049 return user.isProfile() && hasParent(user, context); in isProfileUser()2055 boolean hasParent(UserInfo profile, Context context) { in hasParent() method in ManagedServices.UserProfiles
967 return userInfo.isProfile() && hasParent(userInfo); in isProfileUser()972 boolean hasParent(UserInfo profile) { in hasParent() method in NotificationManagerService
1623 final boolean hasParent = parentWindow != null; in addWindow()1627 hasParent ? parentWindow.mAttrs.token : attrs.token); in addWindow()1630 final int rootType = hasParent ? parentWindow.mAttrs.type : type; in addWindow()1641 if (hasParent) { in addWindow()