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

<<11121314151617181920>>

  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 21 import android.app.Service;
45 public class RssService extends Service implements Runnable{
55 private final int NOTIFY_ID = 1; // Identifies our service icon in the icon tray.
59 // Display an icon to show that the service is running.
63 Notification note = new Notification(this, R.drawable.rss_icon, "RSS Service",
94 // A cheap way to pass a message to tell the service to requery.
111 // When the service is destroyed, get rid of our persistent icon.
248 // Required by Service. We won't implement it here, but need to
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 19 import android.app.Service;
39 * Service for managing connection and data communication with a GATT server hosted on a
42 public class BluetoothLeService extends Service {
81 Log.i(TAG, "Attempting to start service discovery:" +
170 // invoked when the UI is disconnected from the Service.
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingService.java 20 import android.app.Service;
37 public class MessagingService extends Service {
159 IncomingHandler(MessagingService service) {
160 mReference = new WeakReference<>(service);
165 MessagingService service = mReference.get(); local
170 if (service != null) {
171 service.sendNotification(howManyConversations, messagesPerConversation);
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/
MessageDigestTest.java 74 Set<Provider.Service> services = provider.getServices();
75 for (Provider.Service service : services) {
76 String type = service.getType();
80 String algorithm = service.getAlgorithm();
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
KeyGeneratorTest.java 76 Set<Provider.Service> services = provider.getServices();
77 for (Provider.Service service : services) {
78 String type = service.getType();
91 String algorithm = service.getAlgorithm();
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/
MessageDigestTest.java 78 Set<Provider.Service> services = provider.getServices();
79 for (Provider.Service service : services) {
80 String type = service.getType();
84 String algorithm = service.getAlgorithm();
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
KeyGeneratorTest.java 80 Set<Provider.Service> services = provider.getServices();
81 for (Provider.Service service : services) {
82 String type = service.getType();
95 String algorithm = service.getAlgorithm();
  /external/grpc-grpc/src/ruby/qps/
proxy-worker.rb 17 # Proxy of worker service implementation for running a PHP client
33 class ProxyBenchmarkClientServiceImpl < Grpc::Testing::ProxyClientService::Service
106 class ProxyWorkerServiceImpl < Grpc::Testing::WorkerService::Service
  /external/grpc-grpc/test/cpp/performance/
writes_per_rpc_test.cc 78 EndpointPairFixture(Service* service, grpc_endpoint_pair endpoints) {
81 b.RegisterService(service);
145 InProcessCHTTP2(Service* service, grpc_passthru_endpoint_stats* stats)
146 : EndpointPairFixture(service, MakeEndpoints(stats)), stats_(stats) {}
170 EchoTestService::AsyncService service; local
172 new InProcessCHTTP2(&service, grpc_passthru_endpoint_stats_create()));
195 service.RequestEcho(&server_env[0]->ctx, &server_env[0]->recv_request,
198 service.RequestEcho(&server_env[1]->ctx, &server_env[1]->recv_request
    [all...]
  /external/proguard/examples/
android.pro 63 -keep public class * extends android.app.Service
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
ServiceControllerTest.java 6 import android.app.Service;
110 public static class MyService extends Service {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ApplicationManagerFacade.java 21 import android.app.Service;
50 private final Service mService;
155 runningPackages.add(info.service.getPackageName());
CameraFacade.java 19 import android.app.Service;
56 private final Service mService;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothA2dpFacade.java 19 import android.app.Service;
49 private final Service mService;
BluetoothHfpClientFacade.java 19 import android.app.Service;
41 private final Service mService;
BluetoothHspFacade.java 19 import android.app.Service;
40 private final Service mService;
BluetoothMapClientFacade.java 20 import android.app.Service;
52 private final Service mService;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaSessionFacade.java 23 import android.app.Service;
50 private final Service mService;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomCallFacade.java 22 import android.app.Service;
38 private final Service mService;
108 @Rpc(description = "Mute in-service call")
113 @Rpc(description = "Unmute in-service call")
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRtt2ManagerFacade.java 19 import android.app.Service;
56 private final Service mService;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Driver.c 2 The driver binding and service binding protocol for IP4 driver.
95 Test to see if this driver supports ControllerHandle. This service
96 is called by the EFI boot service ConnectController(). In
98 restrictions for this service. ConnectController() must
123 // Test for the MNP service binding Protocol
139 // Test for the Arp service binding Protocol
154 Clean up a IP4 service binding instance. It will release all
160 @param[in] IpSb The IP4 service binding instance to clean up
173 Create a new IP4 driver service binding private instance.
175 @param Controller The controller that has MNP service binding
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 242 MTFTP4_SERVICE *Service;
249 Service = Instance->Service;
253 Service->TimerToGetMap,
261 while (EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) {
715 EFI Boot Service FreePool() to release theOptionList
771 2.A download service function that is pointed to by Token.CheckPacket
875 2.A download service function that is pointed to by Token.CheckPacket
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Driver.c 2 The driver binding and service binding protocol for IP6 driver.
118 // Test for the MNP service binding Protocol
131 Clean up an IP6 service binding instance. It releases all
137 @param[in] IpSb The IP6 service binding instance to clean up.
245 Create a new IP6 driver service binding protocol.
247 @param[in] Controller The controller that has MNP service binding
250 @param[out] Service The variable to receive the newly created IP6
251 service.
254 @retval EFI_SUCCESS A new IP6 service binding private is created.
261 OUT IP6_SERVICE **Service
    [all...]
Ip6If.c 101 IpSb = Interface->Service;
197 @param[in] IpSb The IP6 service binding instance.
228 Interface->Service = IpSb;
339 Ip6RemoveAddr (Interface->Service, &Interface->AddressList, &Interface->AddressCount, NULL, 0);
388 IP6_COPY_LINK_ADDRESS (&Token->SrcMac, &Interface->Service->SnpMode.CurrentAddress);
553 @param[in] IpSb Points to IP6 service binding instance.
670 IpSb = Interface->Service;
775 The heartbeat timer of IP6 service instance. It times out
779 @param[in] Event The IP6 service instance's heartbeat timer.
780 @param[in] Context The IP6 service instance.
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 246 class ServiceImpl : public Service {
251 const Service::FrobinateCallback& callback) override {
313 // User has a proxy to a Service somehow.
314 Service* service = new ServiceProxyImpl(&receiver); local
326 service->Frobinate(std::move(foo), Service::BazOptions::EXTRA,
327 std::move(port), Service::FrobinateCallback());
329 delete service;

Completed in 1349 milliseconds

<<11121314151617181920>>