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

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/content/src/android/content/cts/
MockAccountService.java 19 import android.app.Service;
24 * a basic Mock Service for wrapping the MockAccountAuthenticator
26 public class MockAccountService extends Service {
MockSyncAdapterService.java 19 import android.app.Service;
23 public class MockSyncAdapterService extends Service {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
MockAccountService.java 19 import android.app.Service;
24 * Account service for the authenticator
26 public class MockAccountService extends Service {
  /development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
MyAccountAuthenticatorService.java 19 import android.app.Service;
23 public class MyAccountAuthenticatorService extends Service {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
HeadlessSmsSendService.java 19 import android.app.Service;
24 * Dummy service to make sure this app can be default SMS app
26 public class HeadlessSmsSendService extends Service {
  /frameworks/base/core/java/android/app/admin/
DeviceAdminService.java 18 import android.app.Service;
24 * Base class for a service that device owner/profile owners can optionally have.
37 * to disable/enable its own service. For example, when a device/profile owner no longer needs
38 * to be in the foreground, it can (and should) disable its service.
40 * <p>The service must be protected with the permission
43 * <p>When the owner process crashes, the service will be re-bound automatically after a
49 public class DeviceAdminService extends Service {
  /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/core/tests/coretests/apks/install_multi_package/src/com/android/frameworks/coretests/
FirstChildTestService.java 20 import android.app.Service;
24 public class FirstChildTestService extends Service {
SecondChildTestService.java 20 import android.app.Service;
24 public class SecondChildTestService extends Service {
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/packages/SystemUI/src/com/android/systemui/doze/
DozeBrightnessHostForwarder.java 22 public class DozeBrightnessHostForwarder extends DozeMachine.Service.Delegate {
26 public DozeBrightnessHostForwarder(DozeMachine.Service wrappedService, DozeHost host) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType1AuthenticatorService.java 18 import android.app.Service;
23 * a test Mock Service for wrapping the TestAccountType1Authenticator
25 public class TestAccountType1AuthenticatorService extends Service {
TestAccountType2AuthenticatorService.java 18 import android.app.Service;
23 * a test Mock Service for wrapping the TestAccountType2Authenticator
25 public class TestAccountType2AuthenticatorService 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/Contacts/src/com/android/contacts/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/ManagedProvisioning/src/com/android/managedprovisioning/ota/
OtaService.java 19 import android.app.Service;
24 * Service that keeps the ota process alive.
26 public class OtaService extends Service {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
ProvisioningService.java 19 import android.app.Service;
24 * Service that keeps the provisioning process alive.
26 public class ProvisioningService 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/ContactsProvider/tests/src/com/android/providers/contacts/
MockSyncAdapter.java 19 import android.app.Service;
26 public class MockSyncAdapter extends Service {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug084.go 9 type Service struct {
13 func (s *Service) Serve(a int64) {
20 var arith Service
24 a := new(Service)

Completed in 463 milliseconds

12 3 4 5 6 7 8 91011>>