HomeSort by relevance Sort by last modified time
    Searched refs:Service (Results 276 - 300 of 564) sorted by null

<<11121314151617181920>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionService.java 19 import android.app.Service;
40 * Service to handle rendering of views on a virtual display and to forward input events to the
43 public class ProjectionService extends Service {
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
TestAuthenticator.java 23 import android.app.Service;
35 public class TestAuthenticator extends Service {
  /cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferIncomingTest.java 22 import android.app.Service;
52 public static class BasicAdminService extends Service {
72 "key-transfer-admin-service-bound";
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 26 import android.app.Service;
42 * Service used to dynamically register a broadcast receiver.
44 public class MyService extends Service {
  /cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/
AlertWindowService.java 27 import android.app.Service;
42 /** Service for creating and managing alert windows. */
43 public final class AlertWindowService extends Service {
  /cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
SyncManagerCtsAuthenticator.java 27 import android.app.Service;
39 public class SyncManagerCtsAuthenticator extends Service {
  /cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/
CtsLocationAccessService.java 19 import android.app.Service;
37 public class CtsLocationAccessService extends Service {
152 throw new RuntimeException("Timed out waiting for service state");
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 5 import android.app.Service;
24 * Service is maintaining the necessary Callback in memory.
26 public class AdvertiserService extends Service {
33 * A global variable to let AdvertiserFragment check if the Service is running without needing
84 * Required for extending service, but this will be a Started Service only, so no need for
135 Log.d(TAG, "Service: Starting Advertising");
150 * Move service to the foreground, to avoid execution limits on background processes.
171 Log.d(TAG, "Service: Stopping Advertising");
179 * Returns an AdvertiseData object which includes the Service UUID and Device Name
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 5 import android.app.Service;
24 * Service is maintaining the necessary Callback in memory.
26 public class AdvertiserService extends Service {
33 * A global variable to let AdvertiserFragment check if the Service is running without needing
84 * Required for extending service, but this will be a Started Service only, so no need for
135 Log.d(TAG, "Service: Starting Advertising");
150 * Move service to the foreground, to avoid execution limits on background processes.
171 Log.d(TAG, "Service: Stopping Advertising");
179 * Returns an AdvertiseData object which includes the Service UUID and Device Name
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 20 import android.app.Service;
41 * This is an example if implementing a Service that uses android:isolatedProcess.
43 public class IsolatedService extends Service {
46 * service. Note that this is package scoped (instead of private) so
166 IBinder service) {
167 mService = IRemoteService.Stub.asInterface(service);
174 // This is called when the connection with the service has been
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 23 import android.app.Service;
41 * an update we spawn a background {@link Service} to perform the API queries.
46 // To prevent any ANR timeouts, we perform the update in a service
50 public static class UpdateService extends Service {
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 23 import android.app.Service;
41 * an update we spawn a background {@link Service} to perform the API queries.
47 // To prevent any ANR timeouts, we perform the update in a service
51 public static class UpdateService extends Service {
123 // We don't need to bind to this service
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserService.java 3 import android.app.Service;
22 * Service is maintaining the necessary Callback in memory.
24 public class AdvertiserService extends Service {
29 * A global variable to let AdvertiserFragment check if the Service is running without needing
79 * Required for extending service, but this will be a Started Service only, so no need for
128 Log.d(TAG, "Service: Starting Advertising");
146 Log.d(TAG, "Service: Stopping Advertising");
154 * Returns an AdvertiseData object which includes the Service UUID and Device Name.
161 * arbitrary service or manufacturer data
    [all...]
  /external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
hyts_services.jar 
  /external/autotest/client/cros/tendo/
peerd_dbus_helper.py 15 Service = collections.namedtuple('Service',
23 DBUS_INTERFACE_SERVICE = 'org.chromium.peerd.Service'
103 logging.debug('Found service with properties: %r',
107 services.append(Service(
160 """Expose a service via peerd.
162 Note that peerd should watch DBus connections and remove this service
165 @param service_id: string id of service. See peerd documentation
170 @return string service token for use with remove_service().
186 """Remove a service previously added via expose_service()
    [all...]
  /external/perfetto/src/ipc/test/
ipc_integrationtest.cc 36 using ::perfetto::ipc::Service;
78 ASSERT_TRUE(host->ExposeService(std::unique_ptr<Service>(svc)));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowServiceTest.java 10 import android.app.Service;
27 private MyService service ; field in class:ShadowServiceTest
37 service = Robolectric.setupService(MyService.class);
39 new Notification.Builder(service)
49 service.bindService(new Intent("dummy"), conn, 0);
51 service.unbindService(conn);
58 service.unbindService(conn);
66 service.unbindService(conn);
76 service.startForeground(23, n);
77 assertThat(shadowOf(service).getLastForegroundNotification()).isSameAs(n)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
BatteryManagerFacade.java 19 import android.app.Service;
43 private final Service mService;
CallLogFacade.java 19 import android.app.Service;
52 private final Service mService;
LocationFacade.java 19 import android.app.Service;
83 private final Service mService;
VpnFacade.java 33 import android.app.Service;
46 private final Service mService;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothA2dpSinkFacade.java 19 import android.app.Service;
41 private final Service mService;
BluetoothPbapClientFacade.java 19 import android.app.Service;
44 private final Service mService;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
ImsManagerFacade.java 19 import android.app.Service;
37 private final Service mService;
  /frameworks/av/services/oboeservice/
Android.mk 3 # AAudio Service

Completed in 1807 milliseconds

<<11121314151617181920>>