Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/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()
/aosp_15_r20/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java401 @ProfileType int profileType = ProfileType.ALL_PROFILE_TYPES[profileTypeIdx]; in addSafetyCenterEntryGroup() local
578 @ProfileType int profileType, in addSafetyCenterEntry()
659 @ProfileType int profileType, in toSafetyCenterEntry()
756 @ProfileType int profileType, in toDefaultSafetyCenterEntry()
812 @ProfileType int profileType = ProfileType.ALL_PROFILE_TYPES[profileTypeIdx]; in addSafetyCenterStaticEntryGroup() local
854 @ProfileType int profileType, in addSafetyCenterStaticEntry()
886 @ProfileType int profileType, in toSafetyCenterStaticEntry()
946 @ProfileType int profileType, in toDefaultSafetyCenterStaticEntry()
1296 private CharSequence getTitleForProfileType( in getTitleForProfileType()
DUserProfileGroup.java256 public int[] getProfilesOfType(@ProfileType int profileType) { in getProfilesOfType()
275 public int[] getRunningProfilesOfType(@ProfileType int profileType) { in getRunningProfilesOfType()
324 boolean containsRunningUserId(@UserIdInt int userId, @ProfileType int profileType) { in containsRunningUserId()
DSafetyCenterConfigReader.java525 List<String> getSourceIdsForProfileType(@ProfileType int profileType) { in getSourceIdsForProfileType()
545 List<String> getSourceIdsOnPageOpenForProfileType(@ProfileType int profileType) { in getSourceIdsOnPageOpenForProfileType()
DSafetySources.java61 SafetySource safetySource, @ProfileType int profileType) { in supportsProfileType()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/message/
DProfileFirstRunSettingsImpl.java26 public boolean messageAlreadyDismissed(@org.jetbrains.annotations.NotNull() in messageAlreadyDismissed()
32 public void onMessageDismissed(@org.jetbrains.annotations.NotNull() in onMessageDismissed()
36 …ava.lang.String preferenceKey(com.android.systemui.screenshot.message.ProfileMessageController.Fir… in preferenceKey()
DProfileMessageController.java92 …om.android.systemui.screenshot.message.ProfileMessageController.FirstRunProfile profileType = null; field in ProfileMessageController.ProfileFirstRunData
96 com.android.systemui.screenshot.message.ProfileMessageController.FirstRunProfile profileType) { in ProfileFirstRunData()
123 com.android.systemui.screenshot.message.ProfileMessageController.FirstRunProfile profileType) { in copy()
DProfileFirstRunSettings.java16 public abstract boolean messageAlreadyDismissed(@org.jetbrains.annotations.NotNull() in messageAlreadyDismissed()
23 public abstract void onMessageDismissed(@org.jetbrains.annotations.NotNull() in onMessageDismissed()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/message/
H A DProfileMessageController.kt48 val profileType = in <lambda>() constant
97 val profileType: FirstRunProfile, in <lambda>() constant in com.android.systemui.screenshot.message.ProfileMessageController.ProfileFirstRunData
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/core/user/
DUserProfile.java24 private final com.android.photopicker.core.user.UserProfile.ProfileType profileType = null; field in UserProfile
38com.android.photopicker.core.user.UserProfile.ProfileType profileType, @org.jetbrains.annotations.… in UserProfile()
118com.android.photopicker.core.user.UserProfile.ProfileType profileType, @org.jetbrains.annotations.… in copy()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/core/java/android/content/pm/dex/
H A DIArtManager.aidl47 void snapshotRuntimeProfile(int profileType, in String packageName, in snapshotRuntimeProfile()
57 boolean isRuntimeProfilingEnabled(int profileType, String callingPackage); in isRuntimeProfilingEnabled()
H A DArtManager.java108 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()
132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) { in isRuntimeProfilingEnabled()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectFragment.java372 private static Fragment createAndGetFragment( in createAndGetFragment()
434 int profileType = mChildFragments[position].getArguments().getInt(EXTRA_PROFILE); in getTabForPosition() local
450 private int profileTypeToTab(@ProfileType int profileType) { in profileTypeToTab()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec.cpp1315 d3d12_video_decode_profile_type profileType = in d3d12_video_decoder_store_converted_dxva_picparams_from_pipe_input() local
1408 d3d12_video_decode_profile_type profileType = in d3d12_video_decoder_prepare_dxva_slices_control() local
1481 d3d12_video_decode_profile_type profileType) in d3d12_video_decoder_supports_aot_dpb()
1572 d3d12_video_decoder_resolve_profile(d3d12_video_decode_profile_type profileType, DXGI_FORMAT decode… in d3d12_video_decoder_resolve_profile()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtManagerService.java149 private boolean checkShellPermissions(@ProfileType int profileType, String packageName, in checkShellPermissions()
177 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()
277 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled()
/aosp_15_r20/external/perfetto/ui/src/public/
H A Dselection.ts128 readonly profileType?: ProfileType; property
167 export function profileType(s: string): ProfileType { function
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/service/service-permission.impl/android_common_apex30/javac/
Dservice-permission.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbMetrics.java585 public void logRangingResult(int profileType, UwbRangingData rawRangingData, in logRangingResult()
648 private void writeFirstValidRangingResultSinceStart(int profileType, in writeFirstValidRangingResultSinceStart()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/emptystate/
DNoAppsAvailableEmptyStateProvider.java63 Profile.Type profileType = in getEmptyState() local
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/user/
DUserProfile.kt35 val profileType: ProfileType = ProfileType.UNKNOWN, constant in com.android.photopicker.core.user.UserProfile

12345678