/packages/apps/Contacts/src/com/android/contacts/util/ |
ContactPhotoUtils.java | 96 * Adds common extras to gallery intents.
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
AllIntentsActivity.java | 39 import android.provider.ContactsContract.Intents; 40 import android.provider.ContactsContract.Intents.Insert; 41 import android.provider.ContactsContract.Intents.UI; 321 Intent intent = new Intent(Intents.SEARCH_SUGGESTION_CLICKED);
|
/packages/apps/Phone/tests/ |
AndroidManifest.xml | 29 firing off CALL and DIAL intents. -->
|
/packages/apps/Phone/tests/res/layout/ |
call_dial_test.xml | 17 <!-- Ultra-simple test activity for testing CALL and DIAL intents. -->
|
/sdk/templates/activities/MasterDetailFlow/root/src/app_package/ |
ContentListActivity.java.ftl | 57 // TODO: If exposing deep links into your app, handle intents here.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 198 * #ACTION_FOUND} intents. It contains the friendly Bluetooth name. 203 * Used as an optional short extra field in {@link #ACTION_FOUND} intents. 211 * #ACTION_FOUND} and {@link #ACTION_CLASS_CHANGED} intents. 216 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents. 225 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents. 347 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents, 354 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REQUEST} intents, 374 * Used as an extra field in {@link #ACTION_CONNECTION_ACCESS_REPLY} intents, 490 * Used as an extra field in {@link #ACTION_UUID} intents, 703 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified whe [all...] |
/frameworks/base/docs/html/training/monitoring-device-state/ |
battery-monitoring.jd | 24 <li><a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>
|
/frameworks/base/docs/html/training/notify-user/ |
display-progress.jd | 29 <a href="{@docRoot}guide/components/intents-filters.html"> 30 Intents and Intent Filters
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserActivity.java | 120 // Only process intents if the screen is on and the device is unlocked 131 Log.v(LOGTAG, "ignore intents: " + ignore);
|
UploadHandler.java | 226 private Intent createChooserIntent(Intent... intents) { 228 chooser.putExtra(Intent.EXTRA_INITIAL_INTENTS, intents);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DbModifierWithNotification.java | 201 // Must be done only once, even if there are multiple broadcast intents. 204 // Now fire individual intents.
|
/frameworks/base/docs/html/guide/appendix/ |
glossary.jd | 135 href="{@docRoot}guide/components/intents-filters.html">Intents and 142 tell the system what types of Intents each of its components is willing to 149 href="{@docRoot}guide/components/intents-filters.html">Intents and 155 <dd>An application class that listens for Intents that are broadcast,
|
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 441 * @param which The set of intents this monitor is responsible for. 618 * @param filter The set of intents this monitor is responsible for. [all...] |
/frameworks/base/docs/html/google/gcm/ |
helper.jd | 108 <p> This broadcast receiver is responsible for handling the 2 intents that can be sent by GCM (<code>com.google.android.c2dm.intent.RECEIVE</code> and <code>com.google.android.c2dm.intent.REGISTRATION</code>) and should be defined in the manifest (rather than programmatically) so that these intents can be received even if the application is not running. By setting the <code>com.google.android.c2dm.permission.SEND</code> permission, you are ensuring that only intents sent by the GCM system framework are sent to the receiver (a regular application cannot issue intents with that permission).</p> 156 <p>Once the sanity checks are done, the device calls <code>GCMRegsistrar.register()</code> to register the device, passing the <code>SENDER_ID</code> you got when you signed up for GCM. But since the <code>GCMRegistrar</code> singleton keeps track of the registration ID upon the arrival of registration intents, you can call <code>GCMRegistrar.getRegistrationId()</code> first to check if the device is already registered.</p>
|
/frameworks/base/services/java/com/android/server/ |
StatusBarManagerService.java | 639 else if (Telephony.Intents.SPN_STRINGS_UPDATED_ACTION.equals(action)) { 640 updateNetworkName(intent.getBooleanExtra(Telephony.Intents.EXTRA_SHOW_SPN, false), 641 intent.getStringExtra(Telephony.Intents.EXTRA_SPN), 642 intent.getBooleanExtra(Telephony.Intents.EXTRA_SHOW_PLMN, false), 643 intent.getStringExtra(Telephony.Intents.EXTRA_PLMN));
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
fields_index_all.html | 365 <nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION" class="hiddenlink" target="rightframe">EXTRA_CREATE_DESCRIPTION</A> 371 <nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.EXTRA_FORCE_CREATE" class="hiddenlink" target="rightframe">EXTRA_FORCE_CREATE</A> [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
DisplayActivity.java | 174 * Creates an intent filter for DownloadStateReceiver that intercepts broadcast Intents 383 * This class uses the broadcast receiver framework to detect incoming broadcast Intents 397 * Receives broadcast Intents for viewing or zooming pictures, and displays the
|
/frameworks/base/core/java/android/content/ |
IntentSender.java | 154 * is no longer allowing more intents to be sent through it. 178 * is required to hold. This is only valid for broadcast intents, and 185 * is no longer allowing more intents to be sent through it.
|
/frameworks/base/docs/html/ |
_redirects.yaml | 89 - from: /guide/topics/intents/intents-filters.html 90 to: /guide/components/intents-filters.html
|
/frameworks/base/docs/html/guide/topics/providers/ |
content-provider-creating.jd | 59 <a href="#Intents">Intents and Data Access</a> 177 the provider's application to handle intents, also define intent actions, extras data, 183 For more information about intents, see the 184 section <a href="#Intents">Intents and Data Access</a>. [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
pkg_android.provider.html | 239 <A NAME="ContactsContract.Intents.Insert"></A> 240 <nobr><A HREF="android.provider.ContactsContract.Intents.Insert.html">ContactsContract.Intents.<br>Insert</A></nobr>
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ConfirmAddDetailActivity.java | 86 * {@link android.provider.ContactsContract.Intents.Insert#PHONE} with type 87 * {@link android.provider.ContactsContract.Intents.Insert#PHONE_TYPE} or 88 * {@link android.provider.ContactsContract.Intents.Insert#EMAIL} with type 89 * {@link android.provider.ContactsContract.Intents.Insert#EMAIL_TYPE} intent keys. 243 if (extras.containsKey(ContactsContract.Intents.Insert.PHONE)) { 245 } else if (extras.containsKey(ContactsContract.Intents.Insert.EMAIL)) { [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionService.java | 63 * <li>The composer/viewer activities of the MMS Client (Through intents)</li> 89 * Used to identify notification intents broadcasted by the 109 * Used as extra key in notification intents broadcasted by the TransactionService 110 * when a Transaction is completed (TRANSACTION_COMPLETED_ACTION intents). 117 * Used as extra key in notification intents broadcasted by the TransactionService 118 * when a Transaction is completed (TRANSACTION_COMPLETED_ACTION intents). [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 | 65 <a href="{@docRoot}guide/components/intents-filters.html">Intents and
|