OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intents
(Results
576 - 600
of
916
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java
476
// Listen for broadcast
intents
that might affect the onscreen UI for headset.
502
// Unregister for broadcast
intents
. (These affect the visible UI,
[
all
...]
/packages/services/Telephony/src/com/android/phone/
CallController.java
220
//
intents
. (It doesn't make sense for any other action to trigger an
348
// main entry point for the CALL and CALL_*
intents
.)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java
114
// get the action and category values for the
Intents
.
115
progress.subTask("
Intents
");
/frameworks/base/docs/html/training/
_book.yaml
175
path: /training/basics/
intents
/index.html
193
path: /training/basics/
intents
/sending.html
208
path: /training/basics/
intents
/result.html
223
path: /training/basics/
intents
/filters.html
521
- title: Modifying Contacts Using
Intents
[
all
...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java
26
import android.provider.Telephony.Sms.
Intents
;
[
all
...]
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
contacts-provider.jd
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
604
* List of
intents
that were used to start the most recent tasks.
15077
ArrayList<Intent>
intents
= ent.getValue();
local
17331
ArrayList<Intent>
intents
= stickies.get(action);
local
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
433
List<ReferrerIntent>
intents
;
field in class:ActivityThread.NewIntentData
436
return "NewIntentData{
intents
=" +
intents
+ " token=" + token + "}";
753
public final void scheduleNewIntent(List<ReferrerIntent>
intents
, IBinder token) {
755
data.
intents
=
intents
;
[
all
...]
/frameworks/base/core/java/android/content/pm/
PackageParser.java
5164
public final ArrayList<II>
intents
;
field in class:PackageParser.Component
[
all
...]
ResolveInfo.java
106
* which of the given specific
intents
this result came from. 0 is the
/frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java
[
all
...]
/development/samples/ApiDemos/res/values/
strings.xml
482
<!-- app/
intents
examples strings -->
485
<string name="activity_intents">App/Activity/
Intents
</string>
486
<string name="
intents
">Example of launching various
Intents
.</string>
492
<!-- app/
intents
activity flags examples strings -->
[
all
...]
/docs/source.android.com/src/compatibility/2.1/
android-2.1-cdd.xhtml
111
Intents
, permissions, and similar aspects of Android applications that cannot
247
<p>Android uses
Intents
to achieve loosely-coupled integration between
253
<h4>3.2.3.1. Core Application
Intents
</h4>
315
<h4>3.2.3.4. Broadcast
Intents
</h4>
316
<p>Third-party applications rely on the platform to broadcast certain
Intents
318
Android-compatible devices MUST broadcast the public broadcast
Intents
in
319
response to appropriate system events. Broadcast
Intents
are described in the
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
136
*
intents
to request the current power state. Possible values are:
146
*
intents
to request the previous power state. Possible values are:
228
* #ACTION_REQUEST_DISCOVERABLE}
intents
to request a specific duration
285
*
intents
to request the current scan mode. Possible values are:
293
*
intents
to request the previous scan mode. Possible values are:
365
*
intents
to request the local Bluetooth name.
[
all
...]
/docs/source.android.com/src/compatibility/2.3/
android-2.3-cdd.xhtml
29
<a href="#section-3.2.3.1">3.2.3.1. Core Application
Intents
</a><br/>
32
<a href="#section-3.2.3.4">3.2.3.4. Broadcast
Intents
</a><br/>
247
Intents
, permissions, and similar aspects of Android applications that cannot
388
<p>Android uses
Intents
to achieve loosely-coupled integration between
394
<a name="section-3.2.3.1"></a><h4>3.2.3.1. Core Application
Intents
</h4>
454
<a name="section-3.2.3.4"></a><h4>3.2.3.4. Broadcast
Intents
</h4>
455
<p>Third-party applications rely on the platform to broadcast certain
Intents
457
Android-compatible devices MUST broadcast the public broadcast
Intents
in
458
response to appropriate system events. Broadcast
Intents
are described in the
[
all
...]
/frameworks/base/docs/html/about/versions/
android-3.1.jd
493
android.content.Intent#ACTION_WEB_SEARCH}
intents
lets you open a search in a
684
intents
</em>. It does this to prevent broadcasts from background services from
688
intents
that should be allowed to activate stopped applications.</p>
[
all
...]
/frameworks/base/docs/html/guide/topics/search/
adding-custom-suggestions.jd
539
<p>Now that you provide custom search suggestions with custom
intents
, you
540
need your searchable activity to handle these
intents
when the user selects a
543
Here's an example of how you can handle the
intents
during your activity {@link
[
all
...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java
850
List<ResolveInfo>
intents
= mPm.queryIntentActivitiesAsUser(
local
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java
41
import android.provider.ContactsContract.
Intents
;
42
import android.provider.ContactsContract.
Intents
.Insert;
517
* assuming the extras defined through {@link
Intents
}.
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java
1294
List<ResolveInfo>
intents
= mPm.queryIntentActivitiesAsUser(
local
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java
37
* Tests for {@link DocumentsProvider} and interaction with platform
intents
/cts/tests/app/src/android/app/cts/
PendingIntentTest.java
165
// is no longer allowing more
intents
to be sent through it. So here call it twice then
/development/samples/ApiDemos/src/com/example/android/apis/app/
_index.html
292
<dd>Demonstrates an activity that receives Search
intents
and handles them.</dd>
/frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java
70
* android.content.BroadcastReceiver}, and it will be sent the AppWidget
intents
/frameworks/base/core/java/android/provider/
AlarmClock.java
26
* Applications that wish to receive the ACTION_SET_ALARM and ACTION_SET_TIMER
Intents
Completed in 1215 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>