HomeSort by relevance Sort by last modified time
    Searched full:intents (Results 226 - 250 of 916) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/src/com/android/dialer/calllog/
IntentProvider.java 169 intent.putExtra(ContactsContract.Intents.Insert.NAME,
192 intent.putExtra(ContactsContract.Intents.Insert.DATA, values);
  /packages/apps/Messaging/src/com/android/messaging/ui/
UIIntentsImpl.java 34 import android.provider.ContactsContract.Intents;
42 import com.android.ex.photo.Intents.PhotoViewIntentBuilder;
74 * A central repository of Intents used to start activities.
212 Intents.Insert.EMAIL : Intents.Insert.PHONE;
320 com.android.ex.photo.Intents.newPhotoViewIntentBuilder(
498 final Intent intent = new Intent(Telephony.Sms.Intents.ACTION_CHANGE_DEFAULT);
499 intent.putExtra(Telephony.Sms.Intents.EXTRA_PACKAGE_NAME, activity.getPackageName());
  /packages/apps/QuickSearchBox/res/values/
config.xml 47 <!-- The component name of the activity that search intents in the Apps corpus are sent to.
48 If not set, Apps search intents are sent to the Apps suggestion source. -->
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailIntentService.java 35 * A service to handle various intents asynchronously.
69 // UnifiedEmail does not handle all Intents
  /packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallIntentProcessor.java 72 * Processes intents sent to the activity.
78 // Ensure call intents are not processed on devices that are not capable of calling.
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 85 // Register receiver for intents
115 * Listens for Emergency Callback Mode intents
  /frameworks/base/docs/html/design/patterns/
navigation.jd 164 <h4>Activities, tasks, and intents</h4>
175 app's assistance in performing an action. An app's activities can indicate which intents
176 they can respond to. For common intents such as "Share", the user may have many apps installed
181 <p>To understand how activities, tasks, and intents work together, consider how one app allows users
210 <p>When your app registers to handle intents with an activity deep within the app's hierarchy,
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 30 * Base class for code that will receive intents sent by sendBroadcast().
50 * (You won't receive intents when paused,
82 * from Intents that are used to start Activities with
85 * to see or capture Intents used with startActivity(); likewise, when
106 * <p>For information about how to use this class to receive and resolve intents, read the
107 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a>
138 * {@link android.support.v4.content.LocalBroadcastManager}, since intents
485 * Intents that they may receive
    [all...]
IntentSender.java 150 * is no longer allowing more intents to be sent through it.
174 * is required to hold. This is only valid for broadcast intents, and
181 * is no longer allowing more intents to be sent through it.
  /frameworks/base/docs/html/guide/components/
intents-common.jd 1 page.title=Common Intents
101 <li><a href="#AdbIntents">Verify Intents with the Android Debug Bridge</a></li>
102 <li><a href="#Now">Intents Fired by Google Now</a></li>
107 <li><a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent
164 implicit intent, the system <a href="{@docRoot}guide/components/intents-filters.html#Resolution"
170 <p>This page describes several implicit intents that you can use to perform common actions,
172 create an <a href="{@docRoot}guide/components/intents-filters.html#Receiving">intent filter</a> to
184 <p>If you're not familiar with how to create intents or intent filters, you should first read
185 <a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>.</p
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
calendar-provider.jd 38 <li><a href="#intents">Calendar Intents</a>
42 <li><a href="#intent-view">Using intents to view calendar data</a></li>
74 Provider offers a set of intents, as described in <a href="#intents">Calendar
75 Intents</a>. These intents take users to the Calendar application to insert, view,
172 <li><strong>Inserting, updating, and viewing calendar events.</strong> To directly insert, modify, and read events from the Calendar Provider, you need the appropriate <a href="#manifest">permissions</a>. However, if you're not building a full-fledged calendar application or sync adapter, requesting these permissions isn't necessary. You can instead use intents supported by Android's Calendar application to hand off read and write operations to that application. When you use the intents, your application sends users to the Calendar application to perform the desired operation
176 recommended approach. For more information, see <a href="#intents">Calenda
    [all...]
  /frameworks/base/docs/html/training/basics/firstapp/
starting-activity.jd 7 page.tags=intents
108 <h3>Intents</h3>
111 app?s "intent to do something." You can use intents for a wide
113 <a href="{@docRoot}guide/components/intents-filters.html ">Intents and Intent Filters</a>.</p>
148 specifies the exact app component to which the intent should be given. However, intents
153 href="{@docRoot}training/basics/intents/index.html">Interacting with Other Apps</a>.</p>
  /frameworks/base/docs/html/reference/android/support/test/espresso/intent/
OngoingStubbing.html 260 <p>Supports method chaining after @Intents#intending method call.
708 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/intent/Intents.html">Intents</a></li>
  /frameworks/base/docs/html-intl/intl/ja/guide/components/
fundamentals.jd 239 <p>?????????????????????<a href="{@docRoot}guide/components/intents-filters.html">??????????? ????</a>????????????????
366 <p>????? ?????????????????<a href="{@docRoot}guide/components/intents-filters.html">??????????? ????</a>????????????????
452 <dt><a href="{@docRoot}guide/components/intents-filters.html">??????????? ????</a>
  /frameworks/base/docs/html-intl/intl/ko/guide/components/
fundamentals.jd 239 <p>??? ??? ?? ??? ??? <a href="{@docRoot}guide/components/intents-filters.html">??? ?
366 <p>??? ?? ??? ?? ??? ??? <a href="{@docRoot}guide/components/intents-filters.html">??? ? ??? ??</a> ??? ??????.
452 <dt><a href="{@docRoot}guide/components/intents-filters.html">??? ? ??? ??</a>
  /frameworks/base/docs/html-intl/intl/ru/guide/components/
fundamentals.jd 239 <p>????????? ???????? ?? ????????????? ???????? Intent ????????? ? ????????? <a href="{@docRoot}guide/components/intents-filters.html">??????? Intent ?
366 <p>????????? ???????? ? ???????? ???????? ???????? Intent ????????? ? ????????? <a href="{@docRoot}guide/components/intents-filters.html">??????? Intent ? ??????? ???????? Intent</a>.
452 <dt><a href="{@docRoot}guide/components/intents-filters.html">??????? Intent ? ??????? ???????? Intent</a>
  /frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
fundamentals.jd 239 <p>?????? Intent ??????????? <a href="{@docRoot}guide/components/intents-filters.html"> Intent ? Intent ???</a>???
366 <p>???????? Intent ???????????? <a href="{@docRoot}guide/components/intents-filters.html"> Intent ? Intent ???</a>???
452 <dt><a href="{@docRoot}guide/components/intents-filters.html"> Intent ? Intent ???</a>
  /frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
fundamentals.jd 239 <p>?????????????????<a href="{@docRoot}guide/components/intents-filters.html">????????</a>?
366 <p>????????????????????<a href="{@docRoot}guide/components/intents-filters.html">????????</a>?
452 <dt><a href="{@docRoot}guide/components/intents-filters.html">????????</a>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarNavigationBarController.java 118 TypedArray intents = r.obtainTypedArray(R.array.car_facet_intent_uris); local
125 if (icons.length() != intents.length()
139 Intent.parseUri(intents.getString(i), Intent.URI_INTENT_SCHEME));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 52 * Receives and handles: system broadcasts; Intents from other applications;
53 * Intents from OppService; Intents from modules in Opp application layer.
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionServiceSystemTest.java 163 final ArrayList<Intent> intents = mContext.extractIntents(); local
164 assertNotNull(intents);
165 assertEquals("Expect to see one intent", intents.size(), 1);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MissedCallNotifierImplTest.java 292 // Create two intents that correspond to call-back and respond back with SMS, and assert
293 // that these pending intents have in fact been registered.
326 // Create two intents that correspond to call-back and respond back with SMS, and assert
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
activity_task_design.jd 51 <li>In addition to writing your own activities, you are free to re-use activities from many other applications through intents.</li>
52 <li>You can enable activities in your application to be started from intents in other applications.</li>
70 <li><a href=#intents>Intents</a></li>
108 multitasking, activity re-use, intents, and the activity stack.
384 activities, the activity stack, the <em>Back</em> button, tasks and intents. It
515 <a href=#intents title="intent filter">intent filter</a> as an
662 <h3 id=intents>Intents</h3>
748 within their application as explicit intents so no other activit
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraContentJobService.java 17 package com.android.cts.verifier.camera.intents;
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/
AndroidManifest.xml 41 element declares the intents that can be used to activate this Activity. For instance,

Completed in 1913 milliseconds

1 2 3 4 5 6 7 8 91011>>