OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service
(Results
3301 - 3325
of
11175
) sorted by null
<<
131
132
133
134
135
136
137
138
139
140
>>
/frameworks/av/services/camera/libcameraservice/
CameraService.h
305
// Callbacks from camera
service
319
// Step 1. Check if we can connect, before we acquire the
service
lock.
324
// Step 2. Check if we can connect, after we acquire the
service
lock.
378
// Broadcast the new status if it changed (locks the
service
mutex)
/frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.h
91
// Callbacks from camera
service
/frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl
24
*
Service
that allows the interaction with an authentication server.
IAccountManager.aidl
26
* Central application
service
that provides account management.
/frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl
26
* System private API for talking with the Bluetooth
service
.
/frameworks/base/core/java/android/net/
EthernetDataTracker.java
54
/* For sending events to connectivity
service
handler */
148
INetworkManagementService
service
= INetworkManagementService.Stub.asInterface(b);
local
150
service
.clearInterfaceAddresses(mIface);
208
// register for notifications from NetworkManagement
Service
/frameworks/base/core/java/android/print/
package.html
11
which is a system
service
that can be obtained from the current context. The print manager
/frameworks/base/core/java/android/printservice/
PrintDocument.java
29
*
service
. It exposes APIs to query the document and obtain its data.
/frameworks/base/core/java/android/speech/
IRecognitionListener.aidl
31
* @param params parameters set by the recognition
service
. Reserved for future use.
/frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java
18
import android.app.
Service
;
66
* thread, which will be different from the main thread of the
service
. Synthesis
74
public abstract class TextToSpeechService extends
Service
{
170
* In <= Android 4.2 (<= API 17) can be called on main and
service
binder threads.
186
* Notifies the
service
that it should stop any in-progress speech synthesis.
194
* Tells the
service
to synthesize speech from the given text. This method should
207
* Queries the
service
for a set of features supported for a given language.
310
* Called on a
service
binder thread.
360
* Called on a
service
binder thread.
[
all
...]
/frameworks/base/core/java/android/view/textservice/
TextInfo.java
74
* @return the text which is an input of a text
service
/frameworks/base/core/java/com/android/internal/view/
InputBindResult.java
31
* The input method
service
.
/frameworks/base/docs/html/distribute/googleplay/about/
distribution.jd
154
<p> Google Play Licensing is a network-based
service
that you implement in your
155
app. The
service
lets your app query a trusted licensing server at runtime, to
157
the licensing
service
to protect any app, even apps that you distribute for
158
free. For an overview of the
service
, see <a
/frameworks/base/docs/html/google/gcm/
gs.jd
13
<li><a href="#gcm-
service
">Enabling the GCM
Service
</a></li>
53
<h2 id="gcm-
service
">Enabling the GCM
Service
</h2>
54
<p>To enable the GCM
service
:</p>
58
<li>In the Terms of
Service
page, accept the terms.
107
<li>An intent
service
to handle the intents received by the broadcast receiver. Optional.</li>
138
<
service
android:name=".MyIntentService" />
233
* Gets the current registration id for application on GCM
service
.
/frameworks/base/docs/html/guide/topics/media/
index.jd
16
<p>If your media playback application creates a media playback
service
, just like Music, that
/frameworks/base/docs/html/sdk/api_diff/14/changes/
packages_index_all.html
82
<A HREF="changes-summary.html#android.
service
.textservice" class="hiddenlink" target="rightframe"><b>android.
service
.textservice</b></A><br>
83
<A HREF="pkg_android.
service
.wallpaper.html" class="hiddenlink" target="rightframe">android.
service
.wallpaper</A><br>
pkg_android.app.html
211
<A NAME="
Service
"></A>
212
<nobr><A HREF="android.app.
Service
.html">
Service
</A></nobr>
234
<a href="http://www.android.com/terms.html">Site Terms of
Service
</a> -
/frameworks/base/docs/html/sdk/api_diff/15/changes/
jdiff_statistics.html
147
<TD><A HREF="pkg_android.
service
.textservice.html">android.
service
.textservice</A></TD>
167
<TD><A HREF="pkg_android.
service
.wallpaper.html">android.
service
.wallpaper</A></TD>
267
<TD><A HREF="android.
service
.textservice.SpellCheckerService.Session.html">
268
android.
service
.textservice.SpellCheckerService.Session</A></TD>
327
<TD><A HREF="android.
service
.wallpaper.WallpaperService.Engine.html">
328
android.
service
.wallpaper.WallpaperService.Engine</A></TD>
429
<a href="http://www.android.com/terms.html">Site Terms of
Service
</a> -
/frameworks/base/docs/html/sdk/api_diff/5/changes/
pkg_android.app.html
169
<A NAME="
Service
"></A>
170
<nobr><A HREF="android.app.
Service
.html">
Service
</A></nobr>
185
<a href="http://www.android.com/terms.html">Site Terms of
Service
</a> -
/frameworks/base/docs/html/sdk/api_diff/7/changes/
changes-summary.html
98
<A NAME="android.
service
.wallpaper"></A>
99
<nobr><A HREF="../../../../reference/android/
service
/wallpaper/package-summary.html" target="_top"><code>android.
service
.wallpaper</code></A></nobr>
201
<a href="http://www.android.com/terms.html">Site Terms of
Service
</a> -
/frameworks/base/docs/html/training/in-app-billing/
purchase-iab-products.jd
78
<p>Upon a successful purchase, the user?s purchase data is cached locally by Google Play?s In-app Billing
service
. It is good practice to frequently query the In-app Billing
service
for the user?s purchases, for example whenever the app starts up or resumes, so that the user?s current in-app product ownership information is always reflected in your app.</p>
86
<p>If the query is successful, the query results are stored in an {@code Inventory} object that is passed back to the listener. The In-app Billing
service
returns only the purchases made by the user account that is currently logged in to the device.</p>
136
<p>It?s important to check for consumable items when the user starts up your application. Typically, you would first query the In-app Billing
service
for the items purchased by the user (via {@code queryInventoryAsync}), then get the consumable {@code Purchase} objects from the Inventory. If your application detects that are any consumable items that are owned by the user, you should send a consumption request to Google Play immediately and provision the item to the user. See the {@code TrivialDrive} sample for an example of how to implement this checking at startup.</p>
/frameworks/base/docs/html/training/location/
display-address.jd
55
<strong>Note:</strong> Address lookup requires a backend
service
that is not included in the
56
core Android framework. If this backend
service
is not available,
59
in API level 9 and later, checks to see if the backend
service
is available.
168
" passed to address
service
";
/frameworks/base/packages/Keyguard/
AndroidManifest.xml
48
<
service
android:name=".KeyguardService"
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java
20
import android.
service
.notification.StatusBarNotification;
/frameworks/base/services/java/com/android/server/connectivity/
PacManager.java
187
Log.w(TAG, "Failed to stop PAC
service
", e);
252
Log.e(TAG, "setCurrentProxyScript: no proxy
service
");
293
Log.d(TAG, "Adding
service
" + PAC_SERVICE_NAME + " "
301
Log.e(TAG, "No proxy
service
");
Completed in 1387 milliseconds
<<
131
132
133
134
135
136
137
138
139
140
>>