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

<<61626364656667686970>>

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 22 import com.android.emailcommon.service.EmailServiceStatus;
54 public AttachmentLoader(EasSyncService service, PartRequest req) {
55 mService = service;
56 mContext = service.mContext;
196 // Report the error, but also report back to the service
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
ContactPhotoManager.java 58 ContactPhotoManager service = local
60 if (service == null) {
61 service = createContactPhotoManager(applicationContext);
62 LogUtils.e(TAG, "No contact photo service in context: " + applicationContext);
64 return service;
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 144 Log.w(TAG, "Failed talking with device policy service", e);
160 Log.w(TAG, "Failed talking with device policy service", e);
176 Log.w(TAG, "Failed talking with device policy service", e);
193 Log.w(TAG, "Failed talking with device policy service", e);
212 Log.w(TAG, "Failed talking with device policy service", e);
304 Log.w(TAG, "Failed talking with device policy service", e);
325 Log.w(TAG, "Failed talking with device policy service", e);
357 Log.w(TAG, "Failed talking with device policy service", e);
378 Log.w(TAG, "Failed talking with device policy service", e);
411 Log.w(TAG, "Failed talking with device policy service", e)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
  /system/core/adb/
adb.c 169 /* A handle to adb-debug qemud service in the emulator. */
172 /* Initializes connection with the adb-debug qemud service in the emulator. */
181 /* adb debugging QEMUD service connection request. */
    [all...]
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 60 //Maximum msec to wait for service restart
493 * Inform BluetoothAdapter instances that Adapter service is up
511 * Inform BluetoothAdapter instances that Adapter service is down
590 public void onServiceConnected(ComponentName className, IBinder service) {
600 Log.e(TAG, "Unknown service connected: " + className.getClassName());
603 msg.obj = service;
617 Log.e(TAG, "Unknown service disconnected: " + className.getClassName());
640 if (DBG) Log.d(TAG, "Binding to service to get name and address");
659 // if enable is also called to bind the service
717 // rebind service by Request GET NAME AND ADDRES
786 IBinder service = (IBinder) msg.obj; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 53 * Service ID
55 * NOTES: When you add a new Service ID for BTA AND require to change the value of BTA_MAX_SERVICE_ID,
56 * make sure that the correct security ID of the new service from Security service definitions (btm_api.h)
86 #define BTA_MN_SERVICE_ID 26 /* Message Notification Service */
91 /* BLE profile service ID */
103 /* service IDs (BTM_SEC_SERVICE_FIRST_EMPTY + 1) to (BTM_SEC_MAX_SERVICES - 1)
110 /* Service ID Mask */
142 #define BTA_BLE_SERVICE_MASK 0x20000000 /* GATT based service */
160 /* extended service mask, including mask with one or more GATT UUID *
395 tBTA_BLE_SERVICE service; member in struct:__anon3053
648 tBTA_SERVICE_ID service; \/* Service ID to authorize. *\/ member in struct:__anon3066
882 tBT_UUID service; \/* GATT based Services UUID found on peer device. *\/ member in struct:__anon3083
    [all...]
bta_jv_api.h 478 ** Description Enable the Java I/F service. When the enable
614 ** Description This function sets the service class of local Class of Device
620 BTA_API extern tBTA_JV_STATUS BTA_JvSetServiceClass(UINT32 service);
735 ** Description This function reserves a PSM (Protocol Service Multiplexer)
749 ** Description This function performs service discovery for the services
765 ** Description This function cancels an active service discovery.
    [all...]
  /device/lge/hammerhead/overlay/frameworks/base/core/res/res/xml/
eri.xml 65 EriText="Full Service Functionality"
72 EriText="Partial Service Functionality"
478 EriText="Premium Service"
485 EriText="Enhanced Service"
506 EriText="Alliance Service"
527 EriText="Extended Service"
548 EriText="Premium Service"
555 EriText="Enhanced Service"
576 EriText="Alliance Service"
597 EriText="Extended Service"
    [all...]
  /external/chromium/chrome/browser/profiles/
profile.h 131 // defines what the caller plans to do with the service.
137 // could, for example, return an history service that only allow some specific
280 // |access| defines what the caller plans to do with the service. See
293 // |access| defines what the caller plans to do with the service. See
297 // Similar to GetHistoryService(), but won't create the history service if it
310 // |access| defines what the caller plans to do with the service. See
314 // Similar to GetWebDataService(), but won't create the web data service if it
421 // Returns the session service for this profile. This may return NULL. If
422 // this profile supports a session service (it isn't incognito), and
423 // the session service hasn't yet been created, this forces creation o
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service_unittest.cc 197 ExtensionService* service = test_ext_system->CreateExtensionService( local
199 EXPECT_TRUE(service->extensions_enabled());
200 service->Init();
215 service->extension_prefs()->AddGrantedPermissions(
217 service->AddExtension(theme_extension_.get());
218 ASSERT_EQ(1u, service->extensions()->size());
244 // Needed for setting up extension service.
318 // Set up theme service to use custom theme.
334 // Set up theme service to use custom theme.
352 // Set up theme service to use default theme
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
cloudMessaging.html 5 Google Cloud Messaging for Chrome (GCM) is a service
9 The service is intended to wake up an app or extension,
18 <a href="gcm_server.html">GCM service</a>.
34 to the push messaging service.</li>
35 <li>The push messaging service routes the message
51 The push messaging service returns a channel ID to the client;
71 for sending a push message to the service.
75 the access token authorizes use of the service and
85 messaging service at the time. If multiple messages are sent on one subchannel
102 to use the push messaging service
    [all...]
  /external/chromium_org/extensions/browser/
process_manager.cc 302 ExtensionService* service = ExtensionSystem::GetForBrowserContext(
304 if (!service)
307 return service->extensions()->GetByID(GetExtensionID(render_view_host));
542 ExtensionService* service = ExtensionSystem::GetForBrowserContext( local
545 // This browser has no extension service. In this case,
546 // service will be NULL.
547 if (!service || !service->is_ready())
575 ExtensionService* service = local
577 if (service->is_ready())
703 ExtensionService* service = ExtensionSystem::GetForBrowserContext( local
842 ExtensionService* service = ExtensionSystem::GetForBrowserContext( local
856 ExtensionService* service = ExtensionSystem::GetForBrowserContext( local
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 123 ServiceDescriptor service = TestService.getDescriptor(); local
124 assertEquals(service, file.getServices().get(0));
125 assertEquals(service, file.findServiceByName("TestService"));
321 ServiceDescriptor service = TestService.getDescriptor(); local
323 assertEquals("TestService", service.getName());
324 assertEquals("protobuf_unittest.TestService", service.getFullName());
325 assertEquals(UnittestProto.getDescriptor(), service.getFile());
327 assertEquals(2, service.getMethods().size());
329 MethodDescriptor fooMethod = service.getMethods().get(0);
335 assertEquals(fooMethod, service.findMethodByName("Foo"))
378 ServiceDescriptor service = local
    [all...]
  /external/tcpdump/
print-lmp.c 14 * Support for LMP service discovery extensions (defined by UNI 1.0) added
112 /* Service Config Supported Protocols Flags */
119 /* Service Config Client Port Service Attribute Transparency Flags */
127 /* Service Config Client Port Service Attribute Contiguous Concatenation Types Flags */
133 /* Service Config Network Service Attributes Transparency Flags */
140 /* Service Config Network Service Attributes TCM Monitoring Flags *
    [all...]
  /bootable/recovery/minadbd/
services.c 125 printf("cannot create service socket pair\n");
139 printf("cannot create service thread\n");
143 D("service thread started, %d:%d\n",s[0], s[1]);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ChangeDefaultEmulatorActivity.java 51 // Verify HCE service 2 is the default
120 builder.setMessage("PaymentService1 is not the default service according " +
135 builder.setMessage("PaymentService2 is not the default service according " +
  /developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/res/xml/
aid_list.xml 27 In order to avoid prompting the user to select which service they want to use when the device
32 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
64 </host-apdu-service>
  /developers/samples/android/connectivity/nfc/CardEmulation/CardEmulationSample/src/main/res/xml/
aid_list.xml 27 In order to avoid prompting the user to select which service they want to use when the device
32 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
64 </host-apdu-service>
  /external/android-mock/src/
build-mockgen.xml 13 <property name="meta-service-folder" value="META-INF/services"/>
15 value="${meta-service-folder}/javax.annotation.processing.Processor"/>
27 <mkdir dir="${mockgen.class-bin}/${meta-service-folder}"/>
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 151 ** servers, and deallocates the service control block.
229 /* do service search */
249 /* if found service */
256 /* set connected service */
267 /* if service not found check if we should search for other service */
313 /* if found service */
522 /* if hfp start timer for service level conn */
527 /* else service level conn is open */
596 /* determine connected service from port handle *
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 187 /* service registration control block */
190 tBT_UUID service_uuid; /* service UUID */
191 UINT16 service_id; /* service handle */
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 77 char user_name[BTA_SERVICE_NAME_LEN+1]; /* Service name */
78 char gn_name[BTA_SERVICE_NAME_LEN+1]; /* Service name */
79 char nap_name[BTA_SERVICE_NAME_LEN+1]; /* Service name */
  /external/chromium/chrome/browser/download/
download_safe_browsing_client.h 42 // Call safebrowsing service to verifiy the download.
85 // Report malware hits to safebrowsing service.
100 // These URLs are used to report malware to safe browsing service.

Completed in 1332 milliseconds

<<61626364656667686970>>