/external/chromium/chrome/browser/search_engines/ |
util.cc | 37 // number changes. Only pass in a non-NULL value for |service| if the removed 41 WebDataService* service) { 43 DCHECK(service == NULL || BrowserThread::CurrentlyOn(BrowserThread::UI)); 51 if (service) 52 service->RemoveKeyword(**i); 69 WebDataService* service, 72 DCHECK(service == NULL || BrowserThread::CurrentlyOn(BrowserThread::UI)); 118 if (service) { 119 service->UpdateKeyword(*existing_url); 144 if (service) [all...] |
/external/chromium_org/chrome/browser/chromeos/dbus/ |
cros_dbus_service.cc | 42 // Starts the D-Bus service. 48 // Return if the service has been already started. 76 // Registers a service provider. This must be done before Start(). 99 // Service providers that form CrosDBusService. 122 CrosDBusServiceImpl* service = new CrosDBusServiceImpl(bus); local 123 service->RegisterServiceProvider(ProxyResolutionServiceProvider::Create()); 124 service->RegisterServiceProvider(new DisplayPowerServiceProvider); 125 service->RegisterServiceProvider(new LivenessServiceProvider); 126 service->RegisterServiceProvider(new PrinterServiceProvider); 127 g_cros_dbus_service = service; 143 CrosDBusServiceImpl* service = new CrosDBusServiceImpl(bus); local [all...] |
/external/chromium_org/sandbox/win/src/ |
service_resolver_unittest.cc | 17 // This is the concrete resolver used to perform service-call type functions 22 // The service resolver needs a child process to write to. 100 BYTE service[50]; 101 memcpy(service, target, sizeof(service)); 103 static_cast<WinXpResolverTest*>(resolver)->set_target(service); 118 EXPECT_NE(0, memcmp(service, target, sizeof(service))); 119 EXPECT_NE(kJump32, service[0]); 123 service[0] = kJump32 240 BYTE service[50]; local [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.cc | 139 // Initialize the sync client's profile sync service object. 146 // Subscribe sync client to notifications from the profile sync service. 167 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes); 180 service()->SetSyncSetupCompleted(); 200 if (service()->sync_initialized()) { 235 timestamp_match_partner_->service()->RemoveObserver(this); 245 // service()->observed_passphrase_required() is false. 246 if (service()->ShouldPushChanges()) { 300 // service()->observed_passphrase_required() is false. 301 if (service()->ShouldPushChanges()) [all...] |
/packages/apps/Email/ |
AndroidManifest.xml | 372 <service android:name="com.android.mail.compose.EmptyService"/> 393 <service android:name="com.android.mail.widget.WidgetService" 400 android:name=".service.AttachmentDownloadService$Watchdog" 405 android:name=".service.EmailUpgradeBroadcastReceiver" 414 android:name=".service.EmailBroadcastReceiver" 438 <service 439 android:name=".service.EmailBroadcastProcessorService" /> 456 <service 457 android:name=".service.AttachmentDownloadService" 460 </service> [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGatt.java | 191 * A new GATT service has been discovered. 192 * The service is added to the internal list and the search 207 * An included service has been found durig GATT discovery. 208 * The included service is added to the respective parent. 221 BluetoothGattService service = getService(mDevice, 226 if (service != null && includedService != null) { 227 service.addIncludedService(includedService); 233 * Add the new characteristic to the relevant service and continue 247 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(), 249 if (service != null) [all...] |
BluetoothPbap.java | 32 * Public API for controlling the Bluetooth Pbap Service. This includes 35 * Service via IPC. 38 * BluetoothPbap service. Users of this object should call close() when they 40 * from the service. 43 * BluetoothPbap service. Use the ServiceListener interface to obtain a 92 * been connected to the BluetoothPbap service. 97 * connected to the BluetoothPbap service. Clients must wait for 99 * service. 105 * disconnected from the BluetoothPbap service. Clients must not 106 * make IPC calls on the BluetoothPbap service after this callback [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gatts_api.c | 144 ** Description Create a service. When service creation is done, a callback 146 ** and service ID to the profile. The service ID obtained in 148 ** service and characteristics/descriptors into the service. 150 ** Parameters app_id: Profile ID this service is belonged to. 151 ** p_service_uuid: service UUID. 152 ** inst: instance ID number of this service. 153 ** num_handle: numble of handle requessted for this service [all...] |
/external/chromium_org/dbus/ |
dbus_statistics.cc | 20 // Used to store dbus statistics sorted alphabetically by service, interface, 23 Stat(const std::string& service, 26 : service(service), 33 std::string service; member in struct:dbus::__anon11073::Stat 41 if (service != other.service) 42 return service < other.service; 82 void AddStat(const std::string& service, [all...] |
dbus_statistics.h | 22 SHOW_SERVICE = 0, // Service totals only 23 SHOW_INTERFACE = 1, // Service + interface totals 24 SHOW_METHOD = 2, // Service + interface + method totals 41 CHROME_DBUS_EXPORT void AddSentMethodCall(const std::string& service, 44 CHROME_DBUS_EXPORT void AddReceivedSignal(const std::string& service, 49 CHROME_DBUS_EXPORT void AddBlockingSentMethodCall(const std::string& service, 54 // of detail to show: one line per service, per interface, or per method. 67 // service+interface+method. Used in unittests. 68 CHROME_DBUS_EXPORT bool GetCalls(const std::string& service,
|
/frameworks/base/core/java/android/speech/ |
RecognitionService.java | 21 import android.app.Service; 32 * This class provides a base class for recognition service implementations. This class should be 34 * implementation of this service is stateless. 36 public abstract class RecognitionService extends Service { 38 * The {@link Intent} that must be declared as handled by the service. 46 * <code><{@link android.R.styleable#RecognitionService recognition-service}></code> tag. 56 /** Binder of the recognition service */ 165 Log.e(TAG, "call for recognition service without RECORD_AUDIO permissions"); 174 * Notifies the service that it should start listening for speech. 179 * @param listener that will receive the service's callback [all...] |
/external/chromium_org/chrome/android/testshell/java/ |
AndroidManifest.xml | 54 <!-- The following service entries exist in order to allow us to 59 <service android:name="org.chromium.content.app.SandboxedProcessService0" 64 <service android:name="org.chromium.content.app.SandboxedProcessService1" 69 <service android:name="org.chromium.content.app.SandboxedProcessService2" 74 <service android:name="org.chromium.content.app.SandboxedProcessService3" 79 <service android:name="org.chromium.content.app.SandboxedProcessService4" 84 <service android:name="org.chromium.content.app.SandboxedProcessService5" 89 <service android:name="org.chromium.content.app.SandboxedProcessService6" 94 <service android:name="org.chromium.content.app.SandboxedProcessService7" 99 <service android:name="org.chromium.content.app.SandboxedProcessService8 [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/ |
ControllerService.java | 17 package com.android.tools.sdkcontroller.service; 26 import android.app.Service; 40 * The background service of the SdkController. 43 * The service manages a number of SDK controller channels which can be seen as 53 * All the channels are created when the service starts, and whether the emulator 61 public class ControllerService extends Service { 65 * http://developer.android.com/reference/android/app/Service.html#LocalServiceSample 84 * Whether the service is running. Set to true in onCreate, false in onDestroy. 88 /** Internal error reported by the service. */ 92 * Interface that the service uses to notify binded activities [all...] |
/system/core/init/ |
readme.txt | 20 Actions and Services have unique names. If a second Action or Service 51 service <name> <pathname> [ <argument> ]* 60 runs the service. 63 This is a device-critical service. If it exits more than four times in 67 This service will not automatically start with its class. 79 Change to username before exec'ing this service. 86 Change to groupname before exec'ing this service. Additional 92 Change to securitycontext before exec'ing this service. 99 Do not restart the service when it exits. 102 Specify a class name for the service. All services in [all...] |
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
ServiceRunnerActivity.java | 20 import android.app.Service; 44 // Handler of incoming messages from service. 81 public void onServiceConnected(ComponentName className, IBinder service) { 82 mService = new Messenger(service); 84 // Send a message to the service to register. 90 // In this case the service has crashed before we could even do anything. 91 Log.e(TAG, "Failed to send start message to service."); 97 // This is called when the connection with the service has been unexpectedly 99 Log.e(TAG, "Service disconnected.");
|
/development/samples/Alarm/tests/ |
_index.html | 3 sample application. It tests the application's <code>AlarmService</code> service. 17 file for a test application, and how to set up a test case class for a service. The 25 service under test before each test is run. 28 Service start: The <code>Service.testServiceCreate()</code> test confirms that the 29 service starts correctly and initializes the variables it needs to provide its 39 service under test. 43 <code>com.example.android.newalarm</code>, which is the same package used by service under 45 service under test that are defined with package visibility. To prevent conflicts, though,
|
/external/chromium_org/chrome/browser/chromeos/ |
external_metrics.h | 19 // ExternalMetrics is a service that Chrome offers to Chrome OS to upload 29 // Begins the external data collection. This service is started and stopped 30 // by the chrome metrics service. Calls to RecordAction originate in the 48 // Passes an action event to the UMA service on the UI thread. 51 // Passes an action event to the UMA service. 55 // UMA service on the UI thread. 61 // Passes an histogram event to the UMA service. |histogram_data| is in the 65 // Passes a linear histogram event to the UMA service. |histogram_data| is 69 // Passes a sparse histogram event to the UMA service. |histogram_data| is
|
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_keyed_service_factory.cc | 24 // are unit tests that create a service on a context and then change the 25 // testing service mid-test. 74 BrowserContextKeyedService* service = NULL; 81 service = jt->second(context); 84 service = BuildServiceInstanceFor(context); 87 Associate(context, service); 88 return service; 93 BrowserContextKeyedService* service) { 95 mapping_.insert(std::make_pair(context, service));
|
/frameworks/base/core/java/android/nfc/tech/ |
BasicTagTechnology.java | 65 Log.e(TAG, "NFC service dead", e); 88 Log.e(TAG, "NFC service dead", e); 89 throw new IOException("NFC service died"); 111 Log.e(TAG, "NFC service dead", e); 112 throw new IOException("NFC service died"); 125 Log.e(TAG, "NFC service dead", e); 137 Log.e(TAG, "NFC service dead", e); 154 Log.e(TAG, "NFC service dead", e); 155 throw new IOException("NFC service died");
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceInfo.java | 25 * A class for storing Upnp service information that is advertised 54 * Create UPnP service information object. 64 * @param services a string representation of this service in the following format, 68 * e.g) urn:schemas-upnp-org:service:ContentDirectory:1 69 * @return UPnP service information object. 84 for (String service:services) { 85 info.add(createSupplicantQuery(uuid, service)); 93 * Create wpa_supplicant service query for upnp. 97 * @return wpa_supplicant service query for upnp
|
WifiP2pUpnpServiceResponse.java | 25 * A class for a response of upnp service discovery. 37 * The list of Unique Service Name. 55 * Return Unique Service Name strings. 57 * @return Unique Service Name.<br> 64 * <li>"uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:service: 85 throw new IllegalArgumentException("Malformed upnp service response"); 90 * Parse UPnP service discovery response 135 * Create upnp service response. 143 * @return UPnP service response data.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiver.java | 20 import android.app.Service; 28 * Handle incoming SMSes. Just dispatches the work off to a Service. 68 * Start the service to process the current event notifications, acquiring 69 * the wake lock before returning to ensure that the service will run. 86 * Called back by the service when it has finished processing notifications, 87 * releasing the wake lock if the service is now stopping. 89 public static void finishStartingService(Service service, int startId) { 92 if (service.stopSelfResult(startId)) {
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
ProviderTest.java | 88 Provider.Service s = new Provider.Service(p, "Type", "Algorithm", 96 Provider.Service s1 = p.getService("MessageDigest", "AbC"); 101 s = new Provider.Service(p, "MessageDigest", "SHA-1", 114 Provider.Service s = new Provider.Service(p, "Type", "Algorithm", 129 s = (Provider.Service)it.next(); 145 fail("Incorrect service"); 153 Provider.Service s = new Provider.Service(p, "Type", "Algorithm" [all...] |
/external/chromium_org/content/browser/renderer_host/ |
text_input_client_mac_unittest.mm | 34 // service's signaling system works. 49 TextInputClientMac* service() { 123 base::Unretained(service()), kSuccessValue)); 124 NSUInteger index = service()->GetCharacterIndexAtPoint( 134 NSUInteger index = service()->GetCharacterIndexAtPoint( 150 base::Unretained(service()), kPreviousValue)); 164 NSUInteger index = service()->GetCharacterIndexAtPoint( 167 index = service()->GetCharacterIndexAtPoint(widget(), gfx::Point(2, 2)); 184 base::Unretained(service()), kSuccessValue)); 185 NSRect rect = service()->GetFirstRectForRange(widget(), NSMakeRange(0, 32)) [all...] |
/external/chromium_org/content/shell/android/browsertests_apk/ |
AndroidManifest.xml | 27 <!-- The following service entries exist in order to allow us to 32 <service android:name="org.chromium.content.app.SandboxedProcessService0" 37 <service android:name="org.chromium.content.app.SandboxedProcessService1" 42 <service android:name="org.chromium.content.app.SandboxedProcessService2" 47 <service android:name="org.chromium.content.app.SandboxedProcessService3" 52 <service android:name="org.chromium.content.app.SandboxedProcessService4" 57 <service android:name="org.chromium.content.app.SandboxedProcessService5" 62 <service android:name="org.chromium.content.app.SandboxedProcessService6" 67 <service android:name="org.chromium.content.app.SandboxedProcessService7" 72 <service android:name="org.chromium.content.app.SandboxedProcessService8 [all...] |