Home
last modified time | relevance | path

Searched refs:profileLabel (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/profileselector/
DProfileUnavailableDialog.kt110 profileLabel: String, in getDialogContentForReason()
121 stringResource(R.string.photopicker_profile_unavailable_dialog_title, profileLabel), in getDialogContentForReason()
124 profileLabel in getDialogContentForReason()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestUserManagerState.java41 public String profileLabel = "Test"; field in TestUserManagerState
75 userIdToLabelMap.put(userId, profileLabel); in onProfileActionStatusChange()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDocumentHolder.java207 String profileLabel = userManagerState.getUserIdToLabelMap().get(userId); in getPreviewIconContentDescription() local
210 profileLabel, fileName) in getPreviewIconContentDescription()