HomeSort by relevance Sort by last modified time
    Searched refs:Service (Results 26 - 50 of 772) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/backup/
LocalTransportService.java 19 import android.app.Service;
23 public class LocalTransportService extends Service {
  /frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DisabledService.java 19 import android.app.Service;
24 * Empty Service for testing
27 public class DisabledService extends Service {
EnabledService.java 19 import android.app.Service;
24 * Empty Service for testing
27 public class EnabledService extends Service {
  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
TestService.java 20 import android.app.Service;
24 public class TestService extends Service {
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeCoreService.java 19 import android.app.Service;
24 public class FakeCoreService extends Service {
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
EmptyService.java 19 import android.app.Service;
24 public class EmptyService extends Service {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
AuthenticationService.java 18 import android.app.Service;
22 public class AuthenticationService extends Service {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
EmptyService.java 19 import android.app.Service;
24 * Background {@link Service} that is used to keep our process alive long enough
28 public class EmptyService extends Service {
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestInputControlService.java 18 import android.app.Service;
26 public class TestInputControlService extends Service {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
EmptyService.java 18 import android.app.Service;
23 * Background {@link Service} that is used to keep our process alive long enough
27 public class EmptyService extends Service {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MockSyncAdapter.java 19 import android.app.Service;
26 public class MockSyncAdapter extends Service {
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.hpp 22 template <typename Service>
23 inline Service& use_service(io_service& ios)
25 // Check that Service meets the necessary type requirements.
26 (void)static_cast<io_service::service*>(static_cast<Service*>(0));
27 (void)static_cast<const io_service::id*>(&Service::id);
29 return ios.service_registry_->template use_service<Service>();
39 template <typename Service>
40 inline void add_service(io_service& ios, Service* svc)
42 // Check that Service meets the necessary type requirements
    [all...]
  /system/connectivity/dhcp_client/
service.h 35 class Service : public base::RefCounted<Service> {
37 Service(Manager* manager,
42 virtual ~Service();
48 // Indentifier number of this service.
60 // Type of the DHCP service.
82 DISALLOW_COPY_AND_ASSIGN(Service);
  /system/connectivity/apmanager/
service.cc 17 #include "apmanager/service.h"
44 const char Service::kHostapdPath[] = "/usr/sbin/hostapd";
45 const char Service::kHostapdConfigPathFormat[] =
47 const char Service::kHostapdControlInterfacePath[] =
50 const char Service::kHostapdPath[] = "/system/bin/hostapd";
51 const char Service::kHostapdConfigPathFormat[] =
53 const char Service::kHostapdControlInterfacePath[] =
58 const int Service::kAPInterfaceCheckIntervalMilliseconds = 200;
59 const int Service::kAPInterfaceCheckMaxAttempts = 5;
62 const int Service::kTerminationTimeoutSeconds = 2
    [all...]
mock_service.h 23 #include "apmanager/service.h"
27 class MockService : public Service {
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 6 ATTRIBUTE User-Service-Type 6 integer
19 VALUE Service-Type Shell-User 6
21 VALUE Service-Type Dialback-Login-User 3
22 VALUE Service-Type Dialback-Framed-User 4
33 VALUE Service-Type Login 1
34 VALUE Service-Type Framed 2
35 VALUE Service-Type Callback-Login 3
36 VALUE Service-Type Callback-Framed 4
37 VALUE Service-Type Exec-User 7
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
ProviderService_ImplTest.java 31 * Tests for <code>Provider.Service</code> constructor and methods
40 Provider.Service s = new Provider.Service(p, "type", "algorithm",
43 "Provider MyProvider Service type.algorithm className",
51 s = new Provider.Service(p, "type", "algorithm", "className",
54 "Provider MyProvider Service type.algorithm className\n"
  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.cc 51 CellularService* service)
52 : OutOfCreditsDetector(dispatcher, manager, metrics, service),
55 new TrafficMonitor(service->cellular(), dispatcher)),
56 service_rpc_identifier_(service->GetRpcIdentifier()) {
78 Service::ConnectState old_state, Service::ConnectState new_state) {
81 case Service::kStateUnknown:
82 case Service::kStateIdle:
83 case Service::kStateFailure:
87 case Service::kStateAssociating
    [all...]
  /system/connectivity/shill/ethernet/
ethernet_eap_service.cc 36 : Service(control_interface, dispatcher, metrics, manager,
54 Service::UpdateCredentialsReason reason) {
55 if (reason == Service::kReasonPropertyUpdate) {
66 Service::Unload();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 34 * Tests for <code>Provider.Service</code> constructor and methods
41 new Provider.Service(null, "type", "algorithm",
47 new Provider.Service(p, null, "algorithm",
53 new Provider.Service(p, "type", null,
59 new Provider.Service(p, "type", "algorithm",
65 Provider.Service s = new Provider.Service(p,
78 Provider.Service s = new Provider.Service(p,
93 s = new Provider.Service(p, "type", "algorithm", "className"
    [all...]
  /cts/tests/tests/accounts/CtsUnaffiliatedAccountAuthenticators/src/android/accounts/cts/unaffiliated/
StdAccountAuthService.java 21 import android.app.Service;
26 * a basic Mock Service for wrapping the MockAccountAuthenticator
28 public class StdAccountAuthService extends Service {
  /cts/tests/tests/os/src/android/os/cts/
EmptyService.java 19 import android.app.Service;
24 public class EmptyService extends Service {
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncService.java 19 import android.app.Service;
25 * Service which provides the SyncAdapter implementation to the framework on request.
27 public class SyncService extends Service {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncService.java 18 import android.app.Service;
23 * Service to handle Account sync. This is invoked with an intent with action
27 public class SyncService extends Service {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ServiceModule.java 19 import com.google.common.util.concurrent.Service;
32 static ServiceManager provideServiceManager(Set<Service> services) {

Completed in 300 milliseconds

12 3 4 5 6 7 8 91011>>