HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 176 - 200 of 3439) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/euicc/
IGetProfileCallback.aidl 18 import android.service.euicc.EuiccProfileInfo;
ISwitchToProfileCallback.aidl 18 import android.service.euicc.EuiccProfileInfo;
  /frameworks/base/tests/Assist/src/com/android/test/assist/
AssistInteractionSessionService.java 20 import android.service.voice.VoiceInteractionSession;
21 import android.service.voice.VoiceInteractionSessionService;
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSessionService.java 20 import android.service.voice.VoiceInteractionSession;
21 import android.service.voice.VoiceInteractionSessionService;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapUtils.java 24 static void setMnsService(MnsService service) {
25 sMnsService = service;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IAccountService.aidl 17 package com.android.emailcommon.service;
IEmailServiceCallback.aidl 18 package com.android.emailcommon.service;
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 356 * device are requested to be fetched using Service Discovery Protocol
845 final IBluetooth service = sService; local
846 if (service == null) {
851 String name = service.getRemoteName(this);
870 final IBluetooth service = sService; local
871 if (service == null) {
876 return service.getRemoteType(this);
891 final IBluetooth service = sService; local
892 if (service == null) {
897 return service.getRemoteAlias(this)
915 final IBluetooth service = sService; local
956 final IBluetooth service = sService; local
981 final IBluetooth service = sService; local
1014 final IBluetooth service = sService; local
1052 final IBluetooth service = sService; local
1067 final IBluetooth service = sService; local
1111 final IBluetooth service = sService; local
1140 final IBluetooth service = sService; local
1167 final IBluetooth service = sService; local
1190 final IBluetooth service = sService; local
1214 final IBluetooth service = sService; local
1234 final IBluetooth service = sService; local
1261 final IBluetooth service = sService; local
1289 final IBluetooth service = sService; local
1324 final IBluetooth service = sService; local
1344 final IBluetooth service = sService; local
1374 final IBluetooth service = sService; local
1399 final IBluetooth service = sService; local
1439 final IBluetooth service = sService; local
1463 final IBluetooth service = sService; local
1483 final IBluetooth service = sService; local
1505 final IBluetooth service = sService; local
1525 final IBluetooth service = sService; local
1547 final IBluetooth service = sService; local
    [all...]
BluetoothPbapClient.java 66 Log.d(TAG, "Unbinding service...");
81 Log.d(TAG, "Binding service...");
120 Log.e(TAG, "Could not bind to Bluetooth PBAP Client Service with " + intent);
135 * Close the connection to the backing service.
176 final IBluetoothPbapClient service = mService; local
177 if (service != null && isEnabled() && isValidDevice(device)) {
179 return service.connect(device);
185 if (service == null) {
186 Log.w(TAG, "Proxy not attached to service");
201 final IBluetoothPbapClient service = mService local
228 final IBluetoothPbapClient service = mService; local
253 final IBluetoothPbapClient service = mService; local
278 final IBluetoothPbapClient service = mService; local
348 final IBluetoothPbapClient service = mService; local
381 final IBluetoothPbapClient service = mService; local
    [all...]
BluetoothA2dpSink.java 36 * Service via IPC. Use {@link BluetoothAdapter#getProfileProxy} to get
136 if (VDBG) Log.d(TAG, "Unbinding service...");
149 if (VDBG) Log.d(TAG, "Binding service...");
162 * Bluetooth A2DP service.
186 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
243 final IBluetoothA2dpSink service = mService; local
244 if (service != null && isEnabled() && isValidDevice(device)) {
246 return service.connect(device);
252 if (service == null) Log.w(TAG, "Proxy not attached to service");
283 final IBluetoothA2dpSink service = mService; local
302 final IBluetoothA2dpSink service = mService; local
321 final IBluetoothA2dpSink service = mService; local
340 final IBluetoothA2dpSink service = mService; local
366 final IBluetoothA2dpSink service = mService; local
396 final IBluetoothA2dpSink service = mService; local
428 final IBluetoothA2dpSink service = mService; local
449 final IBluetoothA2dpSink service = mService; local
    [all...]
BluetoothMapClient.java 80 if (VDBG) Log.d(TAG, "Unbinding service...");
93 if (VDBG) Log.d(TAG, "Binding service...");
129 Log.e(TAG, "Could not bind to Bluetooth MAP MCE Service with " + intent);
144 * Close the connection to the backing service.
175 * currently connected to the Map service.
179 final IBluetoothMapClient service = mService; local
180 if (service != null) {
182 return service.isConnected(device);
187 Log.w(TAG, "Proxy not attached to service");
199 final IBluetoothMapClient service = mService local
221 final IBluetoothMapClient service = mService; local
241 final IBluetoothMapClient service = mService; local
262 final IBluetoothMapClient service = mService; local
283 final IBluetoothMapClient service = mService; local
307 final IBluetoothMapClient service = mService; local
336 final IBluetoothMapClient service = mService; local
364 final IBluetoothMapClient service = mService; local
384 final IBluetoothMapClient service = mService; local
    [all...]
  /test/vts/utils/python/hal/
hal_service_name_utils.py 28 """Determine whether to run a VTS test against a HAL and get the service
33 hal: string, the FQName of a HAL service, e.g.,
40 a set containing all service names for the given HAL.
66 """Enum for service name combination mode"""
79 service_instances: dictionary, mapping of each service and the
80 corresponding service name(s).
85 A list of service instance combinations.
100 Create full permutation for registered service instances, e.g.
107 service_instances: dictionary, mapping of each service and the
108 corresponding service name(s)
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
BadAutofillService.java 19 import android.service.autofill.AutofillService;
20 import android.service.autofill.FillCallback;
21 import android.service.autofill.FillRequest;
22 import android.service.autofill.SaveCallback;
23 import android.service.autofill.SaveRequest;
NoOpAutofillService.java 19 import android.service.autofill.AutofillService;
20 import android.service.autofill.FillCallback;
21 import android.service.autofill.FillRequest;
22 import android.service.autofill.SaveCallback;
23 import android.service.autofill.SaveRequest;
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ManagedServicesTest.java 145 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
149 service.onSettingRestored(
150 service.getConfig().secureSettingName,
154 verifyExpectedApprovedEntries(service, true);
157 service.onSettingRestored(service.getConfig().secondarySettingName,
161 verifyExpectedApprovedEntries(service);
194 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
199 service.onSettingRestored(
200 service.getConfig().secureSettingName
234 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
252 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
272 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
298 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
358 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
385 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
422 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, mIpm, local
446 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
462 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
479 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
552 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
583 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, mIpm, local
610 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, mIpm, local
620 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, local
    [all...]
  /external/curl/docs/cmdline-opts/
socks5-gssapi-service.d 1 Long: socks5-gssapi-service
3 Help: SOCKS5 proxy service name for GSS-API
6 The default service name for a socks server is rcmd/server-fqdn. This option
9 Examples: --socks5 proxy-name --socks5-gssapi-service sockd would use
10 sockd/proxy-name --socks5 proxy-name --socks5-gssapi-service sockd/real-name
  /frameworks/base/core/java/android/nfc/cardemulation/
NfcFCardEmulation.java 55 private NfcFCardEmulation(Context context, INfcFCardEmulation service) {
57 sService = service;
92 // Get card emu service
93 INfcFCardEmulation service = adapter.getNfcFCardEmulationService(); local
94 if (service == null) {
98 manager = new NfcFCardEmulation(context, service);
105 * Retrieves the current System Code for the specified service.
113 * @param service The component name of the service
116 public String getSystemCodeForService(ComponentName service) throws RuntimeException
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceThreadTest.java 76 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
85 return service.getDisplayNames(locale, col, null);
122 protected ICUService service; field in class:ICUServiceThreadTest.TestThread
125 public TestThread(String name, ICUService service, long delay) {
127 this.service = service;
197 RegisterFactoryThread(String name, ICUService service, long delay) {
198 super("REG " + name, service, delay);
204 service.registerFactory(f);
213 UnregisterFactoryThread(String name, ICUService service, long delay)
417 ICUService service = new ICULocaleService(); local
431 ICUService service = new ICULocaleService(); local
461 ICUService service = new ICULocaleService(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceThreadTest.java 73 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
82 return service.getDisplayNames(locale, col, null);
119 protected ICUService service; field in class:ICUServiceThreadTest.TestThread
122 public TestThread(String name, ICUService service, long delay) {
124 this.service = service;
194 RegisterFactoryThread(String name, ICUService service, long delay) {
195 super("REG " + name, service, delay);
201 service.registerFactory(f);
210 UnregisterFactoryThread(String name, ICUService service, long delay)
414 ICUService service = new ICULocaleService(); local
428 ICUService service = new ICULocaleService(); local
458 ICUService service = new ICULocaleService(); local
    [all...]
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 22 # Time to wait after DHCP negotiation completes until service is marked
31 def configure_static_ip(self, service, params):
36 @param service object the Service DBus interface to configure.
37 @param params list of static parameters to set on the service.
49 service.SetProperty('StaticIP.Address', static_ip_address)
50 service.SetProperty('StaticIP.Prefixlen', prefix_len)
54 service.SetProperty('StaticIP.NameServers',
58 service.Disconnect()
59 service.Connect(
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowServiceTest.java 8 import android.app.Service;
24 private MyService service ; field in class:ShadowServiceTest
33 service = Robolectric.setupService(MyService.class);
34 shadow = shadowOf(service);
35 notBuilder = new Notification.Builder(service)
45 service.bindService(new Intent("dummy"), conn, 0);
47 service.unbindService(conn);
54 service.unbindService(conn);
61 service.unbindService(conn);
67 service.startForeground(23, n)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 212 // A payment service may have been removed, leaving only one;
216 for (ApduServiceInfo service : services) {
217 if (service.hasCategory(CardEmulation.CATEGORY_PAYMENT)) {
219 lastFoundPaymentService = service.getComponent();
223 // More than one service left, leave default unset
224 if (DBG) Log.d(TAG, "No default set, more than one service left.");
226 // Make single found payment service the default
227 if (DBG) Log.d(TAG, "No default set, making single service default.");
232 if (DBG) Log.d(TAG, "No default set, last payment service removed.");
248 ComponentName service = ComponentName.unflattenFromString(name) local
    [all...]

Completed in 1076 milliseconds

1 2 3 4 5 6 78 91011>>