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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/sdk/api_diff/5/
user_comments_for_4_to_5.xml     [all...]
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestMessages.java 21 import android.provider.Telephony.Sms.Intents;
407 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
413 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
419 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
425 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
431 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
440 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
446 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
452 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
458 Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION)
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 259 public void startActivities(Intent[] intents) {
264 public void startActivities(Intent[] intents, Bundle options) {
265 startActivities(intents);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 60 } else if (Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION.equals(action) ||
61 Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION.equals(action)) {
72 } else if (Telephony.Sms.Intents.SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 32 * Prints Bluetooth intents to logcat. For example:
  /development/samples/Spinner/
AndroidManifest.xml 46 This activity responds to MAIN and LAUNCHER intents
  /frameworks/base/core/java/android/content/
ContextWrapper.java 285 public void startActivities(Intent[] intents) {
286 mBase.startActivities(intents);
290 public void startActivities(Intent[] intents, Bundle options) {
291 mBase.startActivities(intents, options);
  /frameworks/base/docs/html/training/sharing/
send.jd 25 <li><a href="{@docRoot}guide/components/intents-filters.html">Intents and
41 <p>Sending and receiving data between applications with intents is most commonly used for social
42 sharing of content. Intents allow users to share information quickly and easily, using their
  /frameworks/base/packages/VpnDialogs/res/values-ca/
strings.xml 19 <string name="prompt" msgid="8359175999006833462">"<xliff:g id="APP">%s</xliff:g> intents de crear una connexió VPN."</string>
  /packages/apps/Exchange/exchange2/src/com/android/exchange/service/
ExchangeBroadcastProcessorService.java 30 * The service that really handles broadcast intents on a worker thread.
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 41 Telephony.Sms.Intents.SIM_FULL_ACTION.equals(intent.getAction())) {
  /packages/apps/Settings/src/com/android/settings/
DebugIntentSender.java 31 * A simple activity that provides a UI for sending intents
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
IntentPool.java 29 * A pool of Intents
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 33 * This class is purely here to get launch intents.
  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmPushReceiver.java 25 import static android.provider.Telephony.Sms.Intents.WAP_PUSH_RECEIVED_ACTION;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 44 // handle intents related to external storage
  /frameworks/base/docs/html/guide/google/play/billing/
billing_integrate.jd 58 intents from Google Play.</li>
72 <li>Handling broadcast intents (asynchronous responses) from Google Play.</li>
112 (broadcast intents) from Google Play. Forwards all messages to the
346 (broadcast intents) from Google Play, and you need to declare the {@link android.app.Service}
351 intents that are sent from the Google Play application.</p>
356 android.content.BroadcastReceiver} that handles broadcast intents from the Google Play
551 (broadcast intents).</p>
572 <li>Handle the broadcast intents that are sent by the Google Play application.</li>
658 <h5>Handling broadcast intents</h5>
661 intents). First, the Google Play application sends a <code>RESPONSE_CODE</code> broadcast intent
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
pkg_android.provider.html 301 <A NAME="ContactsContract.Intents"></A>
302 <nobr><A HREF="../../../../reference/android/provider/ContactsContract.Intents.html" target="_top"><code>ContactsContract.Intents</code></A></nobr>
308 <A NAME="ContactsContract.Intents.Insert"></A>
309 <nobr><A HREF="../../../../reference/android/provider/ContactsContract.Intents.Insert.html" target="_top"><code>ContactsContract.Intents.<br>Insert</code></A></nobr>
526 <A NAME="Contacts.Intents"></A>
527 <nobr><A HREF="android.provider.Contacts.Intents.html">Contacts.Intents</A></nobr>
533 <A NAME="Contacts.Intents.Insert"></A
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SMSDispatcher.java 42 import android.provider.Telephony.Sms.Intents;
268 boolean handled = (result == Intents.RESULT_SMS_HANDLED);
273 notifyAndAcknowledgeLastIncomingSms(false, Intents.RESULT_SMS_GENERIC_ERROR, null);
473 * @return a result code from {@link Telephony.Sms.Intents}, or
534 * @return a result code from {@link Telephony.Sms.Intents}, or
563 return Intents.RESULT_SMS_HANDLED;
586 return Intents.RESULT_SMS_HANDLED;
619 return Intents.RESULT_SMS_GENERIC_ERROR;
676 Intent intent = new Intent(Intents.SMS_RECEIVED_ACTION);
690 Intent intent = new Intent(Intents.DATA_SMS_RECEIVED_ACTION, uri)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 196 * #ACTION_FOUND} intents. It contains the friendly Bluetooth name.
201 * Used as an optional short extra field in {@link #ACTION_FOUND} intents.
209 * #ACTION_FOUND} and {@link #ACTION_CLASS_CHANGED} intents.
214 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents.
223 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents.
325 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
332 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents,
352 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intents,
468 * Used as an extra field in {@link #ACTION_UUID} intents,
635 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified whe
    [all...]
BluetoothProfile.java 32 * Extra for the connection state intents of the individual profiles.
40 * Extra for the connection state intents of the individual profiles.
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
nfc.jd 16 <li><a href="#filtering-intents">Filtering for Intents</a>
21 <li><a href="#obtain-info">Obtaining information from intents</a></li>
57 scanned NFC tag can <a href="#filtering-intents">declare an intent filter</a> and
246 is presented so the user can select the Activity. The tag dispatch system defines three intents,
270 intents.</li>
283 intent or until the tag dispatch system tries all possible intents.</li>
284 <li>If no applications filter for any of the intents, do nothing.</li>
295 other two intents, giving the user a better experience.</p>
299 <p>Before you can access a device's NFC hardware and properly handle NFC intents, declare thes
    [all...]
  /frameworks/base/core/java/android/app/
IntentService.java 37 * will receive the Intents, launch a worker thread, and stop the service as
88 * and the intent redelivered. If multiple Intents have been sent, only
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 1 page.title=Reference of Available Intents
6 <h3>Intents handled by Google Android applications<a name="googleintents" id="googleintents"></a></h3>
  /frameworks/base/docs/html/training/camera/
videobasics.jd 27 <li><a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent

Completed in 999 milliseconds

1 2 3 45 6 7 8 91011>>