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

1 2 3 4 5 67 8 91011>>

  /cts/apps/CtsVerifier/res/xml/
payment_aid_list_1.xml 1 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
9 </host-apdu-service>
payment_aid_list_2.xml 1 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
9 </host-apdu-service>
  /development/samples/SpellChecker/SampleSpellCheckerService/
_index.html 2 href="../../../../reference/android/service/textservice/SpellCheckerService.html">SpellCheckerService</a></code>
5 "Sample correction" as the spelling correction service. </p>
  /external/chromium_org/chrome/browser/extensions/
extension_util.h 20 const ExtensionService* service);
25 ExtensionService* service,
31 const ExtensionService* service);
35 const ExtensionService* service);
39 const ExtensionService* service);
44 ExtensionService* service,
50 const ExtensionService* service);
54 const ExtensionService* service);
  /external/chromium_org/chrome/browser/sync/
sync_ui_util.h 14 // service and constructs messages suitable for showing in UI.
30 // TODO(akalin): audit the use of ProfileSyncService* service below,
31 // and use const ProfileSyncService& service where possible.
34 // by querying |service|.
36 MessageType GetStatusLabels(ProfileSyncService* service,
44 MessageType GetStatusLabelsForNewTabPage(ProfileSyncService* service,
52 void GetStatusLabelsForSyncGlobalError(ProfileSyncService* service,
58 MessageType GetStatus(ProfileSyncService* service,
about_sync_util_unittest.cc 26 NiceMock<ProfileSyncServiceMock> service(profile.get());
33 EXPECT_CALL(service, HasSyncSetupCompleted())
35 EXPECT_CALL(service, QueryDetailedSyncStatus(_))
38 EXPECT_CALL(service, HasUnrecoverableError())
41 EXPECT_CALL(service, GetLastSyncedTimeString())
44 scoped_ptr<DictionaryValue> strings(ConstructAboutInformation(&service));
  /external/chromium_org/cloud_print/service/
service_constants.cc 5 #include "cloud_print/service/service_constants.h"
9 const wchar_t kSubDirectory[] = L"Google\\Cloud Print Service";
service_switches.cc 5 #include "cloud_print/service/service_switches.h"
11 const char kServiceSwitch[] = "service";
  /external/chromium_org/device/bluetooth/
bluetooth_service_record.h 14 // BluetoothServiceRecord represents an SDP service record.
22 // The human-readable name of this service.
25 // The address of the BluetoothDevice providing this service.
28 // The UUID of the service. This field may be empty if no UUID was
29 // specified in the service record.
32 // Indicates if this service supports HID.
43 // Indicates if this service supports RFCOMM communication.
46 // The RFCOMM channel to use, if this service supports RFCOMM communication.
  /frameworks/base/packages/services/PacProcessor/
AndroidManifest.xml 10 <service android:name=".PacService"
12 </service>
  /frameworks/base/services/java/com/android/server/am/
AppBindRecord.java 24 * An association between a service and one of its client applications.
27 final ServiceRecord service; // The running service. field in class:AppBindRecord
29 final ProcessRecord client; // Who has started/bound the service.
35 pw.println(prefix + "service=" + service);
53 service = _service;
61 + " " + service.shortName + ":" + client.processName + "}";
  /frameworks/native/cmds/service/
service.cpp 44 static String16 get_interface_name(sp<IBinder> service)
46 if (service != NULL) {
48 status_t err = service->transact(IBinder::INTERFACE_TRANSACTION, data, &reply);
74 aerr << "service: Unable to get default service manager!" << endl;
92 aerr << "service: Unknown option -" << ic << endl;
105 sp<IBinder> service = sm->checkService(String16(argv[optind])); local
106 aout << "Service " << argv[optind] <<
107 (service == NULL ? ": not found" : ": found") << endl;
109 aerr << "service: No service specified for check" << endl
119 sp<IBinder> service = sm->checkService(name); local
129 sp<IBinder> service = sm->checkService(String16(argv[optind++])); local
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
service_reflection.py 31 """Contains metaclasses used to create protocol service and service stub
44 """Metaclass for service classes created at runtime from ServiceDescriptors.
46 Implementations for all methods described in the Service class are added here
50 The protocol compiler currently uses this metaclass to create protocol service
55 class MyProtoService(service.Service):
65 """Creates a message service class.
73 describing this protocol service type.
76 # when a service class is subclassed
    [all...]
  /external/protobuf/python/google/protobuf/
service_reflection.py 31 """Contains metaclasses used to create protocol service and service stub
44 """Metaclass for service classes created at runtime from ServiceDescriptors.
46 Implementations for all methods described in the Service class are added here
50 The protocol compiler currently uses this metaclass to create protocol service
55 class MyProtoService(service.Service):
65 """Creates a message service class.
73 describing this protocol service type.
76 # when a service class is subclassed
    [all...]
  /frameworks/base/docs/html/guide/topics/text/
spell-checker-framework.jd 12 <a href="#SpellCheckImplementation">Implementing a Spell Checker Service</a>
22 Spell Checker Service</a> sample app
35 Text Service APIs offered by the Android platform.
38 To use the framework in your app, you create a special type of Android service that
44 The following diagram shows the lifecycle of the spelling checker service:
49 <strong>Figure 1.</strong> The spelling checker service lifecycle.
53 service. Clients in your app, such as activities or individual UI elements, request a
54 spelling checker session from the service, then use the session to get suggestions for text.
56 app can shut down the spelling checker service at any time.
58 <h2 id="SpellCheckImplementation">Implementing a Spell Checker Service</h2
    [all...]
  /cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamsFeatureTest.java 17 package android.service.dreams.cts;
20 import android.service.dreams.DreamService;
21 import android.service.dreams.IDreamManager;
28 IDreamManager service = IDreamManager.Stub.asInterface( local
30 assertTrue("Dream manager service missing", service != null);
  /development/samples/Alarm/res/values/
strings.xml 19 This shows how to schedule a repeating alarm that starts a service.</string>
20 <string name="start_alarm_service">Start Alarm Service</string>
21 <string name="stop_alarm_service">Stop Alarm Service</string>
24 <string name="alarm_service_started">The sample service is running.</string>
25 <string name="alarm_service_label">Sample Alarm Service</string>
26 <string name="alarm_service_finished">The sample service is no longer running.</string>
  /external/chromium/chrome/browser/
background_contents_service_unittest.cc 66 void SendOpenedNotification(BackgroundContentsService* service) {
70 service->BackgroundContentsOpened(&details);
112 BackgroundContentsService service(&profile, command_line_.get());
117 BackgroundContentsService service(&profile, command_line_.get());
119 EXPECT_FALSE(service.IsTracked(contents));
120 contents->SendOpenedNotification(&service);
121 EXPECT_TRUE(service.IsTracked(contents));
123 EXPECT_FALSE(service.IsTracked(contents));
129 BackgroundContentsService service(&profile, command_line_.get());
137 contents->SendOpenedNotification(&service);
    [all...]
  /external/chromium/chrome/browser/sync/
sync_ui_util_unittest.cc 18 NiceMock<ProfileSyncServiceMock> service; local
27 EXPECT_CALL(service, HasSyncSetupCompleted())
29 EXPECT_CALL(service, QueryDetailedSyncStatus())
32 EXPECT_CALL(service, unrecoverable_error_detected())
35 EXPECT_CALL(service, GetLastSyncedTimeString())
38 sync_ui_util::ConstructAboutInformation(&service, &strings);
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_unittest.cc 72 GAIAInfoUpdateService service(profile());
73 NiceMock<ProfileDownloaderMock> downloader(&service);
86 EXPECT_EQ(std::string(), service.GetCachedPictureURL());
88 service.OnProfileDownloadSuccess(&downloader);
99 EXPECT_EQ(url, service.GetCachedPictureURL());
107 GAIAInfoUpdateService service(profile());
108 EXPECT_EQ(std::string(), service.GetCachedPictureURL());
109 NiceMock<ProfileDownloaderMock> downloader(&service);
111 service.OnProfileDownloadFailure(&downloader,
121 EXPECT_EQ(std::string(), service.GetCachedPictureURL())
    [all...]
  /external/chromium_org/cloud_print/
cloud_print.gyp 13 'service/service.gyp:*',
34 'service/service_state_unittest.cc',
42 'service/service.gyp:cloud_print_service_lib',
47 'service/win/service_ipc_unittest.cc',
  /external/chromium_org/cloud_print/service/win/
service_ipc_unittest.cc 8 #include "cloud_print/service/win/service_listener.h"
9 #include "cloud_print/service/win/service_utils.h"
10 #include "cloud_print/service/win/setup_listener.h"
22 ServiceListener service(temp_dir.path());
31 ServiceListener service(temp_dir.path());
43 ServiceListener service(temp_dir.path());
  /external/dnsmasq/contrib/Solaris10/
README 3 Subject: Solaris 10 service manifest
9 simple home network needs. Since Solaris now uses SMF (Service Management
10 Facility) to manage services I thought I'd create a simple service manifest
11 for the dnsmasq service. The manifest currently assumes that dnsmasq has
15 the dnsmasq service:
19 To confirm that the service is enabled and online:
  /frameworks/base/tests/FrameworkPerf/
AndroidManifest.xml 15 <service android:name="SchedulerService">
16 </service>
17 <service android:name="TestService" android:process=":test">
18 </service>
19 <service android:name="LocalTestService">
20 </service>
  /packages/wallpapers/Basic/
AndroidManifest.xml 68 <service
74 <action android:name="android.service.wallpaper.WallpaperService" />
76 <meta-data android:name="android.service.wallpaper" android:resource="@xml/nexus" />
77 </service>
79 <service
85 <action android:name="android.service.wallpaper.WallpaperService" />
87 <meta-data android:name="android.service.wallpaper" android:resource="@xml/grass" />
88 </service>
90 <service
96 <action android:name="android.service.wallpaper.WallpaperService" /
    [all...]

Completed in 1744 milliseconds

1 2 3 4 5 67 8 91011>>