Home
last modified time | relevance | path

Searched full:getservice (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/
DDnsImplTest.java150 dns = options.getService(); // creates DnsImpl in testCreateZone()
162 dns = options.getService(); // creates DnsImpl in testCreateZoneWithOptions()
175 dns = options.getService(); // creates DnsImpl in testGetZone()
187 dns = options.getService(); // creates DnsImpl in testGetZoneWithOptions()
199 dns = options.getService(); // creates DnsImpl in testDeleteZone()
207 dns = options.getService(); // creates DnsImpl in testGetProject()
218 dns = options.getService(); // creates DnsImpl in testProjectGetWithOptions()
233 dns = options.getService(); // creates DnsImpl in testGetChangeRequest()
252 dns = options.getService(); // creates DnsImpl in testGetChangeRequestWithOptions()
272 dns = options.getService(); // creates DnsImpl in testApplyChangeRequest()
[all …]
/external/perfetto/src/android_internal/
Datrace_hal.cc37 bool GetService() { in GetService() function
39 g_atraceHal = IAtraceDevice::getService(); in GetService()
49 if (!GetService()) in ListCategories()
69 if (!GetService()) in EnableCategories()
82 if (!GetService()) in DisableAllCategories()
/external/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/main/java/com/google/cloud/servicedirectory/v1/
Dgapic_metadata.json52 "GetService": { object
53 "methods": ["getService", "getService", "getService", "getServiceCallable"]
/external/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/main/java/com/google/cloud/servicedirectory/v1beta1/
Dgapic_metadata.json52 "GetService": { object
53 "methods": ["getService", "getService", "getService", "getServiceCallable"]
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/test/java/com/google/cloud/resourcemanager/
DResourceManagerImplTest.java68 RESOURCE_MANAGER_HELPER.getOptions().getService();
450 .getService(); in testRetryableException()
471 .getService(); in testNonRetryableException()
492 .getService(); in testRuntimeException()
522 .getService(); in testTestOrgPermissions()
542 .getService(); in testTestOrgPermissionsWithResourceManagerException()
562 .getService(); in testClearOrgPolicy()
576 .getService(); in testClearOrgPolicyWithResourceManagerException()
597 .getService(); in testGetEffectiveOrgPolicy()
619 .getService(); in testGetEffectiveOrgPolicyWithResourceManagerException()
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceManagerTest.java26 assertThat(ServiceManager.getService(Context.SENSOR_PRIVACY_SERVICE)).isNotNull(); in getSensorPrivacyService_notNull()
31 assertThat(ServiceManager.getService(Context.INPUT_METHOD_SERVICE)).isNotNull(); in getService_available_shouldReturnNonNull()
38 assertThat(ServiceManager.getService(Context.INPUT_METHOD_SERVICE)).isNull(); in getService_unavailable_shouldReturnNull()
61 IBinder b = ServiceManager.getService(Context.INPUT_METHOD_SERVICE); in getService_multipleThreads_binderRace()
DShadowPendingIntentTest.java123 PendingIntent pendingIntent = PendingIntent.getService(context, 99, intent, 0); in getService_shouldCreateIntentForBroadcast()
456 PendingIntent pendingIntent = PendingIntent.getService(context, 99, intent, FLAG_NO_CREATE); in getService_withFlagNoCreate_shouldReturnNullIfNoPendingIntentExists()
463 PendingIntent.getService(context, 99, intent, 0); in getService_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched()
464 assertThat(PendingIntent.getService(context, 98, intent, FLAG_NO_CREATE)).isNull(); in getService_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched()
470 PendingIntent.getService(context, 99, intent, 0); in getService_withFlagNoCreate_shouldReturnExistingIntent()
473 PendingIntent saved = PendingIntent.getService(context, 99, identical, FLAG_NO_CREATE); in getService_withFlagNoCreate_shouldReturnExistingIntent()
481 PendingIntent.getService(context, 99, intent, 0); in getService_withNoFlags_shouldReturnExistingIntent()
484 PendingIntent saved = PendingIntent.getService(context, 99, identical, 0); in getService_withNoFlags_shouldReturnExistingIntent()
564 PendingIntent pendingIntent = PendingIntent.getService(context, 99, intent, 0); in cancel_shouldRemovePendingIntentForService()
568 assertThat(PendingIntent.getService(context, 99, intent, FLAG_NO_CREATE)).isNull(); in cancel_shouldRemovePendingIntentForService()
[all …]
DShadowBluetoothGattTest.java327 assertThat(bluetoothGatt.getService(service1.getUuid())).isEqualTo(service1); in getService_afterAddService()
328 assertThat(bluetoothGatt.getService(service2.getUuid())).isNull(); in getService_afterAddService()
348 assertThat(descriptor.getCharacteristic().getService()).isNotNull(); in writeDescriptor()
396 assertThat(characteristicWithReadProperty.getService()).isNotNull(); in readIncomingCharacteristic_withCallbackAndServiceSet()
410 assertThat(characteristicWithReadProperty.getService()).isNotNull(); in readIncomingCharacteristic_withCallbackAndServiceSet_withValue()
425 assertThat(characteristicWithWriteProperties.getService()).isNotNull(); in readIncomingCharacteristic_withCallbackAndServiceSet_wrongProperty()
463 assertThat(characteristicWithWriteProperties.getService()).isNotNull(); in writeIncomingCharacteristic_withCallbackAndServiceSet()
478 assertThat(characteristicWithReadProperty.getService()).isNotNull(); in writeIncomingCharacteristic_withCallbackAndServiceSet_wrongProperty()
492 assertThat(characteristicWithWriteProperties.getService()).isNotNull(); in writeIncomingCharacteristic_correctlySetup_noValue()
508 assertThat(characteristicWithWriteProperties.getService()).isNotNull(); in writeIncomingCharacteristic_correctlySetup_withValue()
[all …]
/external/google-cloud-java/java-run/google-cloud-run/src/main/java/com/google/cloud/run/v2/
Dgapic_metadata.json94 "GetService": { object
95 "methods": ["getService", "getService", "getService", "getServiceCallable"]
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/spanner/snippets/
DSpannerSnippets.java39 Spanner spanner = options.getService(); in getDatabaseAdminClient()
49 Spanner spanner = options.getService(); in getDatabaseClient()
63 Spanner spanner = options.getService(); in getInstanceAdminClient()
73 Spanner spanner = options.getService(); in getBatchClient()
/external/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/
Dgapic_metadata.json43 "GetService": { object
44 "methods": ["getService", "getService", "getService", "getServiceCallable"]
/external/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/
Dgapic_metadata.json46 "GetService": { object
47 "methods": ["getService", "getService", "getService", "getServiceCallable"]
/external/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/
Dgapic_metadata.json46 "GetService": { object
47 "methods": ["getService", "getService", "getService", "getServiceCallable"]
/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
DServiceName.java58 service = Preconditions.checkNotNull(builder.getService()); in ServiceName()
66 service = Preconditions.checkNotNull(builder.getService()); in ServiceName()
74 service = Preconditions.checkNotNull(builder.getService()); in ServiceName()
84 public String getService() { in getService() method in ServiceName
283 public String getService() { in getService() method in ServiceName.Builder
322 public String getService() { in getService() method in ServiceName.OrganizationServiceBuilder
353 public String getService() { in getService() method in ServiceName.FolderServiceBuilder
DServiceLevelObjectiveName.java63 service = Preconditions.checkNotNull(builder.getService()); in ServiceLevelObjectiveName()
72 service = Preconditions.checkNotNull(builder.getService()); in ServiceLevelObjectiveName()
81 service = Preconditions.checkNotNull(builder.getService()); in ServiceLevelObjectiveName()
92 public String getService() { in getService() method in ServiceLevelObjectiveName
352 public String getService() { in getService() method in ServiceLevelObjectiveName.Builder
406 public String getService() { in getService() method in ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder
451 public String getService() { in getService() method in ServiceLevelObjectiveName.FolderServiceServiceLevelObjectiveBuilder
/external/google-cloud-java/java-service-management/google-cloud-service-management/src/main/java/com/google/cloud/api/servicemanagement/v1/
Dgapic_metadata.json28 "GetService": { object
29 "methods": ["getService", "getService", "getServiceCallable"]
/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/
DIBluetoothHciCallbacks.java60 * This will invoke the equivalent of the C++ getService(std::string) if retry is
66 …public static IBluetoothHciCallbacks getService(String serviceName, boolean retry) throws android.… in getService() method
67 …return IBluetoothHciCallbacks.asInterface(HwBinder.getService("android.hardware.bluetooth@1.0::IBl… in getService()
71 * Calls getService("default",retry).
73 … public static IBluetoothHciCallbacks getService(boolean retry) throws android.os.RemoteException { in getService() method
74 return getService("default", retry); in getService()
79 * started. See getService(String,boolean) instead.
82 …public static IBluetoothHciCallbacks getService(String serviceName) throws android.os.RemoteExcept… in getService() method
83 …return IBluetoothHciCallbacks.asInterface(HwBinder.getService("android.hardware.bluetooth@1.0::IBl… in getService()
88 * started. See getService(boolean) instead.
[all …]
DIBluetoothHci.java65 * This will invoke the equivalent of the C++ getService(std::string) if retry is
71 …public static IBluetoothHci getService(String serviceName, boolean retry) throws android.os.Remote… in getService() method
72 …return IBluetoothHci.asInterface(HwBinder.getService("android.hardware.bluetooth@1.0::IBluetoothHc… in getService()
76 * Calls getService("default",retry).
78 public static IBluetoothHci getService(boolean retry) throws android.os.RemoteException { in getService() method
79 return getService("default", retry); in getService()
84 * started. See getService(String,boolean) instead.
87 public static IBluetoothHci getService(String serviceName) throws android.os.RemoteException { in getService() method
88 …return IBluetoothHci.asInterface(HwBinder.getService("android.hardware.bluetooth@1.0::IBluetoothHc… in getService()
93 * started. See getService(boolean) instead.
[all …]
/external/aws-sdk-java-v2/core/auth-crt/src/test/java/software/amazon/awssdk/authcrt/signer/internal/
DSigningConfigProviderTest.java53 assertTrue(signingConfig.getService().equals(testCase.signingName)); in testBasicHeaderSigningConfiguration()
68 assertTrue(signingConfig.getService().equals(testCase.signingName)); in testBasicQuerySigningConfiguration()
101 assertTrue(signingConfig.getService().equals(testCase.signingName)); in testS3SigningConfiguration()
131 assertTrue(signingConfig.getService().equals(testCase.signingName)); in testS3PresigningConfiguration()
151 …assertThat(signingConfig.getService()).isEqualTo(executionAttributes.getAttribute(AwsSignerExecuti… in testChunkedSigningConfiguration()
/external/aws-sdk-java-v2/services/proton/src/main/resources/codegen-resources/
Dwaiters-2.json80 "operation" : "GetService",
107 "operation" : "GetService",
140 "operation" : "GetService",
179 "operation" : "GetService",
/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/
DIBluetoothHciCallbacks.java60 * This will invoke the equivalent of the C++ getService(std::string) if retry is
66 …public static IBluetoothHciCallbacks getService(String serviceName, boolean retry) throws android.… in getService() method
67 …return IBluetoothHciCallbacks.asInterface(HwBinder.getService("android.hardware.bluetooth@1.1::IBl… in getService()
71 * Calls getService("default",retry).
73 … public static IBluetoothHciCallbacks getService(boolean retry) throws android.os.RemoteException { in getService() method
74 return getService("default", retry); in getService()
79 * started. See getService(String,boolean) instead.
82 …public static IBluetoothHciCallbacks getService(String serviceName) throws android.os.RemoteExcept… in getService() method
83 …return IBluetoothHciCallbacks.asInterface(HwBinder.getService("android.hardware.bluetooth@1.1::IBl… in getService()
88 * started. See getService(boolean) instead.
[all …]
DIBluetoothHci.java65 * This will invoke the equivalent of the C++ getService(std::string) if retry is
71 …public static IBluetoothHci getService(String serviceName, boolean retry) throws android.os.Remote… in getService() method
72 …return IBluetoothHci.asInterface(HwBinder.getService("android.hardware.bluetooth@1.1::IBluetoothHc… in getService()
76 * Calls getService("default",retry).
78 public static IBluetoothHci getService(boolean retry) throws android.os.RemoteException { in getService() method
79 return getService("default", retry); in getService()
84 * started. See getService(String,boolean) instead.
87 public static IBluetoothHci getService(String serviceName) throws android.os.RemoteException { in getService() method
88 …return IBluetoothHci.asInterface(HwBinder.getService("android.hardware.bluetooth@1.1::IBluetoothHc… in getService()
93 * started. See getService(boolean) instead.
[all …]
/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/
Dgapic_metadata.json163 "GetService": { object
164 "methods": ["getService", "getService", "getService", "getServiceCallable"]
/external/google-cloud-java/google-cloud-examples/src/test/java/com/google/cloud/examples/translate/snippets/
DITTranslateSnippets.java59 translate = helper.getOptions().getService(); in beforeClass()
67 // Translate translate = TranslateOptions.getDefaultInstance().getService(); in testListSupportedLanguages()
91 // Translate translate = TranslateOptions.getDefaultInstance().getService(); in testListSupportedLanguagesWithTarget()
128 // Translate translate = TranslateOptions.getDefaultInstance().getService(); in testDetectLanguageOfTextList()
193 // Translate translate = TranslateOptions.getDefaultInstance().getService(); in testTranslateText()
/external/google-cloud-java/java-translate/
D.readme-partials.yaml18 Translate translate = TranslateOptions.getDefaultInstance().getService();
23 …methods on the Translation service created via `TranslateOptions.getDefaultInstance().getService()…
27 Translate translate = TranslateOptions.newBuilder().setApiKey("myKey").build().getService();

12345678910>>...26