Home
last modified time | relevance | path

Searched refs:profileName (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DAssociationEndToEndTest.kt40 profileName: String // Used only by the Parameterized test runner for tagging.
DAssociationEndToEndSingleDeviceTest.kt25 profileName: String // Used only by the Parameterized test runner for tagging.
DAssociationEndToEndSelfManagedTest.kt34 profileName: String // Used only by the Parameterized test runner for tagging.
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideMultipleProfileTest.java123 private int createUser(String profileName, boolean isManaged) in createUser() argument
128 command = String.format(command, mDevice.getMainUserId(), profileName); in createUser()
/cts/hostsidetests/backup/src/android/cts/backup/
DBaseMultiUserBackupHostSideTest.java100 int createProfileUser(int parentId, String profileName) throws IOException { in createProfileUser() argument
103 String.format("pm create-user --profileOf %d %s", parentId, profileName)); in createProfileUser()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java69 public PeripheralProfile(String profileName, String profileDescription, in PeripheralProfile() argument
73 mProfileName = profileName; in PeripheralProfile()
/cts/tests/tests/graphics/jni/
DVulkanProfiles.h87 char profileName[VP_MAX_PROFILE_NAME_SIZE]; member
DVulkanProfiles.cpp5335 VPAPI_ATTR const VpProfileDesc* vpGetProfileDesc(const char profileName[VP_MAX_PROFILE_NAME_SIZE]) { in vpGetProfileDesc()
5337 …if (strncmp(vpProfiles[i].props.profileName, profileName, VP_MAX_PROFILE_NAME_SIZE) == 0) return &… in vpGetProfileDesc()
5427 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileFallbacks()
5469 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetInstanceProfileSupport()
5521 pDesc = detail::vpGetProfileDesc(pCreateInfo->pProfile->profileName); in vpCreateInstance()
5603 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetPhysicalDeviceProfileSupport()
5839 … const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pCreateInfo->pProfile->profileName); in vpCreateDevice()
5973 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileInstanceExtensionProperties()
5995 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileDeviceExtensionProperties()
6014 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileFeatures()
[all …]