OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service
(Results
1276 - 1300
of
11175
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
Dns.java
22
* Domain name
service
. Prefer this over {@link InetAddress#getAllByName} to
/external/qemu/distrib/jpeg-6b/
rdgif.c
18
* CompuServe Incorporated. GIF(sm) is a
Service
Mark property of
/external/smack/src/org/jivesoftware/smackx/
GroupChatInvitation.java
72
* GroupChat room addresses are in the form <tt>room@
service
</tt>,
73
* where <tt>
service
</tt> is the name of groupchat server, such as
84
* are in the form <tt>room@
service
</tt>, where <tt>
service
</tt> is
/external/wpa_supplicant_8/src/common/
gas.h
2
* Generic advertisement
service
(GAS) (IEEE 802.11u)
/external/wpa_supplicant_8/wpa_supplicant/
gas_query.h
2
* Generic advertisement
service
(GAS) query
/frameworks/av/media/common_time/
cc_helper.cpp
74
//
service
has the chance to go into auto-disabled mode.
89
//
service
. If the first attempt fails with DEAD_OBJECT, the helpers will
90
// attempt to make a connection to the
service
again (assuming that the process
91
// hosting the
service
had crashed and the client proxy we are holding is dead)
/frameworks/av/media/libmedia/
mediametadataretriever.cpp
30
// client singleton for binder interface to
service
62
const sp<IMediaPlayerService>&
service
(getService());
63
if (
service
== 0) {
67
sp<IMediaMetadataRetriever> retriever(
service
->createMetadataRetriever());
/frameworks/base/core/java/android/app/
IServiceConnection.aidl
24
void connected(in ComponentName name, IBinder
service
);
/frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl
20
* System private API for Bluetooth
service
callbacks.
IBluetoothHeadsetPhone.aidl
20
* API for Bluetooth Headset Phone
Service
in phone app
IBluetoothPan.aidl
22
* API for Bluetooth Pan
service
IBluetoothPbap.aidl
22
* System private API for Bluetooth pbap
service
/frameworks/base/core/java/android/service/dreams/
IDreamManager.aidl
17
package android.
service
.dreams;
IDreamService.aidl
17
package android.
service
.dreams;
/frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl
17
package android.
service
.wallpaper;
/frameworks/base/core/java/android/speech/tts/
AbstractSynthesisCallback.java
20
* are private to the TTS
service
implementation.
SynthesisCallback.java
40
* The
service
should call this when it starts to synthesize audio for this
55
* The
service
should call this method when synthesized audio is ready for consumption.
70
* The
service
should call this method when all the synthesized audio for a request has
83
* The
service
should call this method if the speech synthesis fails.
/frameworks/base/core/java/android/view/textservice/
SentenceSuggestionsInfo.java
25
* This class contains a metadata of suggestions returned from a text
service
26
* (e.g. {@link android.
service
.textservice.SpellCheckerService}).
27
* The text
service
uses this class to return the suggestions
41
* @param suggestionsInfos from the text
service
/frameworks/base/core/java/com/android/internal/textservice/
ITextServicesSessionListener.aidl
24
* Interface to the text
service
session.
/frameworks/base/core/java/com/android/internal/widget/
IRemoteViewsAdapterConnection.aidl
23
void onServiceConnected(IBinder
service
);
/frameworks/base/core/res/assets/webkit/
incognito_mode_start_page.html
18
<li>Internet
service
providers or employers that track the pages you visit</li>
/frameworks/base/core/res/res/raw/
incognito_mode_start_page.html
18
<li>Internet
service
providers or employers that track the pages you visit</li>
/frameworks/base/core/res/res/raw-xlarge/
incognito_mode_start_page.html
18
<li>Internet
service
providers or employers that track the pages you visit</li>
/frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java
37
IBinder
service
= ServiceManager.getService("mount");
local
38
if (
service
!= null) {
39
return IMountService.Stub.asInterface(
service
);
41
Log.e(TAG, "Can't get mount
service
");
/frameworks/base/docs/html/guide/topics/data/
index.jd
3
page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup
service
to let users store and recover application and system data.
Completed in 656 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>