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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/intl/es/training/monitoring-device-state/
manifest-receivers.jd 23 <li><a href="{@docRoot}guide/components/intents-filters.html">Intentos y filtros de intentos</a>
  /frameworks/base/docs/html/intl/ja/training/monitoring-device-state/
battery-monitoring.jd 24 <li><a href="{@docRoot}guide/components/intents-filters.html">??????????? ????</a>
  /frameworks/base/docs/html/intl/ru/training/monitoring-device-state/
battery-monitoring.jd 24 <li><a href="{@docRoot}guide/components/intents-filters.html">????????? ? ??????? ?????????</a>
  /frameworks/base/docs/html/intl/zh-CN/training/monitoring-device-state/
battery-monitoring.jd 24 <li><a href="{@docRoot}guide/components/intents-filters.html">intent ? intent ???</a>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
fields_index_additions.html 326 <nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION" class="hiddenlink" target="rightframe">EXTRA_CREATE_DESCRIPTION</A>
332 <nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.EXTRA_FORCE_CREATE" class="hiddenlink" target="rightframe">EXTRA_FORCE_CREATE</A>
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ShortcutManager.java 59 /** Observes the provider of shortcut+intents */
  /frameworks/ex/common/java/com/android/common/
Search.java 40 * {@link android.content.Intent#ACTION_WEB_SEARCH} intents.
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
SmsMessageReceiver.java 84 // This line is needed to make this intent compare differently than the other intents
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 95 * Adds common extras to gallery intents.
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 114 // EmailWidget creates intents, so it knows how to handle them.
  /packages/apps/Phone/src/com/android/phone/
SipBroadcastReceiver.java 40 * Broadcast receiver that handles SIP-related intents.
SpecialCharSequenceMgr.java 24 import android.provider.Telephony.Intents;
151 Intent intent = new Intent(Intents.SECRET_CODE_ACTION,
  /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. -->
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 32 import android.provider.ContactsContract.Intents;
311 final Intent intent = new Intent(Intents.SHOW_OR_CREATE_CONTACT, createUri);
  /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>
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 119 // Only process intents if the screen is on and the device is unlocked
130 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 134 href="{@docRoot}guide/components/intents-filters.html">Intents and
141 tell the system what types of Intents each of its components is willing to
148 href="{@docRoot}guide/components/intents-filters.html">Intents and
154 <dd>An application class that listens for Intents that are broadcast,
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 64 * <li>The composer/viewer activities of the MMS Client (Through intents)</li>
90 * Used to identify notification intents broadcasted by the
103 * Used as extra key in notification intents broadcasted by the TransactionService
104 * when a Transaction is completed (TRANSACTION_COMPLETED_ACTION intents).
111 * Used as extra key in notification intents broadcasted by the TransactionService
112 * when a Transaction is completed (TRANSACTION_COMPLETED_ACTION intents).
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 433 * @param which The set of intents this monitor is responsible for.
610 * @param filter The set of intents this monitor is responsible for.
    [all...]
  /frameworks/base/docs/html/guide/google/gcm/
gcm.jd 31 <li><a href="#handling_intents">Handling Intents sent by GCM</a>
206 <p class="note"><strong>Note:</strong> When users uninstall an application, it is not automatically unregistered on GCM. It is only unregistered when the GCM server tries to send a message to the device and the device answers that the application is uninstalled or it does not have a broadcast receiver configured to receive <code>com.google.android.c2dm.intent.RECEIVE</code> intents. At that point, you server should mark the device as unregistered (the server will receive a <code><a href="#unreg_device">NotRegistered</a></code> error).
288 <li>Receivers for the <code>com.google.android.c2dm.intent.RECEIVE</code> and <code>com.google.android.c2dm.intent.REGISTRATION</code> intents.</li>
312 of messages are implemented as <a href="{@docRoot}guide/components/intents-filters.html">Intents</a>.</li>
313 <li>An intent service to handle the intents received by the broadcast receiver.</li>
391 <h3 id="handling_intents">Handling Intents sent by GCM</h3>
394 defines a broadcast receiver for the <code>com.google.android.c2dm.intent.REGISTRATION</code> and <code>com.google.android.c2dm.intent.RECEIVE</code> intents.
395 These <a href="{@docRoot}guide/components/intents-filters.html">intents</a> are sent by GCM to indicate that a device was registered (or unregistered), or to deliver mess (…)
    [all...]
gs.jd 130 <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>
170 <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 603 else if (Telephony.Intents.SPN_STRINGS_UPDATED_ACTION.equals(action)) {
604 updateNetworkName(intent.getBooleanExtra(Telephony.Intents.EXTRA_SHOW_SPN, false),
605 intent.getStringExtra(Telephony.Intents.EXTRA_SPN),
606 intent.getBooleanExtra(Telephony.Intents.EXTRA_SHOW_PLMN, false),
607 intent.getStringExtra(Telephony.Intents.EXTRA_PLMN));

Completed in 765 milliseconds

1 2 3 4 5 67 8 91011>>