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

<<161162163164165166167168169170>>

  /packages/services/Telephony/src/com/android/phone/
MMIDialogActivity.java 36 * Used to display a dialog from within the Telephony service when running an USSD code
PhoneGlobals.java 261 // Starts the SIP service. It's a no-op if SIP API is not supported
263 // TODO: Having the phone process host the SIP service is only
437 // get a handle to the service so that we can use it later when we
484 // Service used by in-call UI to control calls
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtc.h 4 * service. It is used with both the legacy mc146818 and also EFI
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_tags.h 77 #define TAG_UPDATES 2051 /* Updates to this service */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 4 * service. It is used with both the legacy mc146818 and also EFI
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_tags.h 77 #define TAG_UPDATES 2051 /* Updates to this service */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
minors.h 104 MODULE_ALIAS("sound-service-?-" __stringify(type))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 4 * service. It is used with both the legacy mc146818 and also EFI
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_tags.h 77 #define TAG_UPDATES 2051 /* Updates to this service */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
minors.h 104 MODULE_ALIAS("sound-service-?-" __stringify(type))
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-parent/4.9/
proguard-parent-4.9.pom 133 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
  /sdk/apps/SdkController/res/layout/
main.xml 74 android:text="[service errors]"
  /system/core/init/
builtins.c 195 static void service_start_if_not_disabled(struct service *svc)
586 struct service *svc;
596 struct service *svc;
606 struct service *svc;
keywords.h 77 KEYWORD(service, SECTION, 0, 0)
  /system/netd/
main.cpp 71 // back to this service, recursively.
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 693 /* a pending service handle change indication */
848 ** Description process service change in discovery state, mark up the auto
884 /* clear the service change mask */
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 208 // Initialize so that this isn't necessary (we could pass a NULL service).
386 ProfileSyncService* service) = 0;
388 ProfileSyncService* service,
399 ProfileSyncService* service) OVERRIDE {
400 return new AutofillDataTypeController(factory, profile, service);
404 ProfileSyncService* service,
421 ProfileSyncService* service) OVERRIDE {
422 return new AutofillProfileDataTypeController(factory, profile, service);
426 ProfileSyncService* service,
830 FakeServerUpdater(TestProfileSyncService* service,
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 62 // The delay (in millis) to wait until attempting to unbind from a service after a request.
63 // This ensures that we don't stay continually bound to the service and that it can be destroyed
141 * The service connection that gets populated when the RemoteViewsService is
198 public synchronized void onServiceConnected(IBinder service) {
199 mRemoteViewsFactory = IRemoteViewsFactory.Stub.asInterface(service);
    [all...]
  /bionic/libc/include/netinet/
ip.h 64 u_int8_t ip_tos; /* type of service */
81 * Definitions for IP type of service (ip_tos)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 19 import android.app.Service;
67 public static class DismissService extends Service {
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 95 public void onServiceConnected(ComponentName name, IBinder service) {
97 mServiceMessenger = new Messenger(service);
ParcelFileDescriptorProcessTest.java 53 public void onServiceConnected(ComponentName name, IBinder service) {
54 set(IParcelFileDescriptorPeer.Stub.asInterface(service));
  /development/ndk/platforms/android-3/include/netinet/
ip.h 64 u_int8_t ip_tos; /* type of service */
81 * Definitions for IP type of service (ip_tos)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 102 // look up the notification manager service
151 // look up the notification manager service
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 295 * This method starts the background service of the simple SSL web server
304 * This method stops the background service of the simple SSL web server

Completed in 2534 milliseconds

<<161162163164165166167168169170>>