HomeSort by relevance Sort by last modified time
    Searched refs:Service (Results 201 - 225 of 236) sorted by null

1 2 3 4 5 6 7 8910

  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 26 import android.app.Service;
    [all...]
  /packages/apps/Email/src/com/android/email/
Controller.java 19 import android.app.Service;
35 import com.android.email.service.EmailServiceUtils;
36 import com.android.email.service.MailService;
51 import com.android.emailcommon.service.EmailServiceStatus;
52 import com.android.emailcommon.service.IEmailService;
53 import com.android.emailcommon.service.IEmailServiceCallback;
54 import com.android.emailcommon.service.SearchParams;
72 * based code. We implement Service to allow loadAttachment calls to be sent in a consistent manner
115 // Service callbacks as set up via setCallback
329 IEmailService service = EmailServiceUtils.getExchangeService(mContext, mServiceCallback) local
371 IEmailService service = getServiceForAccount(accountId); local
403 IEmailService service = getServiceForAccount(accountId); local
444 IEmailService service = getServiceForMessage(messageId); local
625 IEmailService service = getServiceForAccount(accountId); local
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 22 import android.app.Service;
66 import com.android.emailcommon.service.AccountServiceProxy;
67 import com.android.emailcommon.service.EmailServiceProxy;
68 import com.android.emailcommon.service.EmailServiceStatus;
69 import com.android.emailcommon.service.IEmailService;
70 import com.android.emailcommon.service.IEmailServiceCallback;
71 import com.android.emailcommon.service.PolicyServiceProxy;
72 import com.android.emailcommon.service.SearchParams;
107 public class ExchangeService extends Service implements Runnable {
174 // Service already running (can't ping
632 EasSyncService service = EasSyncService.getServiceForMailbox(exchangeService, mailbox); local
639 EasSyncService service = EasSyncService.getServiceForMailbox(exchangeService, mailbox); local
1545 final AbstractSyncService service = exchangeService.mServiceMap.get(id); local
1701 AbstractSyncService service = mServiceMap.get(m.mId); local
2284 AbstractSyncService service = null; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 78 * Holds instances of ServiceListener's. Keys are Strings holding a fully qualified service type. Values are LinkedList's of ServiceListener's.
93 * This hashtable holds the services that have been registered. Keys are instances of String which hold an all lower-case version of the fully qualified service name. Values are instances of ServiceInfo.
98 * This hashtable holds the service types that have been registered or that have been received in an incoming datagram.<br/>
99 * Keys are instances of String which hold an all lower-case version of the fully qualified service type.<br/>
100 * Values hold the fully qualified service type.
350 * This hashtable is used to maintain a list of service types being collected by this JmDNS instance. The key of the hashtable is a service type name, the value is an instance of JmDNS.ServiceCollector.
763 // To get a complete info record we need to retrieve the service, address and the text bytes.
897 // report cached service types
929 // We have a problem here. The service collectors must be called synchronously so that their cache get cleaned up immediately or we will (…)
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 152 VALUE Service-Type Dialout-Framed-User 5
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 21 import android.app.Service;
67 public class MediaPlaybackService extends Service {
160 // interval after which we stop the service when idle
357 // If the service was idle, but got killed before it stopped itself, the
367 Log.e(LOGTAG, "Service being destroyed while still playing.");
437 //Log.i("@@@@ service", "created queue string in " + (System.currentTimeMillis() - start) + " ms");
468 //Log.i("@@@@ service", "saved state in " + (System.currentTimeMillis() - start) + " ms");
487 //Log.i("@@@@ service", "loaded queue: " + q);
548 // - music service is restarted, service restores state, doesn't fin
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 387 // Service Connection to remote media container service to copy
421 public void onServiceConnected(ComponentName name, IBinder service) {
424 IMediaContainerService.Stub.asInterface(service);
457 Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT); local
459 if (mContext.bindService(service, mDefContainerConn,
501 // have to bind to the service again.
503 Slog.e(TAG, "Failed to bind to media container service");
507 // Once we bind to the service, the first
513 // Already bound to the service. Just mak
5002 final PackageParser.Service service = info.service; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java 50 Set<Provider.Service> services = provider.getServices();
51 for (Provider.Service service : services) {
52 String type = service.getType();
56 String algorithm = service.getAlgorithm();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 30 import android.app.Service;
2082 AsyncQueryService service = new AsyncQueryService(getActivity()); local
    [all...]
DayView.java 24 import android.app.Service;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 24 import android.app.Service;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 36 // $e6f2 ; INT 19h Boot Load Service Entry Point
39 // $e739 ; INT 14h Serial Communications Service Entry Point
40 // $e82e ; INT 16h Keyboard Service Entry Point
41 // $e987 ; INT 09h Keyboard Service Entry Point
42 // $ec59 ; INT 13h Diskette Service Entry Point
45 // $efd2 ; INT 17h Printer Service Entry Point
47 // $f065 ; INT 10h Video Support Service Entry Point
49 // $f841 ; INT 12h Memory Size Service Entry Point
50 // $f84d ; INT 11h Equipment List Service Entry Point
53 // $fe6e ; INT 1Ah Time-of-day Service Entry Poin
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 54 import android.app.Service;
244 // How long we wait for a service to finish executing.
247 // How long a service needs to be running until restarting its process
248 // is no longer considered to be a relaunch of the service.
251 // How long a service needs to be running until it will start back at
256 // a service is killed before it has run for SERVICE_RESET_RUN_DURATION.
264 // Maximum amount of time for there to be no activity on a service before
532 * All currently bound service connections. Keys are the IBinder of
653 * Used to control how we initialize the service.
735 * Keep track of the number of service processes we last found, t
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 17 package com.android.videoeditor.service;
34 import android.app.Service;
81 * VideoEditor service API
83 public class ApiService extends Service {
216 logd("Stop runnable: Stopping service");
439 * Checks if the service is busy modifying the timeline. While
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/protobuf/src/google/protobuf/
descriptor.cc 222 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE
242 || type == ENUM || type == SERVICE;
255 CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor )
267 case SERVICE : return service_descriptor ->file();
268 case METHOD : return method_descriptor ->service()->file();
    [all...]
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 1998 milliseconds

1 2 3 4 5 6 7 8910