Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceTestOnMockModem.java226 TestDomainSelectionService testService = sServiceConnector.getTestService(); in testDomainSelectionServiceEmergencyCallCanceled() local
251 TestDomainSelectionService testService = sServiceConnector.getTestService(); in testDomainSelectionServiceEmergencyCallTerminateSelection() local
273 TestDomainSelectionService testService = sServiceConnector.getTestService(); in testDomainSelectionServiceEmergencyCallReselectDomain() local
316 TestDomainSelectionService testService = sServiceConnector.getTestService(); in testDomainSelectionServiceEmergencyCall() local
360 TestDomainSelectionService testService = sServiceConnector.getTestService(); in testDomainSelectionServiceEmergencyNetworkScan() local
DDomainSelectionServiceConnector.java84 TestDomainSelectionService testService = getTestService(); in waitForPackageUnbind() local
/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/credentials/src/android/credentials/cts/
DCtsCredentialProviderServiceDeviceTest.java767 ComponentName testService = new ComponentName(CTS_PACKAGE_NAME, CLASS_NAME); in testIsEnabledCredentialProviderService_isEnabled_primary() local
773 ComponentName testService = new ComponentName(CTS_PACKAGE_NAME, CLASS_NAME); in testIsEnabledCredentialProviderService_isEnabled_secondary() local
779 ComponentName testService = new ComponentName(CTS_PACKAGE_NAME, "com.android.TestService"); in testIsEnabledCredentialProviderService_isDisabled() local
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DAbstractRecognitionServiceTest.java356 RecognitionService testService = new CtsRecognitionService(); in testRecognitionServiceConcurrencyLimitValidity() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt133 private lateinit var testService: IAppOpsUserService in nativeNoteOp() variable in android.app.appops.cts.AppOpsLoggingTest
997 val testService: IAppOpsUserService? = null in nativeNoteOp() constant in android.app.appops.cts.AppOpsLoggingTest
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java1406 private static PendingIntent generatePendingIntent(TestServiceClient testService, in generatePendingIntent()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java2847 final ITestReceiver testService = bindToTestService(); in isAppInactiveAsPermissionlessApp() local