/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallbackModeExitDialog.java | 293 * Listens for Emergency Callback Mode state change intents
|
/packages/apps/Settings/src/com/android/settings/ |
WirelessSettings.java | 80 // Let the intents be launched by the Preference manager
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 203 // Creates an array of Intents with one element. This will be used to send an Intent 226 Menu.CATEGORY_ALTERNATIVE, // Add the Intents as options in the alternatives group. 234 // Intents mapping
|
/development/scripts/app_engine_server/ |
redirects.yaml | 164 - src: /guide/topics/intents/intents-filters.html 165 dst: /guide/components/intents-filters.html
|
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 313 ArrayList<Intent> intents = new ArrayList<Intent>(1); local 314 intents.add(intent); 316 mActivityThread.performNewIntents(r, intents);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 132 * intents that contains the name of the vendor-specific command. 139 * intents that contains the AT command type of the vendor-specific command. 182 * {@link #ACTION_VENDOR_SPECIFIC_HEADSET_EVENT} intents that contains [all...] |
BluetoothAdapter.java | 104 * intents to request the current power state. Possible values are: 114 * intents to request the previous power state. Possible values are: 172 * #ACTION_REQUEST_DISCOVERABLE} intents to request a specific duration 212 * intents to request the current scan mode. Possible values are: 220 * intents to request the previous scan mode. Possible values are: 288 * intents to request the local Bluetooth name. 737 * #ACTION_DISCOVERY_FINISHED} intents to determine exactly when the [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
pkg_android.provider.html | 365 <A NAME="ContactsContract.Intents"></A> 366 <nobr><A HREF="android.provider.ContactsContract.Intents.html">ContactsContract.Intents</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/3/ |
missingSinces.txt | [all...] |
user_comments_for_2_to_3.xml | [all...] |
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupEditorFragment.java | 40 import android.provider.ContactsContract.Intents; 240 (Account) mIntentExtras.getParcelable(Intents.Insert.ACCOUNT); 242 mIntentExtras.getString(Intents.Insert.DATA_SET); [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiverService.java | 21 import static android.provider.Telephony.Sms.Intents.SMS_RECEIVED_ACTION; 45 import android.provider.Telephony.Sms.Intents; 353 SmsMessage[] msgs = Intents.getMessagesFromIntent(intent);
|
/tools/motodev/src/plugins/snippets/ |
plugin.xml | [all...] |
/frameworks/base/core/java/android/content/ |
Intent.java | 66 * <p>For information about how to create and resolve intents, read the 67 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a> 142 * <p>Here are some examples of other operations you can specify as intents 182 * <p>There are two primary forms of intents you will use. 185 * <li> <p><b>Explicit Intents</b> have specified a component (via 191 * <li> <p><b>Implicit Intents</b> have not specified a component; 197 * <p>When using implicit intents, given such an arbitrary intent we need to 351 * <p>Given these capabilities, the following intents will resolve to th [all...] |
IntentFilter.java | 58 * only match intents that contain no data. 76 * <p>For information about how to create and resolve intents, read the 77 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a> 346 * filter will only match intents that contain no data. [all...] |
/frameworks/base/docs/html/guide/components/ |
tasks-and-back-stack.jd | 473 they always put {@code FLAG_ACTIVITY_NEW_TASK} in the intents they pass to {@link 590 <p>For more information about how to use intents to 591 activate other application components and publish the intents to which your components 593 href="{@docRoot}guide/components/intents-filters.html">Intents and Intent
|
/frameworks/base/docs/html/guide/practices/ |
security.jd | 233 use of Android system functionality for IPC such as Intents, Binders, Services, 269 <h3>Using intents</h3> 271 <p>Intents are the preferred mechanism for asynchronous IPC in Android. 487 any responses to intents issued against HTTP.</p> 504 messages are transmitted as Broadcast intents, so they may be read or captured [all...] |
/frameworks/base/docs/html/guide/topics/security/ |
security.jd | 234 use of Android system functionality for IPC such as Intents, Binders, Services, 270 <h3>Using intents</h3> 272 <p>Intents are the preferred mechanism for asynchronous IPC in Android. 488 any responses to intents issued against HTTP.</p> 505 messages are transmitted as Broadcast intents, so they may be read or captured [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
classes_index_all.html | 161 <A HREF="android.provider.Contacts.Intents.html" class="hiddenlink" target="rightframe">Contacts.Intents</A><br> 162 <A HREF="android.provider.Contacts.Intents.Insert.html" class="hiddenlink" target="rightframe">Contacts.Intents.Insert</A><br> 163 <A HREF="android.provider.Contacts.Intents.UI.html" class="hiddenlink" target="rightframe">Contacts.Intents.UI</A><br> 209 <A HREF="pkg_android.provider.html#ContactsContract.Intents" class="hiddenlink" target="rightframe"><b>ContactsContract.Intents</b></A><br> 210 <A HREF="pkg_android.provider.html#ContactsContract.Intents.Insert" class="hiddenlink" target="rightframe"><b>ContactsContract.Intents.Insert</b></A><br [all...] |
classes_index_changes.html | 150 <A HREF="android.provider.Contacts.Intents.html" class="hiddenlink" target="rightframe">Contacts.Intents</A><br> 151 <A HREF="android.provider.Contacts.Intents.Insert.html" class="hiddenlink" target="rightframe">Contacts.Intents.Insert</A><br> 152 <A HREF="android.provider.Contacts.Intents.UI.html" class="hiddenlink" target="rightframe">Contacts.Intents.UI</A><br> [all...] |
/frameworks/base/docs/html/guide/topics/appwidgets/ |
index.jd | 24 Intents</a></li> 552 <h3 id="ProviderBroadcasts">Receiving App Widget broadcast Intents</h3> 559 The Intents you need to care about are as follows:</p> [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
settings.jd | 18 <li><a href="#Intents">Using intents</a></li> 235 href="#Intents">{@code <intent>}</a> element) or a {@link android.app.Fragment} to display (with an <a 357 <h3 id="Intents">Using intents</h3> 373 <p>You can create both implicit and explicit intents using the following attributes:</p> [all...] |
/frameworks/base/docs/html/training/notepad/ |
notepad-ex2.jd | 130 <a href="{@docRoot}resources/faq/commontasks.html#intentexamples">starting intents</a> in 132 application, we can also create Intents without knowing exactly which 574 activities, services, and content providers it defines, what intents it can
|
/frameworks/base/services/java/com/android/server/am/ |
ActivityRecord.java | 98 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act 99 ArrayList newIntents; // any pending new intents for single-top mode 179 pw.print(prefix); pw.println("Pending New Intents:"); [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
ShareCompat.java | 254 * {@link Intent#ACTION_SEND_MULTIPLE} sharing intents and starting activities 649 * <p>Activities that intend to receive sharing intents should configure an intent-filter 650 * to accept {@link Intent#ACTION_SEND} intents ("android.intent.action.SEND") and optionally [all...] |