Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DCrossProfileCalendarDisabledPreferenceController.java18 …settings.accounts.CrossProfileCalendarPreferenceController.isCrossProfileCalendarDisallowedByAdmin;
40 && isCrossProfileCalendarDisallowedByAdmin( in getAvailabilityStatus()
DCrossProfileCalendarPreferenceController.java46 && !isCrossProfileCalendarDisallowedByAdmin( in getAvailabilityStatus()
74 static boolean isCrossProfileCalendarDisallowedByAdmin(Context context, int userId) { in isCrossProfileCalendarDisallowedByAdmin() method in CrossProfileCalendarPreferenceController