OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service
(Results
2126 - 2150
of
11175
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/libcore/luni/src/main/java/java/security/
KeyFactory.java
31
// The
service
name.
32
private static final String
SERVICE
= "KeyFactory";
35
private static final Engine ENGINE = new Engine(
SERVICE
);
51
* the concrete key factory
service
.
/libcore/luni/src/main/java/java/security/cert/
CertPathBuilderSpi.java
23
* The <i>
Service
Provider Interface</i> (<b>SPI</b>) for the {@code
/libcore/luni/src/main/java/java/util/
ServiceConfigurationError.java
21
* Thrown when a
service
provider can't be loaded by {@link ServiceLoader}.
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
DRLCertFactory.java
39
// register the
service
/packages/apps/BasicSmsReceiver/res/values-nl/
strings.xml
19
<string name="sms_app_name" msgid="3641211328012514267">"Eenvoudige
service
voor sms-ontvangst"</string>
/packages/apps/Calendar/src/com/android/calendar/
CalendarApplication.java
28
*
service
, etc. of Calendar
/packages/apps/CellBroadcastReceiver/
AndroidManifest.xml
37
<
service
android:name="CellBroadcastAlertAudio"
40
<
service
android:name="CellBroadcastAlertService"
43
<
service
android:name="CellBroadcastConfigService"
46
<
service
android:name="CellBroadcastAlertReminder"
/packages/apps/Contacts/tests/
AndroidManifest.xml
97
<
service
android:name=".testauth.TestAuthenticationService$Basic" android:exported="true">
104
</
service
>
106
<
service
android:name=".QueryService" />
107
<
service
android:name=".PhoneNumberTestService" />
/packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchFragment.java
24
import com.android.dialer.
service
.CachedNumberLookupService;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
SyncWindow.java
17
package com.android.emailcommon.
service
;
/packages/apps/Email/emailsync/src/com/android/emailsync/
MailboxAlarmReceiver.java
34
// EXCHANGE_SERVICE_MAILBOX_ID tells us that the
service
is asking to be started
/packages/apps/Email/src/com/android/email/
EmailIntentService.java
25
* A
service
to handle various intents asynchronously.
/packages/apps/Email/src/com/android/email/service/
AuthenticatorService.java
17
package com.android.email.
service
;
27
import android.app.
Service
;
37
* A very basic authenticator
service
for EAS. At the moment, it has no UI hooks. When called
41
public class AuthenticatorService extends
Service
{
/packages/apps/Email/tests/src/com/android/emailcommon/service/
SearchParamsTests.java
17
package com.android.emailcommon.
service
;
/packages/apps/Exchange/src/com/android/exchange/
SettingsRedirector.java
29
* This is needed since the Exchange
service
runs as a separate UID and is therefore tracked as
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
IKeyChainServiceTestSupport.aidl
21
*
Service
that runs as the system user for the use of the
/packages/apps/Launcher3/src/com/android/launcher3/
MemoryTracker.java
20
import android.app.
Service
;
30
public class MemoryTracker extends
Service
{
166
if (svc.
service
.getPackageName().equals(getPackageName())) {
167
Log.v(TAG, "discovered running
service
: " + svc.process + " (" + svc.pid + ")");
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeLlcpServiceSocket.java
25
* LlcpServiceSocket represents a LLCP
Service
to be used in a
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpServiceSocket.cpp
92
/* Set socket options with the socket options of the
service
*/
182
TRACE("Close
Service
socket");
197
TRACE("Close
Service
socket OK");
202
ALOGD("Close
Service
socket KO");
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeLlcpServiceSocket.java
25
* LlcpServiceSocket represents a LLCP
Service
to be used in a
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
OneTimeInitializerReceiver.java
25
* BroadcastReceiver that starts the
service
to performs one time initialization
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
MediaItemUtils.java
19
import com.android.videoeditor.
service
.MovieMediaItem;
/packages/experimental/NotificationShowcase/
proguard.cfg
10
-keep public class * extends android.app.
Service
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionsInfoCompatUtils.java
41
* {@link SuggestionsInfo#getSuggestionsAttributes()}: this tells that the text
service
thinks
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
BootBroadcastReceiver.java
24
* Arrange for the uploading
service
to be run on regular intervals.
Completed in 1355 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>