Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/model/
H A DServiceTest.java56 Service testService = testServiceBuilder.setDefaultHost(defaultHost).build(); in apiShortName_shouldReturnApiShortNameIfHostContainsRegionalEndpoint() local
63 Service testService = testServiceBuilder.setDefaultHost(defaultHost).build(); in apiShortName_shouldReturnApiShortName() local
70 Service testService = testServiceBuilder.setDefaultHost(defaultHost).build(); in apiShortName_shouldReturnApiShortNameForIam() local
77 Service testService = testServiceBuilder.setDefaultHost(defaultHost).build(); in apiShortName_shouldReturnHostIfNoPeriods() local
84 Service testService = testServiceBuilder.setProtoPakkage(protoPackage).build(); in apiVersion_shouldReturnVersionIfMatch() local
91 Service testService = testServiceBuilder.setProtoPakkage(protoPackage).build(); in apiVersion_shouldReturnEmptyIfNoMatch() local
98 Service testService = testServiceBuilder.setMethods(ImmutableList.of()).build(); in hasAnyEnabledMethodsForTransport_shouldReturnFalseForEmptyMethodListForBothTransports() local
177 Service testService = testServiceBuilder.build(); in hasAnyEnabledMethodsForTransport_shouldThrowExceptionForGRPCRESTTransport() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsUpgradeTest.java199 AppOpsCheckingServiceImpl testService = new AppOpsCheckingServiceImpl(sAppOpsFile, mLock, in upgradeRunAnyInBackground() local
209 private void assertSameModes(AppOpsCheckingServiceImpl testService, int op1, int op2) { in assertSameModes()
262 AppOpsCheckingServiceImpl testService = new AppOpsCheckingServiceImpl(sAppOpsFile, mLock, in upgradeScheduleExactAlarm() local
326 AppOpsCheckingServiceImpl testService = new AppOpsCheckingServiceImpl(sAppOpsFile, mLock, in resetUseFullScreenIntent() local
352 AppOpsCheckingServiceImpl testService = spy(new AppOpsCheckingServiceImpl(sAppOpsFile, in upgradeFromNoFile() local
383 AppOpsCheckingServiceImpl testService = spy(new AppOpsCheckingServiceImpl(sAppOpsFile, in upgradeFromNoVersion() local
410 AppOpsCheckingServiceImpl testService = spy(new AppOpsCheckingServiceImpl(sAppOpsFile, in upgradeFromVersion1() local
437 AppOpsCheckingServiceImpl testService = spy(new AppOpsCheckingServiceImpl(sAppOpsFile, in resetFromVersion3() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A 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
H A DDomainSelectionServiceConnector.java84 TestDomainSelectionService testService = getTestService(); in waitForPackageUnbind() local
/aosp_15_r20/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/
H A DGrpcServerRuleTest.java56 TestServiceImpl testService = new TestServiceImpl(); in serverAllowsServicesToBeAddedViaServiceRegistry_withoutDirectExecutor() local
75 TestServiceImpl testService = new TestServiceImpl(); in serviceIsNotRunOnSameThreadAsTest_withoutDirectExecutor() local
106 TestServiceImpl testService = new TestServiceImpl(); in serverAllowsServicesToBeAddedViaServiceRegistry_withDirectExecutor() local
125 TestServiceImpl testService = new TestServiceImpl(); in serviceIsRunOnSameThreadAsTest_withDirectExecutor() local
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxedSdkContextUnitTest.java178 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_notRegistered_delegatesToBaseContext() local
203 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_registered_mutatesService() local
280 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testCreateContextWithNewBase() local
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/
H A DComposerTest.java110 Service testService = in composeSamples_parseProtoPackage() local
155 private List<GapicClass> getTestClassListFromService(Service testService) { in getTestClassListFromService()
/aosp_15_r20/cts/tests/credentials/src/android/credentials/cts/
H A DCtsCredentialProviderServiceDeviceTest.java768 ComponentName testService = new ComponentName(CTS_PACKAGE_NAME, CLASS_NAME); in testIsEnabledCredentialProviderService_isEnabled_primary() local
774 ComponentName testService = new ComponentName(CTS_PACKAGE_NAME, CLASS_NAME); in testIsEnabledCredentialProviderService_isEnabled_secondary() local
780 ComponentName testService = new ComponentName(CTS_PACKAGE_NAME, "com.android.TestService"); in testIsEnabledCredentialProviderService_isDisabled() local
/aosp_15_r20/external/testng/src/test/java/test/guice/
H A DGuiceParentModuleTest.java20 public void testService() { in testService() method in GuiceParentModuleTest
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DCircularParcelable.h36 std::shared_ptr<::aidl::android::aidl::tests::ITestService> testService; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DCircularParcelable.h36 std::shared_ptr<::aidl::android::aidl::tests::ITestService> testService; variable
/aosp_15_r20/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
H A DAppComponentFactoryTest.java55 public void testService() { in testService() method in AppComponentFactoryTest
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39808/src/android/security/cts/CVE_2021_39808/
H A DDeviceTest.java42 public void testService() { in testService() method in DeviceTest
/aosp_15_r20/device/google/cuttlefish/shared/minidroid/sample/
Dserver.cpp46 auto testService = ndk::SharedRefBase::make<TestService>(); in start_test_service() local
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DInjectionTest.java442 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
655 DoubleInjectService testService = Robolectric.setupService(DoubleInjectService.class); in testServiceDoesNotInjectTwice() local
H A DOptionalInjectWithoutHiltTest.java134 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
H A DOptionalInjectWithHiltTest.java207 TestService testService = Robolectric.setupService(TestService.class); in testServiceInjection() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DCircularParcelable.java12 public android.aidl.tests.ITestService testService; field in CircularParcelable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DCircularParcelable.java12 public android.aidl.tests.ITestService testService; field in CircularParcelable
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39701/src/android/security/cts/CVE_2021_39701/
H A DDeviceTest.java53 public void testService() { in testService() method in DeviceTest
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DAttributionTagsTest.java90 public void testService() throws Exception { in testService() method in AttributionTagsTest
/aosp_15_r20/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/
H A DRequiresPermissionCheckerTest.java139 public void testService() { in testService() method in RequiresPermissionCheckerTest
/aosp_15_r20/frameworks/native/libs/gui/tests/testserver/
H A DTestServer.cpp100 sp<TestServiceImpl> testService = sp<TestServiceImpl>::make(name); in TestServerMain() local
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py45 def testService(self): member in FooUnitTest
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py45 def testService(self): member in FooUnitTest

12