Home
last modified time | relevance | path

Searched defs:isSameProfileGroup (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/enterprise/
DActionDisabledLearnMoreButtonLauncher.java102 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in isSameProfileGroup() method in ActionDisabledLearnMoreButtonLauncher
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowUserManager.java179 protected boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in ShadowUserManager
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java243 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() method in ContactsActor.MockUserManager