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

<<11121314151617181920>>

  /frameworks/base/docs/html/training/camera/
photobasics.jd 28 <li><a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent
201 // Save a file: path for use with ACTION_VIEW intents
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 313 public void startActivities(Intent[] intents) {
318 public void startActivities(Intent[] intents, Bundle options) {
319 startActivities(intents);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 38 import android.provider.ContactsContract.Intents;
39 import android.provider.ContactsContract.Intents.Insert;
271 Intent intent = new Intent(Intents.SEARCH_SUGGESTION_CLICKED);
  /packages/services/Telecomm/src/com/android/server/telecom/
NewOutgoingCallIntentBroadcaster.java 41 * OutgoingCallIntentBroadcaster receives CALL and CALL_PRIVILEGED Intents, and broadcasts the
62 * Legacy string constants used to retrieve gateway provider extras from intents. These still
407 * that only the CALL_PRIVILEGED and CALL_EMERGENCY intents are allowed to make emergency
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 88 * {@link android.provider.ContactsContract.Intents.Insert#PHONE} with type
89 * {@link android.provider.ContactsContract.Intents.Insert#PHONE_TYPE} or
90 * {@link android.provider.ContactsContract.Intents.Insert#EMAIL} with type
91 * {@link android.provider.ContactsContract.Intents.Insert#EMAIL_TYPE} intent keys.
246 if (extras.containsKey(ContactsContract.Intents.Insert.PHONE)) {
248 } else if (extras.containsKey(ContactsContract.Intents.Insert.EMAIL)) {
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 109 // Handle incoming intents as possible searches or links
214 * Because we're singleTop, we handle our own new intents. These usually
  /frameworks/base/docs/html/guide/topics/manifest/
data-element.jd 66 <a href="{@docRoot}guide/components/intents-filters.html">Intents and
receiver-element.jd 28 applications to receive intents that are broadcast by the system or by other
71 receiver is intended to receive intents broadcast by the system or other applications,
  /frameworks/base/docs/html/training/notify-user/
navigation.jd 27 <a href="{@docRoot}guide/components/intents-filters.html">
28 Intents and Intent Filters
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 29 * Build intents to start app activities
32 public class Intents {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 27 import android.provider.Telephony.Sms.Intents;
148 mCi.acknowledgeLastIncomingGsmSms(true, Intents.RESULT_SMS_HANDLED, null);
  /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DialogSmsDisplayTests.java 88 // Register broadcast receivers for SMS sent and delivered intents
145 new IntentFilter(Telephony.Sms.Intents.SMS_RECEIVED_ACTION));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 272 // Must be done only once, even if there are multiple broadcast intents.
275 // Now fire individual intents.
  /frameworks/base/core/java/android/app/
ContextImpl.java 105 "BroadcastReceiver components are not allowed to register to receive intents");
118 "BroadcastReceiver components are not allowed to register to receive intents");
839 public void startActivities(Intent[] intents) {
841 startActivities(intents, null);
846 public void startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) {
847 if ((intents[0].getFlags()&Intent.FLAG_ACTIVITY_NEW_TASK) == 0) {
855 (Activity) null, intents, options, userHandle.getIdentifier()); local
859 public void startActivities(Intent[] intents, Bundle options) {
861 if ((intents[0].getFlags()&Intent.FLAG_ACTIVITY_NEW_TASK) == 0) {
869 (Activity) null, intents, options) local
    [all...]
  /cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
CertInstallerReceiver.java 36 * Delegated certificate installer app that responds to specific intents and executes various DPM
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CustomDeviceOwnerTest.java 79 // can receive broadcast intents.
  /cts/tests/admin/app/
AndroidManifest.xml 99 <!-- Broken device admin: filter doesn't match Intents with action
  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java 72 each task?s thumbnails and each activity?s and task's Intents. For Information that cannot be retained
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 66 * Handles incoming intents.
  /developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 78 // Regardless of the action, delete the DataItem (we are only be handling intents
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 114 // read and reply intents.
  /developers/build/templates/create/
template-params.xml.ftl 64 (e.g. "Hello World", activities, intents)
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 114 // read and reply intents.
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java 72 each task?s thumbnails and each activity?s and task's Intents. For Information that cannot be retained
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 66 * Handles incoming intents.

Completed in 1002 milliseconds

<<11121314151617181920>>