HomeSort by relevance Sort by last modified time
    Searched full:service (Results 301 - 325 of 8021) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 17 package android.service.wallpaper;
19 import android.service.wallpaper.IWallpaperConnection;
  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
TestService.java 20 import android.app.Service;
24 public class TestService extends Service {
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeCoreService.java 19 import android.app.Service;
24 public class FakeCoreService extends Service {
  /frameworks/base/tests/BrowserTestPlugin/src/com/android/testplugin/
TestPlugin.java 19 import android.app.Service;
23 public class TestPlugin extends Service {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 37 * service.
38 * TODO: Eventally the remote service will be running in the system server, and
39 * this will need to be served as a stub for the remote running service. And
135 * Class for interacting with the main interface of the service.
139 IBinder service) {
140 // This is called when the connection with the service has been
142 mService = IBordeauxService.Stub.asInterface(service);
146 // This is called when the connection with the service has been
ILearning_MulticlassPA.aidl 20 * Example of a secondary interface associated with a service. (Note that
22 * retrieve it from the service.)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceUnavailableException.java 17 package com.android.emailcommon.service;
20 * An Exception thrown when a service proxy requires a result and there's a remote exception; this
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorServiceAlternate.java 17 package com.android.email.service;
23 * independently disable/enable each service we need to give it a different class name.
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
SyncAdapterTestCase.java 86 EasSyncService service = new EasSyncService(); local
87 service.mContext = mContext;
88 service.mMailbox = mailbox;
89 service.mAccount = account;
90 service.mContentResolver = mContext.getContentResolver();
91 return service;
95 EasSyncService service = getTestService(); local
99 return c.newInstance(service);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SyncAdapterTestCase.java 86 EasSyncService service = new EasSyncService(); local
87 service.mContext = mContext;
88 service.mMailbox = mailbox;
89 service.mAccount = account;
90 service.mContentResolver = mContext.getContentResolver();
91 return service;
95 EasSyncService service = getTestService(); local
99 return c.newInstance(service);
  /packages/experimental/NotificationShowcase/
AndroidManifest.xml 16 <service android:name=".NotificationShowcaseActivity$UpdateService"/>
17 <service android:name=".NotificationShowcaseActivity$ProgressService"/>
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MockSyncAdapter.java 19 import android.app.Service;
26 public class MockSyncAdapter extends Service {
  /system/core/init/
keychords.h 20 struct service;
22 void add_service_keycodes(struct service *svc);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 118 TestService service = new TestService(); local
119 assertTrue(Robolectric.application.bindService(new Intent(""), service, Context.BIND_AUTO_CREATE));
121 assertNull(service.name);
122 assertNull(service.service);
126 assertEquals(expectedComponentName, service.name);
127 assertEquals(expectedBinder, service.service);
132 TestService service = new TestService(); local
136 Robolectric.application.bindService(new Intent(""), service, Context.BIND_AUTO_CREATE)
147 TestService service = new TestService(); local
161 TestService service = new TestService(); local
    [all...]
  /cts/tests/accessibility/
AndroidManifest.xml 26 <service android:name=".SpeakingAccessibilityService"
34 </service>
36 <service android:name=".VibratingAccessibilityService"
44 </service>
  /device/samsung/manta/
init.manta.rc 123 service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023
126 service p2p_supplicant /system/bin/wpa_supplicant \
142 service wpa_supplicant /system/bin/wpa_supplicant \
155 service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
160 service dhcpcd_p2p /system/bin/dhcpcd -aABKL
165 service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
170 service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL
175 service iprenew_wlan0 /system/bin/dhcpcd -n
180 service iprenew_p2p /system/bin/dhcpcd -n
185 service iprenew_eth0 /system/bin/dhcpcd -
    [all...]
  /external/chromium/chrome/browser/resources/webstore_app/
manifest.json 15 "*://clients2.google.com/service/update2",
  /external/chromium/chrome/browser/sync/util/
user_settings_posix.cc 5 // Implement the storage of service tokens in memory.
21 << " for " << email << "for service " << service_name;
63 VLOG(1) << "Found service token for:" << *username << " @ " << service_name
69 VLOG(1) << "Couldn't find service token for " << service_name;
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingService.java 23 * A {@link Service} that forwards all method calls to another service.
30 implements Service {
35 @Override protected abstract Service delegate();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 5 import android.app.Service;
16 @Implements(Service.class)
18 @RealObject Service realService;
76 ((ShadowApplication) shadowOf(getApplicationContext())).assertNoBroadcastListenersRegistered(realService, "Service");
  /external/webkit/LayoutTests/fast/dom/Geolocation/
error-expected.txt 1 Tests Geolocation error callback using the mock service.
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied.js 1 description("Tests Geolocation when permission is denied, using the mock service.");
  /frameworks/base/docs/downloads/
README 8 hosting service where they're accessible by users, such as
  /libcore/luni/src/main/java/java/security/
package.html 8 Extensible cryptographic <i>service provider infrastructure</i> (SPI) for using
  /packages/apps/Email/emailcommon/
Android.mk 35 LOCAL_SRC_FILES += src/com/android/emailcommon/service/IEmailService.aidl
36 LOCAL_SRC_FILES += src/com/android/emailcommon/service/IAccountService.aidl
37 LOCAL_SRC_FILES += src/com/android/emailcommon/service/IPolicyService.aidl
38 LOCAL_SRC_FILES += src/com/android/emailcommon/service/IEmailServiceCallback.aidl

Completed in 1760 milliseconds

<<11121314151617181920>>