HomeSort by relevance Sort by last modified time
    Searched full:intents (Results 376 - 400 of 516) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/topics/media/
camera.jd 12 <li><a href="#intents">Using Existing Camera Apps</a>
75 <a href="#intents">Using Existing Camera Apps</a>. For developing a customized camera feature, check
122 <p class="note"><strong>Note:</strong> If you are using the camera <a href="#intents">via an
169 <h2 id="intents">Using Existing Camera Apps</h2>
354 code than <a href="#intents">using an intent</a>, but it can provide a more compelling experience
415 are using an <a href="#intents">intent to access the camera</a>). </p>
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html 77 <li> <a href="#Intents">Intents</a>
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 1544 Intent[] intents = data.createTypedArray(Intent.CREATOR); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java     [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]
  /prebuilts/sdk/18/
android.jar 
  /docs/source.android.com/src/devices/tech/security/
index.jd 530 intents, that are not available to third-party applications, but that may be
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java     [all...]
  /frameworks/base/docs/html/about/versions/
android-4.1.jd 57 <li><a href="#CopyIntent">Copy and paste with intents</a></li>
280 <dd>Override this if you need to fully control how the synthetic task stack is created. If you want to simply add some extra data to the intents for your back stack, you should instead override {@link android.app.Activity#onPrepareNavigateUpTaskStack
597 <h3 id="CopyIntent">Copy and paste with intents</h3>
    [all...]
android-4.3.jd 20 <li><a href="#BehaviorsIntents">If your app uses implicit intents...</a></li>
170 <h3 id="BehaviorsIntents">If your app uses implicit intents...</h3>
    [all...]
  /frameworks/base/docs/html/google/gcm/
gcm.jd 227 <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, your server should mark the device as unregistered (the server will receive a <code><a href="#unreg_device">NotRegistered</a></code> error).</p>
569 <li>If it is <code>NotRegistered</code>, you should remove the registration ID from your server database because the application was uninstalled from the device or it does not have a broadcast receiver configured to receive <code>com.google.android.c2dm.intent.RECEIVE</code> intents.</li>
    [all...]
  /frameworks/base/docs/html/guide/faq/
commontasks.jd 180 on Intents and how Android resolves them to a specific class is given in the
352 <p>Receivers can include intent filters to specify what kinds of intents they are
532 and pass in vibration patterns, status bar icons, or Intents to associate with
    [all...]
  /frameworks/base/location/java/android/location/
LocationManager.java 536 * callbacks, or by broadcast intents to a supplied {@link PendingIntent}.
590 * are broadcast intents with extra keys of
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 686 final Intent intent = new Intent(ContactsContract.Intents.SHOW_OR_CREATE_CONTACT,
692 intent.putExtra(ContactsContract.Intents.Insert.NAME, senderPersonal);
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageManager.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
alldiffs_index_changes.html 301 <!-- Class Contacts.Intents -->
302 <A HREF="android.provider.Contacts.Intents.html" class="hiddenlink" target="rightframe">Contacts.Intents</A><br>
303 <!-- Class Contacts.Intents.Insert -->
304 <A HREF="android.provider.Contacts.Intents.Insert.html" class="hiddenlink" target="rightframe">Contacts.Intents.Insert</A><br>
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 81 import android.provider.ContactsContract.Intents;
    [all...]
  /frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd 38 <li>IntentReceivers are now known as BroadcastReceivers (but still operate on Intents.)
40 <li>Various parts of the API cleaned up to use Intents instead of Bundles; Intent itself improved to reduce the need for separate payload Bundles.</li>
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
jdiff_statistics.html 541 <TD><A HREF="android.provider.ContactsContract.Intents.html">
542 android.provider.ContactsContract.Intents</A></TD>
  /frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt 34 NO DOC BLOCK: android.provider.ContactsContract.Intents Class
35 NO DOC BLOCK: android.provider.ContactsContract.Intents.Insert Class
    [all...]
  /cts/apps/CtsVerifier/
AndroidManifest.xml 323 <activity android:name=".camera.intents.CameraIntentsActivity"
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 363 // Create a filter with the broadcast intents we are interested in.
  /development/samples/Home/src/com/example/android/home/
Home.java 582 * Receives intents from other applications to change the wallpaper.
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 48 * the user's media. Then, it waits for Intents (which come from our main activity,
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 47 * receiving broadcast intents from the Phone process whenever

Completed in 800 milliseconds

<<11121314151617181920>>