Searched refs:service (Results 251 - 275 of 417) sorted by relevance

<<11121314151617

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java438 Log.e(TAG, "could not retrieve NFC service");
444 Log.e(TAG, "could not retrieve NFC Tag service");
451 Log.e(TAG, "could not retrieve card emulation service");
471 /** get handle to NFC service interface */
473 /* get a handle to NFC service */
547 * Returns the binder interface to the service.
556 * Returns the binder interface to the tag service.
565 * Returns the binder interface to the card emulation service.
574 * NFC service dead - attempt best effort recovery
578 Log.e(TAG, "NFC service dea
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeConditionProvider.java29 import android.service.notification.Condition;
30 import android.service.notification.ConditionProviderService;
31 import android.service.notification.IConditionProvider;
32 import android.service.notification.ZenModeConfig;
33 import android.service.notification.ZenModeConfig.DowntimeInfo;
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java148 final ProcessStats.ServiceState service = services.valueAt(isvc);
149 if (service.isRestarting()) {
150 service.setRestarting(true, memFactor, now);
151 } else if (service.isInUse()) {
152 if (service.mStartedState != ProcessStats.STATE_NOTHING) {
153 service.setStarted(true, memFactor, now);
155 if (service.mBoundState != ProcessStats.STATE_NOTHING) {
156 service.setBound(true, memFactor, now);
158 if (service.mExecState != ProcessStats.STATE_NOTHING) {
159 service
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java458 public Object getSystemService(String service) { argument
459 if (LAYOUT_INFLATER_SERVICE.equals(service)) {
463 if (TEXT_SERVICES_MANAGER_SERVICE.equals(service)) {
464 // we need to return a valid service to avoid NPE
468 if (WINDOW_SERVICE.equals(service)) {
473 if (INPUT_METHOD_SERVICE.equals(service)) {
477 if (POWER_SERVICE.equals(service)) {
481 if (DISPLAY_SERVICE.equals(service)) {
485 if (ACCESSIBILITY_SERVICE.equals(service)) {
489 throw new UnsupportedOperationException("Unsupported Service: " + service);
[all...]
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp627 const sp<IMediaPlayerService>& service(getMediaPlayerService());
628 if (service != NULL) {
629 mMediaRecorder = service->createMediaRecorder();
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp401 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder); local
403 CHECK(service.get() != NULL);
405 mOMX = service->getOMX();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java937 // Handle case where bluetooth service proxy
1010 * <p>This method does not start a service discovery procedure to retrieve the UUIDs
1011 * from the remote device. Instead, the local cached copy of the service
1031 * Perform a service discovery on the remote device to get the UUIDs supported.
1038 * if service discovery is not to be performed.
1046 IBluetooth service = sService;
1047 if (service == null) {
1052 return service.fetchRemoteUuids(this);
1289 * @param uuid service record uuid to lookup RFCOMM channel
1322 * @param uuid service recor
[all...]
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java52 * and media container service transports.
74 IBinder service = ServiceManager.getService("mount");
75 if (service != null) {
76 return IMountService.Stub.asInterface(service);
78 Log.e(TAG, "Can't get mount service");
79 throw new RemoteException("Could not contact mount service");
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java36 import android.service.media.MediaBrowserService;
37 import android.service.media.IMediaBrowserService;
38 import android.service.media.IMediaBrowserServiceCallbacks;
82 * Creates a media browser for the specified media browse service.
85 * @param serviceComponent The component name of the media browse service.
87 * @param rootHints An optional bundle of service-specific arguments to send
88 * to the media browse service when connecting and retrieving the root id
98 throw new IllegalArgumentException("service component must not be null");
110 * Connects to the media browse service.
148 Log.e(TAG, "Failed binding to service "
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java38 import android.service.carrier.CarrierMessagingService;
55 new ComponentName("com.android.mms.service", "com.android.mms.service.MmsService");
68 // The actual MMS service instance to invoke
71 // Cached system service instances
91 public void onServiceConnected(ComponentName name, IBinder service) {
94 mService = IMms.Stub.asInterface(service);
218 // Service API calls implementation, proxied to the real MmsService in "com.android.mms.service"
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.h150 // are implemented by the policy service.
244 AudioCommandThread (String8 name, const wp<AudioPolicyService>& service);
375 AudioPolicyClient(AudioPolicyService *service) : mAudioPolicyService(service) {} argument
478 NotificationClient(const sp<AudioPolicyService>& service,
/frameworks/base/core/java/android/service/notification/
H A DCondition.java17 package android.service.notification;
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java17 package android.service.trust;
41 * A service that notifies the system about whether it believes the environment of the device
49 * <p>To extend this class, you must declare the service in your manifest file with
53 * &lt;service android:name=".TrustAgent"
57 * &lt;action android:name="android.service.trust.TrustAgentService" />
59 * &lt;meta-data android:name="android.service.trust.trustagent"
61 * &lt;/service></pre>
80 * The {@link Intent} that must be declared as handled by the service.
84 = "android.service.trust.TrustAgentService";
90 public static final String TRUST_AGENT_META_DATA = "android.service
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionServiceInfo.java17 package android.service.voice;
84 if (!"voice-interaction-service".equals(nodeName)) {
85 mParseError = "Meta-data does not start with voice-interaction-service tag";
108 mParseError = "Error parsing voice interation service meta-data: " + e;
109 Log.w(TAG, "error parsing voice interaction service meta-data", e);
112 mParseError = "Error parsing voice interation service meta-data: " + e;
113 Log.w(TAG, "error parsing voice interaction service meta-data", e);
116 mParseError = "Error parsing voice interation service meta-data: " + e;
117 Log.w(TAG, "error parsing voice interaction service meta-data", e);
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java26 import android.service.trust.TrustAgentService;
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
H A DRankingHelperTest.java20 import android.service.notification.StatusBarNotification;
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java78 public boolean bindService(Intent service, ServiceConnection conn, int flags) { argument
/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
H A DDozeTestDream.java27 import android.service.dreams.DreamService;
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DAppListFragment.java24 import android.service.media.MediaBrowserService;
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java22 import android.service.voice.VoiceInteractionSession;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiController.java131 WifiController(Context context, WifiServiceImpl service, Looper looper) { argument
134 mWifiStateMachine = service.mWifiStateMachine;
135 mSettingsStore = service.mSettingsStore;
136 mLocks = service.mLocks;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java169 private void sendOnAllPrintJobsForServiceHandled(ComponentName service) { argument
171 HandlerCallerCallback.MSG_ON_ALL_PRINT_JOBS_FOR_SERIVICE_HANDLED, service);
216 ComponentName service = (ComponentName) message.obj;
219 mClient.onAllPrintJobsForServiceHandled(service);
221 Slog.e(LOG_TAG, "Error notify for all print jobs per service"
505 ComponentName service = printerId.getServiceName();
506 if (!hasActivePrintJobsForServiceLocked(service)) {
507 sendOnAllPrintJobsForServiceHandled(service);
548 public boolean hasActivePrintJobsForServiceLocked(ComponentName service) { argument
553 && printJob.getPrinterId().getServiceName().equals(service)) {
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java282 /** @hide Process is in the background running a service. Unlike oom_adj, this level
1401 * The service component.
1403 public ComponentName service; field in class:ActivityManager.RunningServiceInfo
1406 * If non-zero, this is the process the service is running in.
1411 * The UID that owns this service.
1416 * The name of the process this service runs in.
1421 * Set to true if the service has asked to run as a foreground process.
1426 * The time when the service was first made active, either by someone
1433 * Set to true if this service has been explicitly started.
1438 * Number of clients connected to the service
1587 getRunningServiceControlPanel(ComponentName service) argument
[all...]
H A DIActivityManager.java52 import android.service.voice.IVoiceInteractionSession;
58 * System private API for talking with the activity manager service. This
156 public PendingIntent getRunningServiceControlPanel(ComponentName service) argument
158 public ComponentName startService(IApplicationThread caller, Intent service, argument
160 public int stopService(IApplicationThread caller, Intent service, argument
167 Intent service, String resolvedType,
171 Intent intent, IBinder service) throws RemoteException;
172 public void unbindFinished(IBinder token, Intent service, argument
177 public IBinder peekService(Intent service, String resolvedType) throws RemoteException; argument
166 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
170 publishService(IBinder token, Intent intent, IBinder service) argument
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java440 * @param service The backing system service.
443 public AppWidgetManager(Context context, IAppWidgetService service) { argument
445 mService = service;
995 * @param intent The intent of the service which will be providing the data to the
1021 * @param intent The intent of the service which will be providing the data to the

Completed in 1948 milliseconds

<<11121314151617