/cts/tests/tests/app/src/android/app/cts/ |
PendingIntentTest.java | 129 // is no longer allowing more intents to be sent through it. So here call it twice then
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProviderInfo.java | 58 * android.content.BroadcastReceiver}, and it will be sent the AppWidget intents
|
/frameworks/base/core/java/android/content/pm/ |
ResolveInfo.java | 80 * which of the given specific intents this result came from. 0 is the
|
PackageParser.java | 3327 public final ArrayList<II> intents; field in class:PackageParser.Component [all...] |
/frameworks/base/docs/html/about/versions/ |
android-2.3.3.jd | 93 {@link android.nfc.NfcAdapter#ACTION_TAG_DISCOVERED TAG_DISCOVERED} Intents.</li>
|
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 68 <li><a href="<?cs var:toroot ?>guide/components/intents-filters.html"> 69 <span class="en">Intents and Intent Filters</span> [all...] |
/frameworks/base/docs/html/intl/es/training/monitoring-device-state/ |
battery-monitoring.jd | 24 <li><a href="{@docRoot}guide/components/intents-filters.html">Intentos y filtros de intentos</a>
|
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | [all...] |
/frameworks/base/services/java/com/android/server/ |
CommonTimeManagementService.java | 175 // Register with the connectivity manager for connectivity changed intents.
|
/frameworks/base/services/java/com/android/server/location/ |
GeofenceManager.java | 323 // release lock before sending intents
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyIntents.java | 20 * The intents that the telephony services broadcast.
|
/frameworks/opt/mailcommon/java/com/android/mailcommon/ |
WebViewContextMenu.java | 224 addIntent.putExtra(ContactsContract.Intents.Insert.PHONE, decodedPhoneExtra);
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsUtils.java | 219 intent.setAction(ContactsContract.Intents.INVITE_CONTACT);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
DefaultContactBrowseListFragment.java | 40 * picking a contact with one of the PICK intents).
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 118 // Configure Icons and Intents. Notice actionIcon is already set to the phone
|
/packages/apps/Music/src/com/android/music/ |
AudioPreview.java | 54 * Dialog that comes up in response to various music-related VIEW intents.
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEventManager.java | 127 // This works only because these broadcast intents are "sticky"
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GlobalSearchSupportTest.java | 28 import android.provider.ContactsContract.Intents;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_manifest_attrs.xml | 157 tags can be included inside of an activity-alias, to specify the Intents
|
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | 321 * List of intents that were used to start the most recent tasks. 512 * Resolver for broadcast intents to registered receivers. 551 * sticky Intent, values are an ArrayList of all broadcasted intents with 9791 ArrayList<Intent> intents = ent.getValue(); local [all...] |
/frameworks/base/core/java/android/app/ |
IActivityManager.java | 177 int requestCode, Intent[] intents, String[] resolvedTypes, 314 Intent[] intents, String[] resolvedTypes, IBinder resultTo, [all...] |
SearchableInfo.java | 204 * useful if all intents will have the same action 219 * useful if all intents will have similar data URIs, [all...] |
/frameworks/base/core/java/android/speech/ |
RecognizerIntent.java | 344 * more information, from any of the broadcast intents specified in this class. 346 * Broadcast intents can be directed to the class name specified in the meta-data by creating
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
host.jd | 218 <h4 id="using-intents">Using an intent filter</h4> 289 <p class="note"><strong>Note:</strong> If your application <a href="#using-intents">uses an
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QuickSettings.java | 153 profileFilter.addAction(ContactsContract.Intents.ACTION_PROFILE_CHANGED); [all...] |