/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_constants.h | 62 // Status codes for communication errors with the device management service. 76 // Service error: Management not supported. 78 // Service error: Device not found. 80 // Service error: Device token invalid. 82 // Service error: Activation pending. 84 // Service error: The serial number is not valid or not known to the server. 86 // Service error: The device id used for registration is already taken. 88 // Service error: The licenses have expired or have been exhausted. 90 // Service error: The administrator has deprovisioned this client. 92 // Service error: Policy not found. Error code defined by the DM folks [all...] |
mock_device_management_service.cc | 26 MockDeviceManagementService* service) 28 service_(service) {} 64 MockDeviceManagementService* service, 67 : MockRequestJobBase(type, service), 89 AsyncRequestJob(JobType type, MockDeviceManagementService* service) 90 : MockRequestJobBase(type, service) {} 112 ACTION_P3(CreateSyncMockDeviceManagementJob, service, status, response) { 113 return new SyncRequestJob(arg0, service, status, response); 116 ACTION_P2(CreateAsyncMockDeviceManagementJob, service, mock_job) { 117 AsyncRequestJob* job = new AsyncRequestJob(arg0, service); [all...] |
/external/openssh/contrib/suse/ |
rc.sshd | 41 # First reset status of this service 68 ## Stop the service and if this succeeds (i.e. the 69 ## service was running before), start it again. 76 ## Stop the service and regardless of whether it was 88 echo -n "Reload service sshd" 96 echo -n "Checking for service sshd " 101 # 0 - service running 102 # 1 - service dead, but /var/run/ pid file exists 103 # 2 - service dead, but /var/lock/ lock file exists 104 # 3 - service not runnin [all...] |
/frameworks/base/core/java/android/nfc/cardemulation/ |
HostApduService.java | 5 import android.app.Service; 17 * <p>HostApduService is a convenience {@link Service} class that can be 19 * service component. 34 * <h3>Service selection</h3> 36 * service, it sends a so-called 50 * <p>In some cases, a service may need to register multiple AIDs 53 * to some AIDs in the group going to another service). 59 * <li>All AIDs in the group are routed to this service 60 * <li>No AIDs in the group are routed to this service 63 * in the group can be routed to this service, and some to another [all...] |
/frameworks/base/services/java/com/android/server/am/ |
IntentBindRecord.java | 29 * A particular Intent that has been bound to a Service. 32 /** The running service. */ 33 final ServiceRecord service; field in class:IntentBindRecord 39 /** Binder published from service. */ 45 /** Set when we still need to tell the service all clients are unbound. */ 47 /** Set when the service's onUnbind() has asked to be told about new clients. */ 53 pw.print(prefix); pw.print("service="); pw.println(service); 76 service = _service; 104 sb.append(service.shortName) [all...] |
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramResults.java | 23 * CDMA Service Category Program Results from SCPT teleservice SMS. 50 /** Program result: invalid service category name. */ 56 /** Service category to modify. */ 59 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */ 62 /** Result of service category programming for this category. */ 93 * Returns the CDMA service category to modify. 94 * @return a 16-bit CDMA service category value 101 * Returns the CDMA language code for this service category. 109 * Returns the result of service programming for this category 110 * @return the result of service programming for this categor [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
icusvtst.cpp | 326 // create a service using locale keys, 327 TestIntegerService service; local 334 service.registerInstance(singleton0, "en_US", status); 337 Integer* result = (Integer*)service.get("en_US_FOO", status); 346 service.registerInstance(singleton1, "en_US_FOO", status); 349 Integer* result = (Integer*)service.get("en_US_FOO", status); 357 Integer* result = (Integer*)service.get("en_US_BAR", status); 364 confirmIdentical("4) factory size", service.countFactories(), 2); 369 service.registerInstance(singleton2, "en", status); 371 confirmIdentical("5) factory size", service.countFactories(), 3) 626 TestStringService service; local 894 TestStringService service; local 1038 TestStringLocaleService service; local 1282 TestStringService service; local 1339 TestStringService service; local 1359 TestStringSimpleKeyService service; local [all...] |
/external/icu4c/test/intltest/ |
icusvtst.cpp | 326 // create a service using locale keys, 327 TestIntegerService service; local 334 service.registerInstance(singleton0, "en_US", status); 337 Integer* result = (Integer*)service.get("en_US_FOO", status); 346 service.registerInstance(singleton1, "en_US_FOO", status); 349 Integer* result = (Integer*)service.get("en_US_FOO", status); 357 Integer* result = (Integer*)service.get("en_US_BAR", status); 364 confirmIdentical("4) factory size", service.countFactories(), 2); 369 service.registerInstance(singleton2, "en", status); 371 confirmIdentical("5) factory size", service.countFactories(), 3) 626 TestStringService service; local 894 TestStringService service; local 1038 TestStringLocaleService service; local 1282 TestStringService service; local 1339 TestStringService service; local 1359 TestStringSimpleKeyService service; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
LocalServices.java | 31 * Create UPnP MediaRenderer local service. 36 services.add("urn:schemas-upnp-org:service:AVTransport:1"); 37 services.add("urn:schemas-upnp-org:service:ConnectionManager:1"); 45 * Create Bonjour IPP local service. 57 * Create Bonjour AFP local service.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
_package.html | 31 <li>{@link com.android.samples.app.LocalServiceController Local Service 33 <li>{@link com.android.samples.app.LocalServiceBinding Local Service Binding} 34 <li>{@link com.android.samples.app.RemoteServiceController Remote Service 36 <li>{@link com.android.samples.app.RemoteServiceBinding Remote Service 44 <li>{@link com.android.samples.app.AlarmService Alarm Service}
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.h | 19 // running in the service process. 35 // Query the service process for the status of the cloud print proxy and 53 // Methods that send an IPC to the service. 60 // Invoke a task that gets run after the service process successfully 61 // launches. The task typically involves sending an IPC to the service
|
/external/chromium_org/chrome/browser/webdata/ |
web_intents_table.h | 30 // service_url URL for service invocation. 31 // action Name of action provided by the service. 32 // type MIME type of data accepted by the service. 33 // title Title for the service page 47 // service_url The URL of a service in the web_intents table.
|
/external/chromium_org/chrome/common/ |
service_process_util_linux.cc | 29 return "google-chrome-service.desktop"; 31 return "chromium-service.desktop"; 51 // Gets the name of the service process IPC channel. 76 std::string app_name = "Google Chrome Service"; 78 std::string app_name = "Chromium Service";
|
/external/chromium_org/dbus/ |
object_proxy_unittest.cc | 48 // Callback is not yet called because the service is not available. 53 // Start the service. 60 // Callback is called beacuse the service became available. 64 // Callback is called because the service is already available. 70 // Shut down the service.
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
srpc_client.h | 8 // service runtime or to untrusted NaCl threads. 36 // Init is passed a DescWrapper. The SrpcClient performs service 43 // Test whether the SRPC service has a given method. 51 // Attach a service for reverse-direction (from .nexe) RPCs. 52 void AttachService(NaClSrpcService* service, void* instance_data);
|
/external/dnsmasq/contrib/Suse/ |
rc.dnsmasq-suse | 11 # Description: Starts internet name service masq caching server (DNS) 28 echo -n "Starting name service masq caching server " 39 echo -n "Shutting name service masq caching server " 59 echo -n "Reloading name service masq caching server " 66 echo -n "Checking for name service masq caching server "
|
/external/mdnsresponder/mDNSShared/ |
dns-sd.1 | 23 .Nd Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool \" For whatis 57 the asynchronous nature of DNS Service Discovery does 61 that service type appear or disappear from the network. These 69 If you wish to perform DNS Service Discovery operations from a 83 register (advertise) a service in the specified 102 is the domain in which to register the service. 112 which the service is listening. 114 Additional attributes of the service may optionally be described by 115 key/value pairs, which are stored in the advertised service's DNS TXT 116 record. Allowable keys and values are listed with the service [all...] |
mDNS.1 | 23 .Nd Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool \" For whatis 61 the asynchronous nature of DNS Service Discovery does 65 that service type appear or disappear from the network. These 73 If you wish to perform DNS Service Discovery operations from a 87 register (advertise) a service in the specified 106 is the domain in which to register the service. 116 which the service is listening. 118 Additional attributes of the service may optionally be described by 119 key/value pairs, which are stored in the advertised service's DNS TXT 120 record. Allowable keys and values are listed with the service [all...] |
/external/qemu/docs/ |
ANDROID-QEMUD-SERVICES.TXT | 8 clients. Each service is identified by a unique name. There is no provision 9 for versioning. Instead, if you need new features, create a new service 14 "gsm" service: 17 The GSM service provides a communication channel where GSM/GPRS AT commands 29 "gps" service: 32 The GPS service is used to broadcast NMEA 0183 sentences containing fix 33 information to all clients. The service doesn't listen to clients at all. 41 "hw-control" / "control" service: 44 This service is named "control" in 1.0 and 1.1, and "hw-control" 47 This service is used to allow the emulated system to control various aspect [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraDeviceFactory.cpp | 35 ALOGE("%s: No service registered", __FUNCTION__); 64 void CameraDeviceFactory::registerService(wp<CameraService> service) { 65 ALOGV("%s: Registered service %p", __FUNCTION__, 66 service.promote().get()); 68 sService = service;
|
/frameworks/base/packages/FusedLocation/ |
AndroidManifest.xml | 35 <!-- Fused Location Service that LocationManagerService binds to. 36 LocationManagerService will bind to the service with the highest 38 <service android:name="com.android.location.fused.FusedLocationService" 42 <action android:name="com.android.location.service.FusedLocationProvider" /> 46 </service>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UsimServiceTable.java | 21 * Wrapper class for the USIM Service Table EF. 29 SDN, // Service Dialing Numbers 44 SPN, // Service Provider Name 128 public boolean isAvailable(UsimService service) { 129 return super.isAvailable(service.ordinal());
|
/packages/services/Telephony/src/com/android/phone/ |
HfaService.java | 20 import android.app.Service; 26 * Service for performing HfaActivation without any UI. 28 public class HfaService extends Service { 35 Log.i(TAG, "service started"); 53 // We do not respond from this service. On success or failure
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_service_unittest.cc | 255 // We don't want to use a real service class here because we can't call 258 MockClientSideDetectionService service; local 259 EXPECT_CALL(service, ScheduleFetchModel(_)).Times(1); 260 service.SetEnabledAndRefreshState(true); 265 EXPECT_CALL(service, EndFetchModel( 268 service.StartFetchModel(); 270 Mock::VerifyAndClearExpectations(&service); 275 EXPECT_CALL(service, EndFetchModel(ClientSideDetectionService::MODEL_EMPTY)) 277 service.StartFetchModel(); 279 Mock::VerifyAndClearExpectations(&service); 648 MockClientSideDetectionService* service = local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_updater_unittest.cc | 289 // in the actual extension service, but must record the last extension 374 ServiceForManifestTests service; local 378 service.pending_extension_manager(); 383 service.CreateTestExtensions(1, 1, &extensions, &update_url, 385 service.set_extensions(extensions); 392 &service, service.extension_prefs(), service.pref_service(), 393 service.profile(), 60*60*24); 434 ServiceForManifestTests service; local 524 MockService service; local 551 ServiceForManifestTests service; local 590 ServiceForManifestTests service; local 776 ServiceForBlacklistTests service; local 822 ServiceForDownloadTests service; local 901 ServiceForManifestTests service; local 999 ServiceForManifestTests service; local 1126 MockService service; local 1176 ServiceForManifestTests service; local 1198 ServiceForManifestTests service; local [all...] |