Home
last modified time | relevance | path

Searched defs:testService (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
DAppComponentFactoryTest.java55 public void testService() { in testService() method in AppComponentFactoryTest
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39808/src/android/security/cts/CVE_2021_39808/
DDeviceTest.java42 public void testService() { in testService() method in DeviceTest
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39701/src/android/security/cts/CVE_2021_39701/
DDeviceTest.java53 public void testService() { in testService() method in DeviceTest
/cts/tests/app/src/android/app/cts/
DAttributionTagsTest.java90 public void testService() throws Exception { in testService() method in AttributionTagsTest
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DAbstractRecognitionServiceTest.java341 RecognitionService testService = new CtsRecognitionService(); in testRecognitionServiceConcurrencyLimitValidity() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt131 private lateinit var testService: IAppOpsUserService in nativeNoteOp() variable in android.app.appops.cts.AppOpsLoggingTest
991 val testService: IAppOpsUserService? = null in nativeNoteOp() constant in android.app.appops.cts.AppOpsLoggingTest
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java2438 final ITestReceiver testService = bindToTestService(); in isAppInactiveAsPermissionlessApp() local