HomeSort by relevance Sort by last modified time
    Searched full:service (Results 576 - 600 of 7469) sorted by null

<<21222324252627282930>>

  /external/freetype/src/base/
ftpatent.c 118 FT_Service_SFNT_Table service; local
122 FT_FACE_FIND_SERVICE( face, service, SFNT_TABLE );
124 if ( service )
131 error = service->table_info( face, i,
154 FT_Service_TTGlyf service; local
165 FT_FACE_FIND_SERVICE( face, service, TT_GLYF );
166 if ( service == NULL )
175 offset = service->get_location( face, gindex, &size );
  /external/qemu/proxy/
proxy_http_int.h 29 HttpService* service,
34 HttpService* service,
  /external/sepolicy/
attributes 36 # All types used for property service
59 # All domains used for binder service domains.
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-stops-watches.js 3 // Configure the mock Geolocation service to report a position to cause permission
27 // Update the mock Geolocation service to report a new position, then
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 19 import android.app.Service;
37 * <p>This class combines a Service (representing the input method component
40 * the service when clients bind to it, but provides no standard implementation
44 public abstract class AbstractInputMethodService extends Service
132 * callbacks on the service, and tell the client when this is done.
144 * callbacks on the service, and tell the client when this is done.
155 * callbacks on the service, and tell the client when this is done.
177 * interface for this service needs to be created.
  /frameworks/base/core/java/android/view/textservice/
SuggestionsInfo.java 25 * This class contains a metadata of suggestions from the text service
33 * in the dictionary in the text service.
38 * {@link #getSuggestionsAttributes}: this tells that the text service thinks the requested
44 * {@link #getSuggestionsAttributes}: this tells that the text service thinks
56 * @param suggestionsAttributes from the text service
57 * @param suggestions from the text service
65 * @param suggestionsAttributes from the text service
66 * @param suggestions from the text service
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerService.java 19 import android.app.Service;
27 public class MessengerService extends Service {
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationService.java 22 import android.app.Service;
26 public class FusedLocationService extends Service {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
TakeScreenshotService.java 19 import android.app.Service;
27 public class TakeScreenshotService extends Service {
  /frameworks/base/packages/WAPPushManager/
AndroidManifest.xml 28 <service android:name=".WapPushManager"
34 </service>
  /frameworks/base/tests/BrowserTestPlugin/
AndroidManifest.xml 28 <service android:name="TestPlugin">
32 </service>
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 21 import android.app.Service;
25 public class SchedulerService extends Service {
  /frameworks/base/tests/LocationTracker/
AndroidManifest.xml 4 <!-- Permissions for the Location Service -->
24 <service android:name=".TrackerService" />
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
WindowManagerGlobal_Delegate.java 40 public static void setWindowManagerService(IWindowManager service) {
41 sService = service;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ILearning_StochasticLinearRanker.aidl 20 * Example of a secondary interface associated with a service. (Note that
22 * retrieve it from the service.)
  /frameworks/testing/uiautomator/utils/DummyIME/
AndroidManifest.xml 22 <service android:name="DummyIme"
28 </service>
  /hardware/ti/wpan/tools/FM/
Android.mk 21 include hardware/ti/wpan/tools/FM/service/Android.mk
23 include hardware/ti/wpan/tools/FM/service/src/jni/Android.mk
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
BootReceiver.java 32 Log.i("BootReceiver", "Starting FM service");
33 // Starting service at boot to speed up enable/disable of FM radio
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 23 import android.app.Service;
33 public abstract class ProfileService extends Service {
47 private static final int PROFILE_SERVICE_MODE=Service.START_NOT_STICKY;
111 Log.w(mName, "Stopping profile service: device does not have BT");
122 Log.d(mName, "Restarting profile service...");
152 log("Destroying service.");
169 //Start service
194 //Notify adapter service
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestSyncService.java 18 import android.app.Service;
22 public abstract class TestSyncService extends Service {
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
MeetingResponseParser.java 29 public MeetingResponseParser(InputStream in, EasSyncService service) throws IOException {
31 mService = service;
  /packages/apps/KeyChain/
AndroidManifest.xml 8 <service android:name="com.android.keychain.KeyChainService">
12 </service>
  /packages/apps/KeyChain/support/
AndroidManifest.xml 21 <service android:name="com.android.keychain.tests.support.KeyChainServiceTestSupport">
25 </service>
  /packages/apps/Settings/res/layout/
running_service_details_process.xml 24 <!-- Icon and label of the service. -->
27 android:id="@+id/service"/>
running_service_details_service.xml 31 <!-- Icon and label of the service. -->
34 android:id="@+id/service"/>

Completed in 581 milliseconds

<<21222324252627282930>>