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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/docs/html/sdk/api_diff/24/changes/
pkg_android.provider.html 162 <A NAME="ContactsContract.Intents"></A>
163 <nobr><A HREF="android.provider.ContactsContract.Intents.html">ContactsContract.Intents</A></nobr>
239 <A NAME="Telephony.Sms.Intents"></A>
240 <nobr><A HREF="android.provider.Telephony.Sms.Intents.html">Telephony.Sms.Intents</A></nobr>
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
MainActivity.java 90 // Placeholder to process incoming SEND/SENDTO intents
94 // TODO: Handle incoming SEND and SENDTO intents by pre-populating UI components
95 Toast.makeText(this, "Handle SEND and SENDTO intents: " + getIntent().getDataString(),
  /docs/source.android.com/src/devices/tech/admin/
managed-profiles.jd 78 <h3 id=intents>Intents</h3>
80 <p>The administrator controls whether intents are resolved in/out of managed
  /frameworks/base/docs/html/guide/topics/connectivity/
wifip2p.jd 12 <li><a href="#creating-br">Creating a Broadcast Receiver for Wi-Fi P2P Intents</a></li>
56 <li>Intents that notify you of specific events detected by the Wi-Fi P2P framework,
174 <p>The Wi-Fi P2P APIs define intents that are broadcast when certain Wi-Fi P2P events happen,
176 to receive these intents in your application by <a href="#creating-br">creating a broadcast
177 receiver</a> that handles these intents:</p>
179 <p class="table-caption"><strong>Table 3.</strong> Wi-Fi P2P Intents</p>
210 <h2 id="creating-br">Creating a Broadcast Receiver for Wi-Fi P2P Intents</h2>
212 <p>A broadcast receiver allows you to receive intents broadcast by the Android system,
214 for creating a broadcast receiver to handle Wi-Fi P2P intents are as follows:</p>
224 <li>In the broadcast receiver, check for the intents that you are interested i
    [all...]
  /frameworks/base/docs/html/training/run-background-service/
report-status.jd 18 <a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>
118 * Handle Intents here.
  /frameworks/base/docs/html-intl/intl/es/preview/features/
scoped-folder-access.jd 81 <code>Activity.RESULT_OK</code> y datos de intents que contienen el URI. Usa
89 <code>Activity.RESULT_CANCELED</code> y datos de intents nulos.</p>
114 brinda un objeto <code>StorageVolume</code> en los datos de intents que puedes
  /frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
filters.jd 2 page.tags=intents
175 // Handle intents with image data ...
177 // Handle intents with text ...
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateService.java 69 // When a package is replaced we will receive two intents, one
80 // Ensure that we only heed PACKAGE_CHANGED intents if they change an
103 // Make sure we only receive intents for WebView packages from our config file.
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 24 import android.provider.ContactsContract.Intents;
47 * {@link #Intents.Insert.ACCOUNT} that contains the {@link AccountWithDataSet} to create
206 intent.putExtra(Intents.Insert.EXTRA_ACCOUNT, account);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CrossProfileTestActivity.java 34 * Test activity for cross profile intents.
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
OwnerChangedBroadcastTest.java 64 // We're relying on background broadcast intents, which can take a long time.
  /cts/hostsidetests/net/app2/
AndroidManifest.xml 25 This application is used to listen to RESTRICT_BACKGROUND_CHANGED intents and store
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 26 * <p>This service is invoked in response to Intents with action android.content.SyncAdapter, and
  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
SelectContactActivity.java 38 * The action string for Intents.
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 26 * <p>This service is invoked in response to Intents with action android.content.SyncAdapter, and
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SelectContactActivity.java 38 * The action string for Intents.
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 32 * Prints Bluetooth intents to logcat. For example:
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsWapPushReceiver.java 39 if (Telephony.Sms.Intents.WAP_PUSH_RECEIVED_ACTION.equals(intent.getAction())
  /development/samples/Spinner/
AndroidManifest.xml 46 This activity responds to MAIN and LAUNCHER intents
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncService.java 26 * <p>This service is invoked in response to Intents with action android.content.SyncAdapter, and
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
SelectContactActivity.java 38 * The action string for Intents.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteViews.java 18 * Shadow for {@code RemoteViews} that simulates its implementation. Supports pending intents for events, changing
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 33 import android.provider.ContactsContract.Intents;
228 {@link android.provider.ContactsContract.Intents.Insert}
269 * {@link android.provider.ContactsContract.Intents.Insert}
395 final Intent intent = new Intent(Intents.SHOW_OR_CREATE_CONTACT, createUri);
  /frameworks/base/docs/html/training/permissions/
best-practices.jd 12 <li><a href="#perms-vs-intents">Consider Using an Intent</a></li>
24 <li><a href="{@docRoot}training/basics/intents/index.html">Interacting
40 <h2 id="perms-vs-intents">Consider Using an Intent</h2>
130 described in <a href="#perms-vs-intents">Consider Using An Intent</a>.
  /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

Completed in 1506 milliseconds

1 2 3 4 5 6 78 91011>>