Searched refs:LabeledIntent (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LabeledIntent.java | 28 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 …]
|
D | LabeledIntent.aidl | 19 parcelable LabeledIntent;
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 33 import android.content.pm.LabeledIntent; 981 if (ii instanceof LabeledIntent) { in ChooserListAdapter() 982 LabeledIntent li = (LabeledIntent)ii; in ChooserListAdapter()
|
D | ResolverActivity.java | 34 import android.content.pm.LabeledIntent; 1512 if (ii instanceof LabeledIntent) { in processSortedList() 1513 LabeledIntent li = (LabeledIntent) ii; in processSortedList()
|
/frameworks/base/ |
D | Android.mk | 778 frameworks/base/core/java/android/content/pm/LabeledIntent.aidl \
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8492 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/ |
D | current.txt | 10297 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;
|
D | system-current.txt | 10968 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;
|