/packages/wallpapers/HoloSpiral/ |
AndroidManifest.xml | 38 <service 43 <action android:name="android.service.wallpaper.WallpaperService" /> 45 <meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" /> 46 </service>
|
/packages/wallpapers/MagicSmoke/ |
AndroidManifest.xml | 35 <service 40 <action android:name="android.service.wallpaper.WallpaperService" /> 42 <meta-data android:name="android.service.wallpaper" android:resource="@xml/magicsmoke" /> 43 </service>
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
GrantUriPermission.java | 28 boolean service = intent.getBooleanExtra("service", false); 30 if (!service) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IRemoteService.aidl | 22 * Example of defining an interface for calling on to a remote service 27 * Often you want to allow a service to call back to its clients. 29 * the service.
|
ISecondary.aidl | 20 * Example of a secondary interface associated with a service. (Note that 22 * retrieve it from the service.) 26 * Request the PID of this service, to do evil things with it.
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
SyncService.java | 18 import android.app.Service; 23 * Service to handle Account sync. This is invoked with an intent with action 27 public class SyncService extends Service {
|
/development/samples/SpellChecker/SampleSpellCheckerService/ |
AndroidManifest.xml | 25 <service 30 <action android:name="android.service.textservice.SpellCheckerService" /> 36 </service>
|
/external/chromium/chrome/browser/extensions/ |
extension_disabled_infobar_delegate.cc | 30 ExtensionService* service, 51 ExtensionService* service, 53 : service_(service), extension_(extension) { 83 ExtensionService* service, 109 ExtensionService* service, 113 service_(service), 117 Source<Profile>(service->profile())); 119 Source<Profile>(service->profile())); 175 void ShowExtensionDisabledUI(ExtensionService* service, Profile* profile, 186 tab_contents, service, extension)) [all...] |
/external/chromium/chrome/browser/remoting/ |
setup_flow_get_status_step.h | 9 #include "chrome/browser/service/service_process_control.h" 15 // SetupFlowGetStatusStep requests current host information from the service 16 // process. It also starts service process if necessary.
|
/external/chromium/chrome/browser/ui/webui/options/ |
stop_syncing_handler.cc | 41 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService(); local 42 if (service != NULL && ProfileSyncService::IsSyncEnabled()) { 43 service->DisableForUser();
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingListeningExecutorService.java | 22 * A listening executor service which forwards all its method calls to another 23 * listening executor service. Subclasses should override one or more methods to 24 * modify the behavior of the backing executor service as desired per the <a
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
ServiceRouteHeader.java | 11 * This software is provided by NIST as a service and is expressly 37 * SERVICE-ROUTE header SIP param: RFC 3608. 48 public final static String NAME = "Service-Route";
|
/external/qemu/android/protocol/ |
core-commands-proxy.h | 19 * Contains the UI-side implementation of the "ui-core-control" service that is 24 * service. Note that there can be only one instance of this service in the UI.
|
user-events-proxy.h | 14 * Contains the UI-side of the "user events" service. Here we send user events 22 * service. Note that there can be only one instance of this service in the UI.
|
/frameworks/av/drm/libdrmframework/include/ |
IDrmServiceListener.h | 29 * This is the interface class for DRM service listener. 47 * This is the Binder implementation class for DRM service listener. 59 * This is the Binder implementation class for DRM service listener.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BinderThreadPriorityService.java | 19 import android.app.Service; 25 * Service used by {@link BinderThreadPriorityTest} to verify 28 public class BinderThreadPriorityService extends Service {
|
/frameworks/base/obex/javax/obex/ |
SessionNotifier.java | 65 * The following checks are done to verify that the service record provided 69 * <LI>ServiceClassIDList and ProtocolDescriptorList, the mandatory service 70 * attributes for a <code>btgoep</code> service record, must be present in 78 * with this notifier is a completely valid service record. It is the 79 * responsibility of the application to ensure that the service record 80 * follows all of the applicable syntactic and semantic rules for service 102 * The following checks are done to verify that the service record provided 106 * <LI>ServiceClassIDList and ProtocolDescriptorList, the mandatory service 107 * attributes for a <code>btgoep</code> service record, must be present in 115 * with this notifier is a completely valid service record. It is th [all...] |
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ServiceUserTarget.java | 19 import android.app.Service; 26 public class ServiceUserTarget extends Service { 33 "Service created as user " + UserHandle.myUserId(),
|
SingleUserService.java | 19 import android.app.Service; 26 public class SingleUserService extends Service { 33 "Service created as user " + UserHandle.myUserId(),
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pDnsSdServiceInfo.java | 28 * A class for storing Bonjour service information that is advertised 80 * Create a Bonjour service information object. 84 * @param serviceType service type.<br> 88 * @return Bonjour service information object 94 "instance name or service type cannot be empty"); 112 * Create wpa_supplicant service query for PTR record. 116 * @param serviceType service type.<br> 118 * @return wpa_supplicant service query. 138 * Create wpa_supplicant service query for TXT record. 142 * @param serviceType service type.<br [all...] |
/frameworks/ml/bordeaux/service/ |
AndroidManifest.xml | 12 <service android:name=".services.BordeauxService" 17 <!-- This is an action code you can use to select the service 21 </service>
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
IBordeauxService.aidl | 22 * Main learning interface of bordeaux service 41 * Often you want to allow a service to call back to its clients. 43 * the service.
|
/frameworks/native/cmds/bugreport/ |
bugreport.c | 28 /* start the dumpstate service */ 31 /* socket will not be available until service starts */ 43 fprintf(stderr, "Failed to connect to dumpstate service\n");
|
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/ |
InstrumentationUiAutomatorBridge.java | 19 import android.app.Service; 41 mContext.getSystemService(Service.WINDOW_SERVICE); 53 mContext.getSystemService(Service.POWER_SERVICE);
|
/hardware/libhardware/include/hardware/ |
bt_gatt_server.h | 58 /** Callback indicating that an included service has been added to a service */ 62 /** Callback invoked when a characteristic has been added to a service */ 78 /** Callback triggered when a service has been deleted */ 138 /** Create a new service */ 141 /** Assign an included service to it's parent service */ 144 /** Add a characteristic to a service */ 149 /** Add a descriptor to a given service */ 153 /** Starts a local service */ [all...] |