Home
last modified time | relevance | path

Searched refs:LabeledIntent (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DLabeledIntent.java28 public class LabeledIntent extends Intent { class
43 public LabeledIntent(Intent origIntent, String sourcePackage, in LabeledIntent() method in LabeledIntent
61 public LabeledIntent(Intent origIntent, String sourcePackage, in LabeledIntent() method in LabeledIntent
78 public LabeledIntent(String sourcePackage, int labelRes, int icon) { in LabeledIntent() method in LabeledIntent
93 public LabeledIntent(String sourcePackage, in LabeledIntent() method in LabeledIntent
171 protected LabeledIntent(Parcel in) { in LabeledIntent() method in LabeledIntent
183 public static final Creator<LabeledIntent> CREATOR
184 = new Creator<LabeledIntent>() {
185 public LabeledIntent createFromParcel(Parcel source) {
186 return new LabeledIntent(source);
[all …]
DLabeledIntent.aidl19 parcelable LabeledIntent;
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java30 import android.content.pm.LabeledIntent;
855 if (ii instanceof LabeledIntent) { in ChooserListAdapter()
856 LabeledIntent li = (LabeledIntent)ii; in ChooserListAdapter()
DResolverActivity.java46 import android.content.pm.LabeledIntent;
1383 if (ii instanceof LabeledIntent) { in rebuildList()
1384 LabeledIntent li = (LabeledIntent)ii; in rebuildList()
/frameworks/base/
DAndroid.mk680 frameworks/base/core/java/android/content/pm/LabeledIntent.aidl \
Dcompiled-classes-phone950 android.content.pm.LabeledIntent
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8492 public class LabeledIntent extends android.content.Intent {
8493 ctor public LabeledIntent(android.content.Intent, java.lang.String, int, int);
8494 … ctor public LabeledIntent(android.content.Intent, java.lang.String, java.lang.CharSequence, int);
8495 ctor public LabeledIntent(java.lang.String, int, int);
8496 ctor public LabeledIntent(java.lang.String, java.lang.CharSequence, int);
8503 … field public static final android.os.Parcelable.Creator<android.content.pm.LabeledIntent> CREATOR;
/frameworks/base/api/
Dcurrent.txt9476 public class LabeledIntent extends android.content.Intent {
9477 ctor public LabeledIntent(android.content.Intent, java.lang.String, int, int);
9478 … ctor public LabeledIntent(android.content.Intent, java.lang.String, java.lang.CharSequence, int);
9479 ctor public LabeledIntent(java.lang.String, int, int);
9480 ctor public LabeledIntent(java.lang.String, java.lang.CharSequence, int);
9487 … field public static final android.os.Parcelable.Creator<android.content.pm.LabeledIntent> CREATOR;
Dtest-current.txt9487 public class LabeledIntent extends android.content.Intent {
9488 ctor public LabeledIntent(android.content.Intent, java.lang.String, int, int);
9489 … ctor public LabeledIntent(android.content.Intent, java.lang.String, java.lang.CharSequence, int);
9490 ctor public LabeledIntent(java.lang.String, int, int);
9491 ctor public LabeledIntent(java.lang.String, java.lang.CharSequence, int);
9498 … field public static final android.os.Parcelable.Creator<android.content.pm.LabeledIntent> CREATOR;
Dsystem-current.txt9831 public class LabeledIntent extends android.content.Intent {
9832 ctor public LabeledIntent(android.content.Intent, java.lang.String, int, int);
9833 … ctor public LabeledIntent(android.content.Intent, java.lang.String, java.lang.CharSequence, int);
9834 ctor public LabeledIntent(java.lang.String, int, int);
9835 ctor public LabeledIntent(java.lang.String, java.lang.CharSequence, int);
9842 … field public static final android.os.Parcelable.Creator<android.content.pm.LabeledIntent> CREATOR;