Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/logging/
DSafetyCenterStatsdLogger.java173 @ProfileType int profileType, in writeSafetySourceStateCollected()
215 @ProfileType int profileType, in writeSourceRefreshSystemEvent()
266 @ProfileType int profileType, in writeInlineActionSystemEvent()
291 @ProfileType int profileType, in writeNotificationPostedEvent()
308 @ProfileType int profileType, in writeNotificationDismissedEvent()
325 @ProfileType int profileType, in writeNotificationActionClickedEvent()
340 @ProfileType int profileType, in writeNotificationInteractionReportedEvent()
394 private static int toSourceStateCollectedProfileType(@ProfileType int profileType) { in toSourceStateCollectedProfileType()
407 private static int toSystemEventProfileType(@ProfileType int profileType) { in toSystemEventProfileType()
420 private static int toInteractionReportedProfileType(@ProfileType int profileType) { in toInteractionReportedProfileType()
DSafetyCenterPullAtomCallback.java156 @ProfileType int profileType = ProfileType.ALL_PROFILE_TYPES[profileTypeIdx]; in writeSafetySourceStateCollectedAtomsLocked() local
173 SafetySource safetySource, @UserIdInt int userId, @ProfileType int profileType) { in writeSafetySourceStateCollectedAtomLocked()
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetySourceStateCollectedLogger.java67 void writeAutomaticAtom(SafetySourceKey sourceKey, @ProfileType int profileType) { in writeAutomaticAtom()
104 @ProfileType int profileType, in logSafetySourceStateCollected()
135 profileType, in logSafetySourceStateCollected() local
DSafetyCenterIssueRepository.java94 private void updateIssues(@UserIdInt int userId, @ProfileType int profileType) { in updateIssues()
186 @UserIdInt int userId, @ProfileType int profileType) { in getAllStoredIssuesFromRawSourceData()
203 @ProfileType int profileType) { in addSafetySourceIssuesInfo()
DSafetySourceDataValidator.java93 @UserProfileGroup.ProfileType int profileType = in validateRequest() local
DSafetyCenterDataManager.java571 SafetySourceKey sourceKey, @ProfileType int profileType) { in logSafetySourceStateCollectedAutomatic()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java400 @ProfileType int profileType = ProfileType.ALL_PROFILE_TYPES[profileTypeIdx]; in addSafetyCenterEntryGroup() local
561 @ProfileType int profileType, in addSafetyCenterEntry()
587 @ProfileType int profileType, in toSafetyCenterEntry()
684 @ProfileType int profileType, in toDefaultSafetyCenterEntry()
740 @ProfileType int profileType = ProfileType.ALL_PROFILE_TYPES[profileTypeIdx]; in addSafetyCenterStaticEntryGroup() local
782 @ProfileType int profileType, in addSafetyCenterStaticEntry()
818 @ProfileType int profileType, in toSafetyCenterStaticEntry()
878 @ProfileType int profileType, in toDefaultSafetyCenterStaticEntry()
1228 private CharSequence getTitleForProfileType( in getTitleForProfileType()
DUserProfileGroup.java299 public int[] getProfilesOfType(@ProfileType int profileType) { in getProfilesOfType()
318 public int[] getRunningProfilesOfType(@ProfileType int profileType) { in getRunningProfilesOfType()
367 boolean containsRunningUserId(@UserIdInt int userId, @ProfileType int profileType) { in containsRunningUserId()
DSafetySources.java61 SafetySource safetySource, @ProfileType int profileType) { in supportsProfileType()
DSafetyCenterConfigReader.java525 List<String> getSourceIdsForProfileType(@ProfileType int profileType) { in getSourceIdsForProfileType()
545 List<String> getSourceIdsOnPageOpenForProfileType(@ProfileType int profileType) { in getSourceIdsOnPageOpenForProfileType()
DSafetyCenterBroadcastDispatcher.java354 @ProfileType int profileType = ProfileType.ALL_PROFILE_TYPES[profilTypeIdx]; in getUserIdsToSourceIds() local
/packages/apps/Settings/src/com/android/settings/location/
DLocationPersonalSettings.java56 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach() local
DLocationWorkProfileSettings.java67 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach() local
/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectFragment.java366 private static Fragment createAndGetFragment( in createAndGetFragment()
424 int profileType = mChildFragments[position].getArguments().getInt(EXTRA_PROFILE); in getTabForPosition() local
440 private int profileTypeToTab(@ProfileType int profileType) { in profileTypeToTab()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/emptystate/
DNoAppsAvailableEmptyStateProvider.java63 Profile.Type profileType = in getEmptyState() local
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/user/
DUserProfile.kt34 val profileType: ProfileType = ProfileType.UNKNOWN, constant in com.android.photopicker.core.user.UserProfile
/packages/apps/Settings/src/com/android/settings/inputmethod/
DAvailableVirtualKeyboardFragment.java73 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach() local
DNewKeyboardLayoutEnabledLocalesFragment.java68 final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); in onAttach() local
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbMetrics.java577 public void logRangingResult(int profileType, UwbRangingData rawRangingData, in logRangingResult()
640 private void writeFirstValidRangingResultSinceStart(int profileType, in writeFirstValidRangingResultSinceStart()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java512 VolumeInfo volume, StorageVolumeProvider svp, @ProfileType int profileType) { in FakeStorageItemPreferenceController()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java176 @ProfileSelectFragment.ProfileType int profileType) { in StorageItemPreferenceController()