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

<<41424344454647484950>>

  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_postflight.sh 21 KSUPDATE=https://tools.google.com/service/update2
46 # If there is a backup _enabled file, re-enable the service.
78 # then directing output from the service there won't work).
85 # Load the service for each user for whom the service was unloaded in the
88 # Also, in case this is a fresh install, load the service for the user running
96 logger Starting service for user "$uid".
  /external/chromium_org/remoting/host/setup/
host_starter.cc 100 // with the service account credentials.
123 // This is the second callback, with the service account credentials.
124 // This email is the service account's email, used to login to XMPP.
138 // No service account code, start the host with the owner's credentials.
144 // Received a service account authorization code, update oauth_client_info_
145 // to use the service account client keys, and get service account tokens.
  /external/nist-sip/
AndroidManifest.xml 68 <service android:name="com.android.settings.sip.SipAutoRegistration" android:process=":remote">
72 </service>
74 <service android:name="com.android.sip.SipServiceBinder" android:process=":remote">
76 <!-- These are the interfaces supported by the service, which
79 <!-- This is an action code you can use to select the service
81 <action android:name="android.net.sip.SERVICE" />
83 </service>
  /external/qemu/proxy/
proxy_http_connector.c 52 HttpService* service = (HttpService*) conn->root->service; local
60 stralloc_add_bytes(str, service->footer, service->footer_len);
62 if (!socket_connect( root->socket, &service->server_addr )) {
176 http_connector_connect( HttpService* service,
192 proxy_connection_init( conn->root, s, address, service->root,
  /external/smack/src/com/kenai/jbosh/
ServiceLib.java 31 * Utility library for use in loading services using the Jar Service
57 * Probe for and select an implementation of the specified service
66 * @return service instance
67 * @throws IllegalStateException is no service implementations could be
93 * in the service manifest is significant.
141 * @return service instance, or {@code null} if the instance could not be
148 LOG.finest("Attempting service load: " + className);
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 223 public static class Service {
230 private Service() {}
322 /** TACACS-Database Service */
334 /** Remote Job Service */
337 /** Remote Job Service */
340 /** Remote Job Service */
343 /** Remote Job Service */
388 /** Remote Telnet Service */
397 /** Authentication Service */
403 /** UUCP Path Service */
649 int service = Service.value(t.value); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 116 IUsbManager service = IUsbManager.Stub.asInterface(b); local
127 service.grantDevicePermission(mDevice, uid);
130 service.setDevicePackage(
133 service.setDevicePackage(mDevice, null, userId);
140 service.grantAccessoryPermission(mAccessory, uid);
143 service.setAccessoryPackage(
146 service.setAccessoryPackage(mAccessory, null, userId);
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 19 import android.app.Service;
36 public class KeyChainServiceTest extends Service {
49 @Override public void onServiceConnected(ComponentName name, IBinder service) {
51 mSupport = IKeyChainServiceTestSupport.Stub.asInterface(service);
64 @Override public void onServiceConnected(ComponentName name, IBinder service) {
66 mService = IKeyChainService.Stub.asInterface(service);
194 Log.d(TAG, "test_KeyChainService bind service");
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java 23 import android.app.Service;
41 * This service is only started when the log level is high, so there is no risk of user
44 * To add logging to this service, call {@link #log(String, String, Object...)} with a tag name,
49 public class MailLogService extends Service {
51 * This is the top level flag that enables this service.
141 * Return true if the logging level is high enough for this service to function.
142 * @return true if this service is functioning at the current log level. False otherwise.
  /packages/inputmethods/LatinIME/java/
AndroidManifest.xml 39 <service android:name="LatinIME"
46 </service>
48 <service android:name=".spellcheck.AndroidSpellCheckerService"
52 <action android:name="android.service.textservice.SpellCheckerService" />
56 </service>
133 <service android:name="com.android.inputmethod.dictionarypack.DictionaryService"
135 </service>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 58 public DictionaryPackInstallBroadcastReceiver(final LatinIME service) {
59 mService = service;
70 Log.e(TAG, "Called with intent " + action + " but we don't know the service: this "
102 Log.e(TAG, "Called with intent " + action + " but we don't know the service: this "
118 Log.e(TAG, "Called with intent " + action + " but we don't know the service: this "
125 // Careful! This is returning if the service is NOT null. This is because we
129 + "service: this should never happen");
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 23 import android.service.wallpaper.IWallpaperConnection;
24 import android.service.wallpaper.IWallpaperService;
25 import android.service.wallpaper.IWallpaperEngine;
26 import android.service.wallpaper.WallpaperSettingsActivity;
180 public void onServiceConnected(ComponentName name, IBinder service) {
182 mService = IWallpaperService.Stub.asInterface(service);
199 Log.w(LOG_TAG, "Wallpaper service gone: " + name);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
MockListener.java 24 import android.service.notification.NotificationListenerService;
25 import android.service.notification.StatusBarNotification;
37 static final String SERVICE_CHECK = "android.service.notification.cts.SERVICE_CHECK";
38 static final String SERVICE_POSTED = "android.service.notification.cts.SERVICE_POSTED";
39 static final String SERVICE_PAYLOADS = "android.service.notification.cts.SERVICE_PAYLOADS";
40 static final String SERVICE_REMOVED = "android.service.notification.cts.SERVICE_REMOVED";
41 static final String SERVICE_RESET = "android.service.notification.cts.SERVICE_RESET";
42 static final String SERVICE_CLEAR_ONE = "android.service.notification.cts.SERVICE_CLEAR_ONE";
43 static final String SERVICE_CLEAR_ALL = "android.service.notification.cts.SERVICE_CLEAR_ALL";
  /external/bluetooth/bluedroid/stack/include/
a2d_api.h 86 #define A2D_BAD_CP_FORMAT 0xE1 /* The format of Content Protection Service Capability/Content Protection Scheme Dependent Data is not correct. */
100 * to hold the result service search. */
115 UINT16 service_len; /* Length, in bytes, of the service name */
117 char * p_service_name; /* Pointer the service name. This character string may not be null terminated.
149 ** string containing the service name.
174 ** perform service discovery and retrieve SRC or SNK SDP
176 ** returned for the first service record found on the
177 ** server that matches the service UUID. The callback
178 ** function will be executed when service discovery is
  /external/chromium/net/tools/flip_server/
create_listener.cc 114 const char* service = NULL; local
117 if (!port.empty()) service = port.c_str();
132 if ((err=getaddrinfo(node, service, &hints, &results))) {
235 const char* service = NULL; local
241 service = port.c_str();
255 if ((err=getaddrinfo(node, service, &hints, &results))) {
257 LOG(ERROR) << "getaddrinfo for (" << node << ":" << service << "): "
268 LOG(ERROR) << "Unable to create socket for (" << node << ":" << service
284 LOG(ERROR) << "Connect was unsuccessful for (" << node << ":" << service
  /external/chromium_org/chrome/browser/android/
foreign_session_helper.cc 39 ProfileSyncService* service = ProfileSyncServiceFactory::GetInstance()-> local
43 if (!service || !service->ShouldPushChanges())
46 return service->GetOpenTabsUIDelegate();
148 ProfileSyncService* service = ProfileSyncServiceFactory::GetInstance()-> local
151 content::Source<ProfileSyncService>(service));
166 ProfileSyncService* service = ProfileSyncServiceFactory::GetInstance()-> local
168 return service && service->GetActiveDataTypes().Has(syncer::PROXY_TABS);
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_screensaver.cc 108 ExtensionService* service = GetDefaultExtensionService(); local
110 // service once this code is deprecated. See crbug.com/280363
111 if (service)
112 service->disable_garbage_collection();
176 ExtensionService* service = GetDefaultExtensionService(); local
178 // service once this code is deprecated. See crbug.com/280363
179 if (service)
180 service->enable_garbage_collection();
248 // Add the extension to the extension service and display the screensaver.
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 113 ProfileSyncServiceMock* service = static_cast<ProfileSyncServiceMock*>( local
118 static_cast<ProfileSyncService*>(service), true);
123 ON_CALL(*service, GetOpenTabsUIDelegate()).WillByDefault(
125 ON_CALL(*service, GetPreferredDataTypes()).WillByDefault(
127 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(
129 ON_CALL(*service, GetActiveDataTypes()).WillByDefault(
131 EXPECT_CALL(*service, AddObserver(testing::_)).Times(testing::AnyNumber());
132 EXPECT_CALL(*service, RemoveObserver(testing::_)).Times(testing::AnyNumber());
134 service->Initialize();
  /external/chromium_org/chrome/browser/extensions/
extension_startup_browsertest.cc 93 ExtensionService* service = extensions::ExtensionSystem::Get( local
98 for (ExtensionSet::const_iterator it = service->extensions()->begin();
99 it != service->extensions()->end(); ++it)
105 ASSERT_EQ(expect_extensions_enabled, service->extensions_enabled());
186 ExtensionService* service = extensions::ExtensionSystem::Get( local
188 for (ExtensionSet::const_iterator it = service->extensions()->begin();
189 it != service->extensions()->end(); ++it) {
192 if (extension_util::AllowFileAccess(it->get(), service))
200 extension_util::SetAllowFileAccess(extension_list[i], service, false);
page_action_browsertest.cc 121 ExtensionService* service = extensions::ExtensionSystem::Get( local
124 size_t size_before = service->extensions()->size();
132 ASSERT_EQ(size_before + 1, service->extensions()->size());
142 ASSERT_EQ(size_before + 2, service->extensions()->size());
151 ASSERT_EQ(size_before + 2, service->extensions()->size());
152 extensionA = service->extensions()->GetByID(idA);
177 ExtensionService* service = extensions::ExtensionSystem::Get( local
179 const size_t size_before = service->extensions()->size();
191 ASSERT_EQ(size_before + 1, service->extensions()->size());
script_badge_controller.cc 46 ExtensionService* service = GetExtensionService(); local
47 if (!service)
52 const ExtensionSet* extensions = service->extensions();
84 ExtensionService* service = GetExtensionService(); local
85 if (!service)
88 const Extension* extension = service->extensions()->GetByID(extension_id);
222 ExtensionService* service = GetExtensionService();
223 if (!service)
226 const Extension* extension = service->extensions()->GetByID(extension_id);
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.h 6 // error from an attempt to authenticate with a Google service.
7 // It could be from Google Accounts itself, or any service using Google
47 // The GAIA user is not authorized to use the service.
52 // the service needing GAIA tokens during authentication.
67 // The service is not available; try again later.
77 // The user has provided a HOSTED account, when this service requires
81 // Indicates the service responded to a request, but we cannot
85 // Indicates the service responded and response carried details of the
157 // |error_message| which provides more information about the service error.
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 63 const scoped_refptr<InProcessCommandBuffer::Service>& service);
131 const scoped_refptr<InProcessCommandBuffer::Service>& service) {
192 command_buffer_.reset(new InProcessCommandBuffer(service));
328 scoped_refptr<InProcessCommandBuffer::Service>()))
337 scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
352 service))
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 16 #include "gpu/command_buffer/service/command_buffer_service.h"
17 #include "gpu/command_buffer/service/context_group.h"
18 #include "gpu/command_buffer/service/gl_context_virtual.h"
19 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
20 #include "gpu/command_buffer/service/gpu_control_service.h"
21 #include "gpu/command_buffer/service/gpu_scheduler.h"
22 #include "gpu/command_buffer/service/image_manager.h"
23 #include "gpu/command_buffer/service/mailbox_manager.h"
133 << "could not create command buffer service";
  /external/chromium_org/net/tools/flip_server/
create_listener.cc 104 const char* service = NULL; local
109 service = port.c_str();
124 if ((err = getaddrinfo(node, service, &hints, &results))) {
233 const char* service = NULL; local
239 service = port.c_str();
253 if ((err = getaddrinfo(node, service, &hints, &results))) {
255 LOG(ERROR) << "getaddrinfo for (" << node << ":" << service
265 LOG(ERROR) << "Unable to create socket for (" << node << ":" << service
281 LOG(ERROR) << "Connect was unsuccessful for (" << node << ":" << service

Completed in 1418 milliseconds

<<41424344454647484950>>