Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 112) sorted by relevance

12345

/cts/tests/JobSchedulerSharedUid/jobperm/
DREADME.txt1 This APK uses the same shared UID as CtsJobSchedulerSharedUidTestCases. It has no code but exists f…
2 a shared-UID tests.
/cts/tests/signature/api-check/shared-libs-api/
DAndroid.bp37 // the classes provided by the android.test.base or android.test.runner shared libraries.
42 ":cts-shared-libs-names.txt",
43 ":CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-current.api",
44 ":CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-previous.api",
68 name: "cts-shared-libs-names.txt",
73 "shared-libs-names.txt",
78 // Generates a zip file containing the current public and system API files for shared libraries.
80 name: "CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-current.api",
114 "shared-libs-all-current.api.zip",
136 name: "CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-previous.api",
[all …]
/cts/tests/tests/webkit/shared/
DREADME.md4 should be shared with the WebView SDK Runtime tests.
7 to create a shared library.
/cts/libs/webkit-shared/
DREADME.md8 [design](go/shared-sdk-sandbox-webview-tests) (*only visible to Googlers)
20 3, "Converting a test to shared"
83 Congratulations! Your webkit tests are now shared with your SDK Runtime tests!
85 ### 3. Converting a test to shared
87 You need to do two things when you are making a test shared:
96 or needs to be shared between the SDK runtime and the activity based tests,
100 `//cts/libs/webkit-shared/src/android/webkit/cts/SharedWebViewTestEnvironment.java`
102 First convert any direct references to any variable that should come from the shared test
129 Next you will invoke this shared test from your SDK JUnit test suite. An example of a JUnit
152 ActivityInvoker (`//cts/libs/webkit-shared/src/android/webkit/cts/IActivityInvoker.aidl`)
/cts/tests/netsecpolicy/
DAndroid.bp21 srcs: ["usescleartexttraffic-shared/src/**/*.java"],
34 srcs: ["usescleartexttraffic-shared/src/**/*.java"],
47 srcs: ["usescleartexttraffic-shared/src/**/*.java"],
/cts/tests/app/shared/src/android/app/stubs/shared/
DShared_getBindingUidImportance.java16 package android.app.stubs.shared;
DICloseSystemDialogsTestsService.aidl17 package android.app.stubs.shared;
DFakeView.java17 package android.app.stubs.shared;
DFutureServiceConnection.java17 package android.app.stubs.shared;
DNotificationHostActivity.kt16 package android.app.stubs.shared
/cts/tests/app/shared/
DREADME.md1 Code here is shared between the test (CtsAppTestCases) and the apps (CtsAppTestStubs,
/cts/tests/framework/base/windowmanager/shared/
DREADME.md1 Code here is shared between the test helper apps (CtsDeviceServicesTestApp) and the test
/cts/tests/tests/rscpp/librscpptest/
Dinstance.rscript1 #include "shared.rsh"
Dvector.rscript1 #include "shared.rsh"
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dinstance.rscript1 #include "shared.rsh"
Dgroup1.rscript4 #include "shared.rsh"
Dstruct_object.rscript1 #include "shared.rsh"
Dstruct_array.rscript1 #include "shared.rsh"
Drsallocationcopy.rscript1 #include "shared.rsh"
Dstruct_pad.rscript1 #include "shared.rsh"
Doob.rscript1 #include "shared.rsh"
/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/
DIUntrustedTouchTestService.aidl17 package android.server.wm.shared;
/cts/tests/app/app/src/android/app/stubs/
DReceiver_getBindingUidImportance.java18 import static android.app.stubs.shared.Shared_getBindingUidImportance.ACTION_TEST_PROVIDER;
19 import static android.app.stubs.shared.Shared_getBindingUidImportance.ACTION_TEST_SERVICE_BINDING;
/cts/tests/tests/webkit/
DAndroid.bp23 manifest: "shared/AndroidManifest.xml",
24 resource_dirs: ["shared/res"],
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java30 import android.app.stubs.shared.NotificationHelper;
31 import android.app.stubs.shared.TestNotificationListener;

12345