Home
last modified time | relevance | path

Searched refs:LabeledIntent (Results 1 – 8 of 8) 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.java33 import android.content.pm.LabeledIntent;
981 if (ii instanceof LabeledIntent) { in ChooserListAdapter()
982 LabeledIntent li = (LabeledIntent)ii; in ChooserListAdapter()
DResolverActivity.java34 import android.content.pm.LabeledIntent;
1512 if (ii instanceof LabeledIntent) { in processSortedList()
1513 LabeledIntent li = (LabeledIntent) ii; in processSortedList()
/frameworks/base/
DAndroid.mk778 frameworks/base/core/java/android/content/pm/LabeledIntent.aidl \
/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.txt10297 public class LabeledIntent extends android.content.Intent {
10298 ctor public LabeledIntent(android.content.Intent, java.lang.String, int, int);
10299 … ctor public LabeledIntent(android.content.Intent, java.lang.String, java.lang.CharSequence, int);
10300 ctor public LabeledIntent(java.lang.String, int, int);
10301 ctor public LabeledIntent(java.lang.String, java.lang.CharSequence, int);
10308 … field public static final android.os.Parcelable.Creator<android.content.pm.LabeledIntent> CREATOR;
Dsystem-current.txt10968 public class LabeledIntent extends android.content.Intent {
10969 ctor public LabeledIntent(android.content.Intent, java.lang.String, int, int);
10970 … ctor public LabeledIntent(android.content.Intent, java.lang.String, java.lang.CharSequence, int);
10971 ctor public LabeledIntent(java.lang.String, int, int);
10972 ctor public LabeledIntent(java.lang.String, java.lang.CharSequence, int);
10979 … field public static final android.os.Parcelable.Creator<android.content.pm.LabeledIntent> CREATOR;