Home | History | Annotate | Download | only in components

Lines Matching full:perform

133 <dd>A <i>service</i> is a component that runs in the background to perform long-running
134 operations or to perform work for remote processes. A service
162 and must implement a standard set of APIs that enable other applications to perform
180 instance, it might initiate a service to perform some work based on the event.
226 <p>For activities and services, an intent defines the action to perform (for example, to "view" or
260 <li>You can perform a query to a content provider by calling {@link
360 describe the type of action you want to perform (and optionally, the data upon which you?d like to
361 perform the action) and allow the system to find a component on the device that can perform the
362 action and start it. If there are multiple components that can perform the action described by the
404 <em>require</em> it. In that case, your application must perform a check at runtime to determine