HomeSort by relevance Sort by last modified time
    Searched full:service (Results 2401 - 2425 of 11175) sorted by null

<<919293949596979899100>>

  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 34 * This is the implementation class for DRM manager service. This delegates
37 * The instance of this class is created while starting the DRM manager service.
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 46 // FIXME The advantage of making the process containing media.log service the parent process of
52 // media.log service
  /frameworks/base/core/java/android/content/
ComponentCallbacks.java 23 * ({@link android.app.Activity}, {@link android.app.Service},
55 * service and foreground UI that we would like to avoid killing.
ContextWrapper.java 493 public ComponentName startService(Intent service) {
494 return mBase.startService(service);
504 public ComponentName startServiceAsUser(Intent service, UserHandle user) {
505 return mBase.startServiceAsUser(service, user);
515 public boolean bindService(Intent service, ServiceConnection conn,
517 return mBase.bindService(service, conn, flags);
522 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags,
524 return mBase.bindServiceAsUser(service, conn, flags, user);
  /frameworks/base/core/java/android/hardware/camera2/
CameraAccessException.java 54 * is no longer valid, or the camera service has shut down the connection due to a
127 "Android device, or the camera service has shut down the connection due " +
  /frameworks/base/core/java/android/net/
PacProxySelector.java 50 Log.e(TAG, "PacManager: no proxy service");
62 Log.e(TAG, "select: no proxy service return NO_PROXY");
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 17 package android.service.dreams;
32 * <code>UiModeManagerService</code> system service and the <code>Somnambulator</code> activity.
  /frameworks/base/core/java/android/speech/
RecognitionListener.java 30 * @param params parameters set by the recognition service. Reserved for future use.
83 * service implementation. To request partial results, use
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 39 public void onServiceConnected(ComponentName name, IBinder service) {
41 mService = IBinderThreadPriorityService.Stub.asInterface(service);
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
packages_index_additions.html 56 <A HREF="changes-summary.html#android.service.textservice" class="hiddenlink" target="rightframe"><b>android.service.textservice</b></A><br>
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
packages_index_additions.html 54 <A HREF="changes-summary.html#android.service.dreams" class="hiddenlink" target="rightframe"><b>android.service.dreams</b></A><br>
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
packages_index_additions.html 54 <A HREF="changes-summary.html#android.service.notification" class="hiddenlink" target="rightframe"><b>android.service.notification</b></A><br>
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
packages_index_additions.html 53 <A HREF="changes-summary.html#android.service.wallpaper" class="hiddenlink" target="rightframe"><b>android.service.wallpaper</b></A><br>
  /frameworks/base/docs/html/training/multiple-threads/
index.jd 22 <a href="{@docRoot}training/run-background-service/index.html">
23 Running in a Background Service</a> training class
  /frameworks/base/location/java/android/location/
LocationListener.java 24 * LocationListener has been registered with the location manager service
54 * provider is out of service, and this is not expected to change in the
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeBackgroundService.java 23 import android.app.Service;
33 public class FakeBackgroundService extends Service {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardService.java 22 import android.app.Service;
38 public class KeyguardService extends Service {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceWrapper.java 38 public KeyguardServiceWrapper(IKeyguardService service) {
39 mService = service;
  /frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java 38 public AppErrorDialog(Context context, ActivityManagerService service,
44 mService = service;
AppNotRespondingDialog.java 40 public AppNotRespondingDialog(ActivityManagerService service, Context context,
44 mService = service;
StrictModeViolationDialog.java 42 public StrictModeViolationDialog(Context context, ActivityManagerService service,
48 mService = service;
  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 41 public FakeWindowImpl(WindowManagerService service,
45 mService = service;
WindowToken.java 31 final WindowManagerService service; field in class:WindowToken
74 service = _service;
  /frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java 29 * System level service that serves as an event dispatch for {@link AccessibilityEvent}s.
33 * events implement and register an accessibility service which extends
  /frameworks/native/include/private/gui/
ComposerService.h 36 // This holds our connection to the composer service (i.e. SurfaceFlinger).
54 // Get a connection to the Composer Service. This will block until

Completed in 1509 milliseconds

<<919293949596979899100>>