Home
last modified time | relevance | path

Searched defs:selectedProfile (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/viewmodel/
DResolverRequestReader.kt40 val selectedProfile = checkSelectedProfile() in readResolverRequest() constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/model/
DResolverRequest.kt38 val selectedProfile: Profile.Type?, constant in com.android.intentresolver.ui.model.ResolverRequest
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DIntentForwarderActivity.java223 int selectedProfile = findSelectedProfile(className); in launchChooserActivityWithCorrectTab() local
248 int selectedProfile = findSelectedProfile(className); in launchResolverActivityWithCorrectTab() local
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/profileselector/
DProfileSelectorViewModel.kt74 val selectedProfile: StateFlow<UserProfile> = constant in com.android.photopicker.features.profileselector.ProfileSelectorViewModel
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java290 String selectedProfile = null; in updateToQuietModeErrorMessage() local