HomeSort by relevance Sort by last modified time
    Searched full:service (Results 551 - 575 of 7469) sorted by null

<<21222324252627282930>>

  /tools/motodev/src/plugins/snippets/
plugin.properties 14 category.service=System Services
15 category.service.description=Obtain handles for system-level services
17 snippet.service.systemService00=Activity Manager
18 snippet.service.systemService01=Alarm Manager
19 snippet.service.systemService02=Audio Manager
20 snippet.service.systemService03=Clipboard Manager
21 snippet.service.systemService04=Connectivity Manager
22 snippet.service.systemService05=Input Method Manager
23 snippet.service.systemService06=Keyguard Manager
24 snippet.service.systemService07=Layout Inflater Manage
    [all...]
  /cts/tests/src/android/app/cts/
StubRemoteService.java 19 import android.app.Service;
24 public class StubRemoteService extends Service{
  /cts/tests/src/android/os/cts/
EmptyService.java 19 import android.app.Service;
24 public class EmptyService extends Service {
MessengerService.java 20 import android.app.Service;
28 public class MessengerService extends Service {
  /development/samples/BrowserPlugin/
AndroidManifest.xml 28 <service android:name=".SamplePlugin">
33 </service>
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
SamplePlugin.java 27 import android.app.Service;
31 public class SamplePlugin extends Service {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 92 // "start service" or "stop service", depending on whether the service is currently running.
99 menu.add(0, 0, "Start RSS Service", null);
100 menu.add(0, 1, "Stop RSS Service", null);
108 // Toggle out start service/stop service depending on whether the service is running.
MyRssReader3.java 74 // "start service" or "stop service", depending on whether the service is currently running.
91 // Toggle out start service/stop service depending on whether the service is running.
103 case 0: // Start service
106 case 1: // Stop service
MyRssReader4.java 85 // "start service" or "stop service", depending on whether the service is currently running.
101 // Toggle out start service/stop service depending on whether the service is running.
113 case 0: // Start service
116 case 1: // Stop service
  /development/samples/SampleSyncAdapter/
AndroidManifest.xml 58 <!-- The authenticator service -->
59 <service
69 </service>
70 <service
83 </service>
84 <!-- The view notification service -->
85 <service
92 </service>
  /development/samples/ToyVpn/
AndroidManifest.xml 34 <service android:name=".ToyVpnService"
39 </service>
  /device/samsung/manta/
init.smdk5250.rc 47 service setup_fs /system/bin/setup_fs \
56 service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 60 ** Description allocate a service control block.
128 ** Description find the service control block by service ID.
142 APPL_TRACE_DEBUG1("bta_gatts_find_srvc_cb_by_srvc_id found service cb index =%d", i);
152 ** Description find the service control block by attribute ID.
163 if (/* middle service */
169 /* last active service */
174 /* last service incb */
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_int.h 49 UINT16 service_uuid; /* service UUID of search */
54 tA2D_FIND_CB find; /* find service control block */
  /external/chromium/chrome/browser/automation/
automation_extension_tracker.cc 36 ExtensionService* service = profile->GetExtensionService(); local
37 if (service && info->reason == UnloadedExtensionInfo::UNINSTALL) {
  /external/chromium/chrome/browser/chromeos/login/
client_login_response_handler.cc 17 // By setting "service=gaia", we get an uber-auth-token back.
18 const char ClientLoginResponseHandler::kService[] = "service=gaia";
  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.cc 35 VisitorInterface* service,
41 service_(service),
61 // Check if the service is still alive. It is possible that it had went
223 VisitorInterface* service,
229 service,
240 service,
250 service,
258 service,
  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 25 // Dummy service URL for testing with request interception enabled.
44 // Interceptor implementation that returns test data back to the service.
93 DeviceManagementService service(kServiceUrl);
94 service.Initialize(browser()->profile()->GetRequestContext());
95 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
145 DeviceManagementService service(
147 service.Initialize(browser()->profile()->GetRequestContext());
148 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.h 27 // than once as long as the value of |service| doesn't change.
28 void Init(PrefService* service);
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.h 29 virtual void OnIssueAuthTokenSuccess(const std::string& service,
31 virtual void OnIssueAuthTokenFailure(const std::string& service,
  /external/chromium/chrome/browser/search_engines/
util.h 33 // Only pass in a non-NULL value for service if the WebDataService should be
37 WebDataService* service,
  /external/chromium/chrome/browser/sync/util/
user_settings_win.cc 35 // a service token for the named service.
  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.h 40 virtual void OnIssueAuthTokenSuccess(const std::string& service,
42 virtual void OnIssueAuthTokenFailure(const std::string& service,
  /external/dbus/test/
Makefile.am 16 TEST_BINARIES=test-service test-names test-shell-service shell-test spawn-test test-segfault test-exit test-sleep-forever
35 test-service.c
44 test-shell-service.c
98 data/valid-service-files \
99 data/valid-service-files-system \
100 data/invalid-service-files-system \
110 FIND_TESTS=find . -type f -a \( -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script" -o -name "*.sha1" -o -name "*.txt" -o -name "*.conf" -o -name "*.service" \)
  /external/freetype/include/freetype/internal/services/
svsfnt.h 5 /* The FreeType SFNT table loading service (specification). */
30 * SFNT table loading service.

Completed in 612 milliseconds

<<21222324252627282930>>