Home
last modified time | relevance | path

Searched defs:requiredFeatures (Results 1 – 25 of 244) sorted by relevance

12345678910

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DTestListAdapter.java121 public final String[] requiredFeatures; field in TestListAdapter.TestListItem
155 String[] requiredFeatures, in newTest()
176 String[] requiredFeatures, in newTest()
196 String[] requiredFeatures) { in newTest()
214 String[] requiredFeatures, in newTest()
244 String[] requiredFeatures, in newTest()
273 String[] requiredFeatures, in newTest()
296 String[] requiredFeatures, in newTest()
318 String[] requiredFeatures, in newTest()
336 String title, String testName, Intent intent, String[] requiredFeatures) { in newTest()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPointerParameterTests.cpp265 VulkanFeatures requiredFeatures; in addComputePointerBufferMemoryTest() local
393 VulkanFeatures requiredFeatures; in addComputePointerBufferMemoryVariablePointersTest() local
521 VulkanFeatures requiredFeatures; in addComputePointerWorkgroupMemoryVariablePointersTest() local
694 VulkanFeatures requiredFeatures; in addGraphicsPointerParamToParamTest() local
771 VulkanFeatures requiredFeatures; in addGraphicsPointerParamToGlobalTest() local
867 VulkanFeatures requiredFeatures; in addGraphicsPointerBufferMemoryTest() local
975 VulkanFeatures requiredFeatures; in addGraphicsPointerBufferMemoryVariablePointersTest() local
H A DvktSpvAsmVariablePointersTests.cpp184 VulkanFeatures requiredFeatures; in addPhysicalOrVariablePointersComputeGroup() local
652 VulkanFeatures requiredFeatures; in addComplexTypesPhysicalOrVariablePointersComputeGroup() local
1267 VulkanFeatures requiredFeatures; in addNullptrVariablePointersComputeGroup() local
1438 VulkanFeatures requiredFeatures; in addVariablePointersGraphicsGroup() local
1846 VulkanFeatures requiredFeatures; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2248 VulkanFeatures requiredFeatures; in addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2661 VulkanFeatures requiredFeatures; in addNullptrVariablePointersGraphicsGroup() local
H A DvktSpvAsm16bitStorageTests.cpp3743 VulkanFeatures requiredFeatures; in addGraphics16BitStorageInputOutputFloat32To16Group() local
3867 VulkanFeatures requiredFeatures; in addGraphics16BitStorageInputOutputFloat16To32Group() local
3913 VulkanFeatures requiredFeatures; in addGraphics16BitStorageInputOutputFloat16To16Group() local
4227 VulkanFeatures requiredFeatures; in addGraphics16BitStorageInputOutputFloat16To16x2Group() local
4288 VulkanFeatures requiredFeatures; in addGraphics16BitStorageInputOutputInt16To16x2Group() local
4418 VulkanFeatures requiredFeatures; in addGraphics16BitStorageInputOutputInt32To16Group() local
4555 VulkanFeatures requiredFeatures; in addGraphics16BitStorageInputOutputInt16To32Group() local
4623 VulkanFeatures requiredFeatures; in addGraphics16BitStorageInputOutputInt16To16Group() local
4726 VulkanFeatures requiredFeatures; in addGraphics16BitStoragePushConstantFloat16To32Group() local
5029 VulkanFeatures requiredFeatures; in addGraphics16BitStoragePushConstantInt16To32Group() local
[all …]
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DDeviceAdminFeaturesCheckerRule.java88 List<String> requiredFeatures = new ArrayList<>(); in apply() local
141 private void addRequiredAdditionalFeatures(List<String> requiredFeatures, in apply()
150 private void addRequiredManagedUsersFeature(List<String> requiredFeatures, in apply()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DMediaCodecInfoBuilder.java180 private String[] requiredFeatures = new String[0]; field in MediaCodecInfoBuilder.CodecCapabilitiesBuilder
217 public CodecCapabilitiesBuilder setRequiredFeatures(String[] requiredFeatures) { in setRequiredFeatures()
428 private static int getRequiredFeatures(CodecCapabilities parent, String[] requiredFeatures) { in getRequiredFeatures()
/aosp_15_r20/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
H A DStartAddAccountSessionTx.java28 public final List<String> requiredFeatures = new ArrayList<>(); field in StartAddAccountSessionTx
41 String[] requiredFeatures, in StartAddAccountSessionTx()
H A DAddAccountTx.java28 public final List<String> requiredFeatures = new ArrayList<>(); field in AddAccountTx
43 String[] requiredFeatures, in AddAccountTx()
/aosp_15_r20/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java582 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
811 final String[] requiredFeatures, in startAddAccountSession()
954 String[] requiredFeatures = sessionBundle.getStringArray(KEY_REQUIRED_FEATURES); in finishSession() local
H A DIAccountAuthenticator.aidl34 String authTokenType, in String[] requiredFeatures, in Bundle options); in addAccount()
111 String authTokenType, in String[] requiredFeatures, in Bundle options); in startAddAccountSession()
H A DIAccountManager.aidl64 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount()
67 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser()
88 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java57 String[] requiredFeatures, in addAccount()
112 String[] requiredFeatures, in startAddAccountSession()
H A DTestAccountType1Authenticator.java62 String[] requiredFeatures, in addAccount()
262 String[] requiredFeatures, in startAddAccountSession()
/aosp_15_r20/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
H A DTestAccountAuthenticator.java63 String[] requiredFeatures, in addAccount()
314 String[] requiredFeatures, in startAddAccountSession()
/aosp_15_r20/development/apps/Development/src/com/android/development/
H A DAccountsTester.java218 String[] requiredFeatures = TextUtils.split(featureString, " "); in onClick() local
223 authTokenType, requiredFeatures, null /* options */, in onClick() local
/aosp_15_r20/cts/tests/tests/accounts/src/android/accounts/cts/
H A DMockAccountAuthenticator.java161 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
338 String[] requiredFeatures, in startAddAccountSession()
/aosp_15_r20/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
H A DMyAccountAuthenticator.java38 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientAccountAuthenticator.java59 String[] requiredFeatures, in addAccount()
/aosp_15_r20/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
H A DMockAuthenticatorService.java54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20944/test-app/src/android/security/cts/CVE_2023_20944_test/
H A DPocAuthService.java42 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
H A DPocAuthService.java41 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
/aosp_15_r20/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
H A DSyncAdapterSettingsAuthenticator.java54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
/aosp_15_r20/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/
H A DTestAccountAuthenticator.java50 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-43086/test-app/src/android/security/cts/CVE_2024_43086_test/
H A DPocAuthService.java59 String[] requiredFeatures, in addAccount()
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/
H A DPocAuthenticator.java56 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()

12345678910