Searched refs:shared (Results 1 – 25 of 112) sorted by relevance
12345
/cts/tests/JobSchedulerSharedUid/jobperm/ |
D | README.txt | 1 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/ |
D | Android.bp | 37 // 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/ |
D | README.md | 4 should be shared with the WebView SDK Runtime tests. 7 to create a shared library.
|
/cts/libs/webkit-shared/ |
D | README.md | 8 [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/ |
D | Android.bp | 21 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/ |
D | Shared_getBindingUidImportance.java | 16 package android.app.stubs.shared;
|
D | ICloseSystemDialogsTestsService.aidl | 17 package android.app.stubs.shared;
|
D | FakeView.java | 17 package android.app.stubs.shared;
|
D | FutureServiceConnection.java | 17 package android.app.stubs.shared;
|
D | NotificationHostActivity.kt | 16 package android.app.stubs.shared
|
/cts/tests/app/shared/ |
D | README.md | 1 Code here is shared between the test (CtsAppTestCases) and the apps (CtsAppTestStubs,
|
/cts/tests/framework/base/windowmanager/shared/ |
D | README.md | 1 Code here is shared between the test helper apps (CtsDeviceServicesTestApp) and the test
|
/cts/tests/tests/rscpp/librscpptest/ |
D | instance.rscript | 1 #include "shared.rsh"
|
D | vector.rscript | 1 #include "shared.rsh"
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | instance.rscript | 1 #include "shared.rsh"
|
D | group1.rscript | 4 #include "shared.rsh"
|
D | struct_object.rscript | 1 #include "shared.rsh"
|
D | struct_array.rscript | 1 #include "shared.rsh"
|
D | rsallocationcopy.rscript | 1 #include "shared.rsh"
|
D | struct_pad.rscript | 1 #include "shared.rsh"
|
D | oob.rscript | 1 #include "shared.rsh"
|
/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/ |
D | IUntrustedTouchTestService.aidl | 17 package android.server.wm.shared;
|
/cts/tests/app/app/src/android/app/stubs/ |
D | Receiver_getBindingUidImportance.java | 18 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/ |
D | Android.bp | 23 manifest: "shared/AndroidManifest.xml", 24 resource_dirs: ["shared/res"],
|
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/ |
D | NotificationManager28Test.java | 30 import android.app.stubs.shared.NotificationHelper; 31 import android.app.stubs.shared.TestNotificationListener;
|
12345