HomeSort by relevance Sort by last modified time
    Searched full:service (Results 4351 - 4375 of 11175) sorted by null

<<171172173174175176177178179180>>

  /external/libnfc-nci/src/nfc/include/
tags_defs.h 235 UINT16 service_code; /* Block service code. Set to T3T_SERVICE_CODE_NDEF (0x000B) for NDEF data */
263 #define T3T_MSG_NDEF_SC_RO 0x000B /* Service code: read-only NDEF */
264 #define T3T_MSG_NDEF_SC_RW 0x0009 /* Service code: read/write NDEF */
274 #define T3T_MSG_OFFSET_SERVICE_CODE_LIST 10 /* offset of Service Code List parameter in UPDATE/CHECK messages */
276 #define T3T_MSG_SERVICE_LIST_MASK 0x0F /* service code list mask */
  /external/libppp/src/
filter.c 76 ParsePort(const char *service, const char *proto)
82 servent = getservbyname(service, proto);
86 port = strtol(service, &cp, 0);
87 if (cp == service) {
89 service);
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 622 " @InjectMocks Service service = new Service();",
623 " @InjectMocks Service service;",
    [all...]
  /external/protobuf/
CHANGES.txt 9 * The generic RPC service code generated by the C++, Java, and Python
191 * Generated service classes now also generate pure interfaces. For a service
192 Foo, Foo.Interface is a pure interface containing all of the service's
380 * Fix Python service CallMethod() implementation.
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 414 * Returns true if Entity Caps are supported by the local service/server
429 * the local users discover info (mostly the service discovery
579 // 2. Sort the service discovery identities by category and then by
604 // 4. Sort the supported service discovery features.
621 // 6. If the service discovery information response includes
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 459 * @dbus_service: DBus service name to register with
490 /* Register our service with the message bus */
500 wpa_printf(MSG_ERROR, "dbus: Could not request service name: "
504 wpa_printf(MSG_ERROR, "dbus: Could not request service name: "
513 wpa_printf(MSG_DEBUG, "Providing DBus service '%s'.", dbus_service);
  /frameworks/base/core/java/android/app/
AlarmManager.java 40 * is possible that the phone will sleep before the requested service is launched.
41 * To prevent this, your BroadcastReceiver and Service will need to implement a
43 * service becomes available.
109 AlarmManager(IAlarmManager service, Context ctx) {
110 mService = service;
ActivityThread.java 169 final ArrayMap<IBinder, Service> mServices
170 = new ArrayMap<IBinder, Service>();
736 // Setup the service cache in the ServiceManager
2537 Service service = null; local
4228 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); local
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 182 * <li> The {@link android.app.Service#onStartCommand
183 * Service.onStartCommand} function will return the new
184 * {@link android.app.Service#START_STICKY} behavior instead of the
185 * old compatibility {@link android.app.Service#START_STICKY_COMPATIBILITY}.
244 * its components (activity, receiver, service, provider), this
  /frameworks/base/core/res/res/values/
attrs_manifest.xml 38 components), or with the activity, receiver, service, or instrumentation
54 components), or with the activity, receiver, service, or instrumentation
68 service, or instrumentation tag (to supply a specific logo for that
293 and service components that do not specify any intent filters; it
294 is true for activity, receiver, and service components that do
303 with this component (by binding to a service for example) those processes will
315 application components), or with the activity, receiver, service,
    [all...]
  /frameworks/base/docs/html/sdk/
terms.jd 44 3.7 Nothing in this License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
60 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
84 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
98 (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
terms_body.html 86 trademarks, service marks, logos, domain names, or other distinctive brand features.
131 applicable third party contract or Terms of Service, or any applicable law or regulation, and for
193 to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create
195 Terms of Service.
229 the country in which you are resident or from which you use the service, or the provision of the SDK
win-usb.jd 52 3.7 Nothing in this License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
68 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
92 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
106 (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
  /frameworks/base/docs/html/tools/publishing/
preparing.jd 123 <p>You may also have to obtain other release keys if your application accesses a service or uses a
129 library</a>, you will need to register your application with the Google Maps service and obtain
284 URL or path for the server or service and not a test URL or path.</p>
293 <p>For more information about Google Play Licensing Service and how to use it in your
339 <p>Also, if your application fetches content from a remote server or a real-time service (such as a
  /frameworks/base/services/java/com/android/server/content/
ContentService.java 142 // The content service only throws security exceptions, so let's
145 Slog.wtf(TAG, "Content Service Crash", e);
732 ContentService service = new ContentService(context, factoryTest); local
733 ServiceManager.addService(ContentResolver.CONTENT_SERVICE_NAME, service);
734 return service;
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsMessage.java 36 * A Short Message Service message.
404 * @param scAddress Service Centre address. Null means use default.
428 * @param scAddress Service Centre address. null == use default
454 * Returns the address of the SMS service center that relayed this message
517 * Returns the service centre timestamp in currentTimeMillis() format
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 586 private Provider.Service serv;
590 serv = new Provider.Service(this, "CertificateFactory", "X.509",
594 public synchronized Set<Provider.Service> getServices() {
595 HashSet<Provider.Service> s = new HashSet<Service>();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 24 import android.app.Service;
51 public final class DockService extends Service implements ServiceListener {
107 // is severed. One exception is that mDevice could be null if the service
388 // would be too late to register a service listener.
    [all...]
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 77 * Fragment with print service settings.
171 ComponentName service = ComponentName.unflattenFromString(preferenceKey); local
174 services.add(service);
176 services.remove(service);
332 // service label. Therefore, we do it ourselves.
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 229 public MailFactory(Context context, Intent intent, WidgetService service) {
262 mService = service;
347 // 1) The Service is started and the loader is started in onCreate()
348 // This will happen when the service is not running, and
350 // 2) The service is running, with a previously created loader. The loader is watching
  /packages/services/Telephony/res/values/
strings.xml 141 <!-- Call setting screen, nework service setting name -->
142 <string name="labelNwService">Network service settings</string>
269 <string name="sum_voicemail_choose_provider">Choose voicemail service</string>
    [all...]
  /frameworks/base/core/res/res/values-en-rGB/
strings.xml 39 <string name="serviceEnabled" msgid="8147278346414714315">"Service was enabled."</string>
40 <string name="serviceEnabledFor" msgid="6856228140453471041">"Service was enabled for:"</string>
41 <string name="serviceDisabled" msgid="1937553226592516411">"Service has been disabled."</string>
77 <string name="serviceNotProvisioned" msgid="8614830180508686666">"Service not provisioned."</string>
80 <string name="RestrictedOnData" msgid="8653794784690065540">"Data service is blocked."</string>
81 <string name="RestrictedOnEmergency" msgid="6581163779072833665">"Emergency service is blocked."</string>
82 <string name="RestrictedOnNormal" msgid="4953867011389750673">"Voice service is blocked."</string>
84 <string name="RestrictedOnSms" msgid="8314352327461638897">"SMS service is blocked."</string>
105 <string name="roamingText9" msgid="7969296811355152491">"Roaming - Full Service Functionality"</string>
106 <string name="roamingText10" msgid="3992906999815316417">"Roaming - Partial Service Functionality"</string
    [all...]
  /frameworks/base/core/res/res/values-en-rIN/
strings.xml 39 <string name="serviceEnabled" msgid="8147278346414714315">"Service was enabled."</string>
40 <string name="serviceEnabledFor" msgid="6856228140453471041">"Service was enabled for:"</string>
41 <string name="serviceDisabled" msgid="1937553226592516411">"Service has been disabled."</string>
77 <string name="serviceNotProvisioned" msgid="8614830180508686666">"Service not provisioned."</string>
80 <string name="RestrictedOnData" msgid="8653794784690065540">"Data service is blocked."</string>
81 <string name="RestrictedOnEmergency" msgid="6581163779072833665">"Emergency service is blocked."</string>
82 <string name="RestrictedOnNormal" msgid="4953867011389750673">"Voice service is blocked."</string>
84 <string name="RestrictedOnSms" msgid="8314352327461638897">"SMS service is blocked."</string>
105 <string name="roamingText9" msgid="7969296811355152491">"Roaming - Full Service Functionality"</string>
106 <string name="roamingText10" msgid="3992906999815316417">"Roaming - Partial Service Functionality"</string
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.0.jd 258 one from the phone?s service provider and others from VoIP or other alternative voice
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/appstate/
AppStateClient.html 596 Android Backup Service</a>
831 <td class="jd-descrcol" width="100%">The AppStateClient is in an inconsistent state and must reconnect to the service to resolve
954 <div class="jd-descrdiv">Connect to the app state service.</div>
1044 <div class="jd-descrdiv">Checks if the client is currently connected to the service, so that
1063 <div class="jd-descrdiv">Checks if the client is attempting to connect to the service.</div>
    [all...]

Completed in 3519 milliseconds

<<171172173174175176177178179180>>