| Package | Description |
|---|---|
| android.app | |
| android.content | |
| android.content.pm | |
| android.nfc |
| Modifier and Type | Method and Description |
|---|---|
IntentFilter |
Instrumentation.ActivityMonitor.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
Instrumentation.ActivityMonitor |
Instrumentation.addMonitor(IntentFilter filter,
Instrumentation.ActivityResult result,
boolean block) |
| Constructor and Description |
|---|
Instrumentation.ActivityMonitor(IntentFilter which,
Instrumentation.ActivityResult result,
boolean block) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<IntentFilter> |
IntentFilter.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
static IntentFilter |
IntentFilter.create(String action,
String dataType) |
| Modifier and Type | Method and Description |
|---|---|
Intent |
ContextWrapper.registerReceiver(BroadcastReceiver receiver,
IntentFilter filter) |
abstract Intent |
Context.registerReceiver(BroadcastReceiver receiver,
IntentFilter filter) |
Intent |
ContextWrapper.registerReceiver(BroadcastReceiver receiver,
IntentFilter filter,
String broadcastPermission,
Handler scheduler) |
abstract Intent |
Context.registerReceiver(BroadcastReceiver receiver,
IntentFilter filter,
String broadcastPermission,
Handler scheduler) |
| Constructor and Description |
|---|
IntentFilter(IntentFilter o) |
| Modifier and Type | Field and Description |
|---|---|
IntentFilter |
ResolveInfo.filter |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PackageManager.addPreferredActivity(IntentFilter filter,
int match,
ComponentName[] set,
ComponentName activity)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
PackageManager.getPreferredActivities(List<IntentFilter> outFilters,
List<ComponentName> outActivities,
String packageName) |
| Modifier and Type | Method and Description |
|---|---|
void |
NfcAdapter.enableForegroundDispatch(Activity activity,
PendingIntent intent,
IntentFilter[] filters,
String[][] techLists) |
Copyright © 2008-2013. All Rights Reserved.