Home
last modified time | relevance | path

Searched refs:getProfileTypeOfUser (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationReceiver.java216 UserProfileGroup.getProfileTypeOfUser(userId, context), in onNotificationDismissed()
242 UserProfileGroup.getProfileTypeOfUser(issueKey.getUserId(), context), in logNotificationActionClicked()
DSafetyCenterNotificationSender.java387 UserProfileGroup.getProfileTypeOfUser(key.getUserId(), mContext), in postNotificationForIssue()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterRefreshTracker.java177 UserProfileGroup.getProfileTypeOfUser(safetySourceKey.getUserId(), mContext), in reportSourceRefreshCompleted()
286 UserProfileGroup.getProfileTypeOfUser(sourceKey.getUserId(), mContext), in timeoutRefresh()
DUserProfileGroup.java353 public static @ProfileType int getProfileTypeOfUser(@UserIdInt int userId, Context context) { in getProfileTypeOfUser() method in UserProfileGroup
DSafetyCenterDataFactory.java536 if (UserProfileGroup.getProfileTypeOfUser(entryId.getUserId(), mContext) in getDefaultGroupSummary()
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterInFlightIssueActionRepository.java90 UserProfileGroup.getProfileTypeOfUser(issueKey.getUserId(), mContext), in unmarkSafetyCenterIssueActionInFlight()
DSafetySourceStateCollectedLogger.java94 UserProfileGroup.getProfileTypeOfUser(userId, mContext), in writeSourceUpdatedAtom()
DSafetySourceDataValidator.java94 UserProfileGroup.getProfileTypeOfUser(userId, mContext); in validateRequest()
DSafetyCenterIssueRepository.java91 updateIssues(userId, UserProfileGroup.getProfileTypeOfUser(userId, mContext)); in updateIssues()