Home
last modified time | relevance | path

Searched refs:API (Results 1 – 21 of 21) sorted by relevance

/cts/hostsidetests/gputools/apps/src/android/rootlessgpudebug/app/
DRootlessGpuDebugService.java47 String API = null; in onStartCommand() local
60 API = bundle.getString("API"); in onStartCommand()
63 if (API == null) { in onStartCommand()
68 Boolean supportedApi = API.equals("Vulkan") || in onStartCommand()
69 API.equals("GLES") || in onStartCommand()
70 API.equals("Both"); in onStartCommand()
72 throw new AssertionError("Unsupported API " + API + " in " + TAG); in onStartCommand()
76 if (API.equals("Vulkan") || API.equals("Both")) { in onStartCommand()
81 if (API.equals("GLES") || API.equals("Both")) { in onStartCommand()
/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DClassProfile.java61 mClassType |= ClassType.API.getValue(); in ClassProfile()
74 API(64); enumConstant
151 if (matchAnyTypes(ClassType.ANNOTATION.getValue() | ClassType.API.getValue())) { in isTestClass()
163 return matchAllTypes(ClassType.API.getValue()); in isApiClass()
180 | ClassType.API.getValue() in testClassResolved()
/cts/tests/tests/os/src/android/os/cts/
DIpcDataCacheTest.java46 private static final String API = "testApi"; field in IpcDataCacheTest
108 new IpcDataCache<>(4, MODULE, API, "testCache1", in testBasicCache()
154 new IpcDataCache<>(4, MODULE, API, "cacheA", in testDisableCache()
157 new IpcDataCache<>(4, MODULE, API, "cacheA", in testDisableCache()
160 new IpcDataCache<>(4, MODULE, API, "cacheB", in testDisableCache()
182 cache1 = new IpcDataCache<>(4, MODULE, API, "cacheA", in testDisableCache()
193 cache1 = new IpcDataCache<>(4, MODULE, API, "cacheA", in testDisableCache()
/cts/tests/signature/
DHIDDEN_API_OWNERS1 # Owners of hidden API related tests
DAPI_SIGNATURE_OWNERS1 # List of owners of API signature tests
/cts/tests/tests/libnativehelper/
DREADME.md3 These tests cover all of the FileDescriptor NDK API exported by libnativehelper.so.
/cts/tests/tests/telephony2/
DREADME.md4 For instance, we may want to verify that an API call throws an exception without
/cts/tests/tests/telephony5/
DREADME.md5 For instance, we may want to verify that an API call do not throw an exception with
/cts/tests/signature/api-check/
Dhiddenapi-filter.csv1 # These APIs were reverted from the blocklist to the non-SDK API list (b/168812851)
37 # This API was moved from blocklist to unsupported list (b/159022482)
/cts/tests/tests/identity/
DAndroid.bp47 // Can't use public/test API only because some tests use hidden API
/cts/hostsidetests/theme/
DREADME19 modified. They consist of API-specific sets of reference images representing
32 Reference images are typically only generated for new API revisions. To
86 A complete collection of reference images for a given API revision must include
115 As of API 24, the results will NOT be 100% reliable due to scaling artifacts.
/cts/tests/tests/telecom-cuj/
DAndroid.bp90 // Generates API docs for go/devsite.
92 // How API docs are generated:
/cts/tests/inputmethod/legacyimeclienttestlib/
DAndroid.bp24 // Note that several new APIs were added into InputConnection in API 9.
/cts/tests/tests/keystore/
DAndroid.bp87 // Can't use public/test API only because some tests use hidden API
/cts/tests/tests/speech/
DAndroid.bp35 // Needed for testing O API
/cts/libs/webkit-shared/
DREADME.md46 SDK tests using the API method `setTestEnvironment`.
157 Once you have added a new ActivityInvoker API, provide a wrapper API to SharedWebViewTestEnvironment
/cts/tests/tests/rscpp/
DAndroid.bp37 // at API level 35 (see b/297019750).
/cts/tests/signature/api-check/shared-libs-api/
DAndroid.bp78 // Generates a zip file containing the current public and system API files for shared libraries.
133 // Generates a zip file containing all the API files from previous releases >= 28 excluding the
/cts/tests/tests/renderscript/
DAndroid.bp41 // at API level 35 (see b/297019750).
/cts/tests/tests/rsblas/
DAndroid.bp42 // at API level 35 (see b/297019750).
/cts/tests/tests/car/src/android/car/cts/
DOWNERS34 # Comms API CTS files