HomeSort by relevance Sort by last modified time
    Searched full:intents (Results 251 - 275 of 459) sorted by null

<<111213141516171819

  /frameworks/base/docs/html/sdk/api_diff/14/changes/
pkg_android.provider.html 365 <A NAME="ContactsContract.Intents"></A>
366 <nobr><A HREF="android.provider.ContactsContract.Intents.html">ContactsContract.Intents</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/3/
missingSinces.txt     [all...]
user_comments_for_2_to_3.xml     [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 56 import android.provider.ContactsContract.Intents;
240 (Account) mIntentExtras.getParcelable(Intents.Insert.ACCOUNT);
242 mIntentExtras.getString(Intents.Insert.DATA_SET);
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 21 import static android.provider.Telephony.Sms.Intents.SMS_RECEIVED_ACTION;
54 import android.provider.Telephony.Sms.Intents;
355 SmsMessage[] msgs = Intents.getMessagesFromIntent(intent);
  /frameworks/base/docs/html/guide/components/
tasks-and-back-stack.jd 473 they always put {@code FLAG_ACTIVITY_NEW_TASK} in the intents they pass to {@link
590 <p>For more information about how to use intents to
591 activate other application components and publish the intents to which your components
593 href="{@docRoot}guide/components/intents-filters.html">Intents and Intent
  /frameworks/base/docs/html/guide/practices/
security.jd 233 use of Android system functionality for IPC such as Intents, Binders, Services,
269 <h3>Using intents</h3>
271 <p>Intents are the preferred mechanism for asynchronous IPC in Android.
487 any responses to intents issued against HTTP.</p>
504 messages are transmitted as Broadcast intents, so they may be read or captured
    [all...]
  /frameworks/base/docs/html/guide/topics/security/
security.jd 234 use of Android system functionality for IPC such as Intents, Binders, Services,
270 <h3>Using intents</h3>
272 <p>Intents are the preferred mechanism for asynchronous IPC in Android.
488 any responses to intents issued against HTTP.</p>
505 messages are transmitted as Broadcast intents, so they may be read or captured
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 1467 Intent[] intents = data.createTypedArray(Intent.CREATOR); local
1484 Intent[] intents = data.createTypedArray(Intent.CREATOR); local
    [all...]
ActivityThread.java 307 List<Intent> intents; field in class:ActivityThread.NewIntentData
310 return "NewIntentData{intents=" + intents + " token=" + token + "}";
593 public final void scheduleNewIntent(List<Intent> intents, IBinder token) {
595 data.intents = intents;
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 102 * intents to request the current power state. Possible values are:
112 * intents to request the previous power state. Possible values are:
170 * #ACTION_REQUEST_DISCOVERABLE} intents to request a specific duration
210 * intents to request the current scan mode. Possible values are:
218 * intents to request the previous scan mode. Possible values are:
286 * intents to request the local Bluetooth name.
681 * #ACTION_DISCOVERY_FINISHED} intents to determine exactly when the
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 67 * <p>For information about how to create and resolve intents, read the
68 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a>
143 * <p>Here are some examples of other operations you can specify as intents
183 * <p>There are two primary forms of intents you will use.
186 * <li> <p><b>Explicit Intents</b> have specified a component (via
192 * <li> <p><b>Implicit Intents</b> have not specified a component;
198 * <p>When using implicit intents, given such an arbitrary intent we need to
352 * <p>Given these capabilities, the following intents will resolve to th
    [all...]
IntentFilter.java 58 * only match intents that contain no data.
76 * <p>For information about how to create and resolve intents, read the
77 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a>
346 * filter will only match intents that contain no data.
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java 496 * Contains info about SMS related Intents that are broadcast.
498 public static final class Intents {
665 * of the RECEIVED_ACTION intents. The intent will have the
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
classes_index_all.html 161 <A HREF="android.provider.Contacts.Intents.html" class="hiddenlink" target="rightframe">Contacts.Intents</A><br>
162 <A HREF="android.provider.Contacts.Intents.Insert.html" class="hiddenlink" target="rightframe">Contacts.Intents.Insert</A><br>
163 <A HREF="android.provider.Contacts.Intents.UI.html" class="hiddenlink" target="rightframe">Contacts.Intents.UI</A><br>
209 <A HREF="pkg_android.provider.html#ContactsContract.Intents" class="hiddenlink" target="rightframe"><b>ContactsContract.Intents</b></A><br>
210 <A HREF="pkg_android.provider.html#ContactsContract.Intents.Insert" class="hiddenlink" target="rightframe"><b>ContactsContract.Intents.Insert</b></A><br
    [all...]
classes_index_changes.html 150 <A HREF="android.provider.Contacts.Intents.html" class="hiddenlink" target="rightframe">Contacts.Intents</A><br>
151 <A HREF="android.provider.Contacts.Intents.Insert.html" class="hiddenlink" target="rightframe">Contacts.Intents.Insert</A><br>
152 <A HREF="android.provider.Contacts.Intents.UI.html" class="hiddenlink" target="rightframe">Contacts.Intents.UI</A><br>
    [all...]
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 24 Intents</a></li>
529 <h3 id="ProviderBroadcasts">Receiving App Widget broadcast Intents</h3>
536 The four Intents you need to care about are:</p>
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
settings.jd 18 <li><a href="#Intents">Using intents</a></li>
235 href="#Intents">{@code &lt;intent&gt;}</a> element) or a {@link android.app.Fragment} to display (with an <a
357 <h3 id="Intents">Using intents</h3>
373 <p>You can create both implicit and explicit intents using the following attributes:</p>
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 54 import android.provider.Telephony.Intents;
523 Intent intent = new Intent(Intents.SPN_STRINGS_UPDATED_ACTION);
525 intent.putExtra(Intents.EXTRA_SHOW_SPN, showSpn);
526 intent.putExtra(Intents.EXTRA_SPN, spn);
527 intent.putExtra(Intents.EXTRA_SHOW_PLMN, showPlmn);
528 intent.putExtra(Intents.EXTRA_PLMN, plmn);
    [all...]
  /frameworks/base/docs/html/training/notepad/
notepad-ex2.jd 130 <a href="{@docRoot}resources/faq/commontasks.html#intentexamples">starting intents</a> in
132 application, we can also create Intents without knowing exactly which
574 activities, services, and content providers it defines, what intents it can
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 98 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act
99 ArrayList newIntents; // any pending new intents for single-top mode
179 pw.print(prefix); pw.println("Pending New Intents:");
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 254 * {@link Intent#ACTION_SEND_MULTIPLE} sharing intents and starting activities
649 * <p>Activities that intend to receive sharing intents should configure an intent-filter
650 * to accept {@link Intent#ACTION_SEND} intents ("android.intent.action.SEND") and optionally
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
PendingIntentTest.java 129 // is no longer allowing more intents to be sent through it. So here call it twice then
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 80 * which of the given specific intents this result came from. 0 is the
  /frameworks/base/docs/html/about/versions/
android-2.3.3.jd 93 {@link android.nfc.NfcAdapter#ACTION_TAG_DISCOVERED TAG_DISCOVERED} Intents.</li>

Completed in 680 milliseconds

<<111213141516171819