Searched refs:service (Results 126 - 150 of 622) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/os/
H A DIServiceManager.java32 * Retrieve an existing service called @a name from the
33 * service manager. Blocks for a few seconds waiting for it to be
39 * Retrieve an existing service called @a name from the
40 * service manager. Non-blocking.
45 * Place a new @a service called @a name into the service
48 public void addService(String name, IBinder service, boolean allowIsolated) argument
57 * Assign a permission controller to the service manager. After set, this
H A DHardwarePropertiesManager.java94 public HardwarePropertiesManager(Context context, IHardwarePropertiesManager service) { argument
96 mService = service;
113 * current VR service tries to retrieve information provided by this service.
151 * current VR service tries to retrieve information provided by this service.
168 * current VR service tries to retrieve information provided by this service.
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperSettingsActivity.java17 package android.service.wallpaper;
35 = "android.service.wallpaper.PREVIEW_MODE";
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseDream.java19 import android.service.dreams.DreamService;
/frameworks/base/services/core/java/com/android/server/am/
H A DIntentBindRecord.java31 /** The running service. */
32 final ServiceRecord service; field in class:IntentBindRecord
38 /** Binder published from service. */
44 /** Set when we still need to tell the service all clients are unbound. */
46 /** Set when the service's onUnbind() has asked to be told about new clients. */
52 pw.print(prefix); pw.print("service="); pw.println(service);
75 service = _service;
101 sb.append(service.shortName);
H A DAppWaitingForDebuggerDialog.java30 public AppWaitingForDebuggerDialog(ActivityManagerService service, argument
33 mService = service;
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java77 * Denotes a stop requested by a client. It's used only on the service side of the API,
94 * Denotes a failure of a TTS service.
198 * Listener that will be called when the TTS service has
325 * Intent for starting a TTS service. Services that handle this intent must
327 * directly, instead they should talk to the TTS service using the the methods in this
852 public Void run(ITextToSpeechService service) throws RemoteException {
853 service.setCallback(getCallerIdentity(), null);
854 service.stop(getCallerIdentity());
858 // service ends up being destroyed (if there are no other open
860 // ServiceConnection continues to refer to the destroyed service
1701 getVoice(ITextToSpeechService service, String voiceName) argument
2207 onServiceConnected(ComponentName name, IBinder service) argument
2301 run(ITextToSpeechService service) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java231 Log.e(TAG, "Broken GATT database: can't find included service.");
522 * Returns a service by UUID, instance and type.
711 * <p>This is an asynchronous operation. Once service discovery is completed,
718 * @return true, if the remote service discovery has been started
739 * <p>This function requires that service discovery has been completed
745 * if service discovery has not yet been performed.
751 for (BluetoothGattService service : mServices) {
752 if (service.getDevice().equals(mDevice)) {
753 result.add(service);
764 * <p>This function requires that service discover
[all...]
/frameworks/av/media/libstagefright/
H A DProcessInfo.cpp33 sp<IProcessInfoService> service = interface_cast<IProcessInfoService>(binder); local
40 status_t err = service->getProcessStatesAndOomScoresFromPids(length, &pid, &state, &score);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiClient.java11 * the HDMI control system service. Contains methods and data used in common.
25 /* package */ HdmiClient(IHdmiControlService service) { argument
26 mService = service;
H A DHdmiPlaybackClient.java70 /* package */ HdmiPlaybackClient(IHdmiControlService service) { argument
71 super(service);
/frameworks/base/core/java/android/service/dreams/
H A DIDreamManager.aidl17 package android.service.dreams;
/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionSession.aidl17 package android.service.voice;
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
H A DStubbablePrinterDiscoverySession.java31 public StubbablePrinterDiscoverySession(PrintService service, argument
33 mService = service;
/frameworks/base/libs/common_time/
H A DAndroid.mk20 # Uncomment to enable vesbose logging and debug service.
/frameworks/base/libs/hwui/tests/scripts/
H A Dprep_volantis.sh28 adb shell setprop service.bootanim.exit 1
/frameworks/base/location/java/android/location/
H A DCountryDetector.java27 * This class provides access to the system country detector service. This
28 * service allows applications to obtain the country that the user is in.
91 public CountryDetector(ICountryDetector service) { argument
92 mService = service;
/frameworks/base/native/android/
H A Dnet.c76 const char *node, const char *service,
84 return android_getaddrinfofornet(node, service, hints, netid, 0, res);
75 android_getaddrinfofornetwork(net_handle_t network, const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DSystemConditionProviderService.java22 import android.service.notification.ConditionProviderService;
23 import android.service.notification.IConditionProvider;
/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptShellCommand.java28 OtaDexoptShellCommand(OtaDexoptService service) { argument
29 mInterface = service;
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceShellCommand.java27 WebViewUpdateServiceShellCommand(IWebViewUpdateService service) { argument
28 mInterface = service;
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceInfo.java25 * A class for storing Upnp service information that is advertised
54 * Create UPnP service information object.
64 * @param services a string representation of this service in the following format,
68 * e.g) urn:schemas-upnp-org:service:ContentDirectory:1
69 * @return UPnP service information object.
84 for (String service:services) {
85 info.add(createSupplicantQuery(uuid, service));
93 * Create wpa_supplicant service query for upnp.
97 * @return wpa_supplicant service query for upnp
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUsimServiceTable.java128 public boolean isAvailable(UsimService service) { argument
129 return super.isAvailable(service.ordinal());
/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl28 import android.service.notification.Adjustment;
29 import android.service.notification.Condition;
30 import android.service.notification.IConditionListener;
31 import android.service.notification.IConditionProvider;
32 import android.service.notification.INotificationListener;
33 import android.service.notification.StatusBarNotification;
35 import android.service.notification.ZenModeConfig;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java116 IUsbManager service = IUsbManager.Stub.asInterface(b);
127 service.grantDevicePermission(mDevice, uid);
130 service.setDevicePackage(
133 service.setDevicePackage(mDevice, null, userId);
140 service.grantAccessoryPermission(mAccessory, uid);
143 service.setAccessoryPackage(
146 service.setAccessoryPackage(mAccessory, null, userId);

Completed in 783 milliseconds

1234567891011>>